This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Routing to a second external network

Hi,

I was wondering if anyone can help?

I'am testing ASL 2.016 and currently have the following configuration.

1 internal network and 1 external network connection (internet)

eth0 is 192.168.0.103/255.255.255.0
eth1 is 212.240.100.230/255.255.255.224

Default gateway is 212.240.100.225

The routing table is ....

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
212.240.100.224 0.0.0.0         255.255.255.224 U     0      0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         212.240.100.225 0.0.0.0         UG    0      0        0 eth1

I now need to access a second external network (155.195.0.0/255.255.0.0)

I have inserted another nic (eth2 192.168.1.103/255.255.255.0) and connected a router with an ip address of 192.168.1.104 to it.

The routing table now looks as follows...

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
212.240.100.224 0.0.0.0         255.255.255.224 U     0      0        0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth2
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         212.240.100.225 0.0.0.0         UG    0      0        0 eth1

I have two problems.

1. I cannot ping (see) this new router, even though I have ICMP enabled.  It keeps coming back that the destination is unreachable.
2. The second problem is how to get ASL configured to route to the second external network?

Thanks in advance for the assistance.

Regards Ian


This thread was automatically locked due to age.
Parents
  • If the 155.195.0.0/255.255.0.0 net should go via the 192.168.1.104 router than you need to add a static route.

    Add 192.168.1.104/255.255.255.255 as a Network Definition and 155.195.0.0/255.255.0.0 as a Network Definition.  Then add a static route

    155.195.0.0/255.255.0.0 -> 192.168.1.104
    (with whatever names you gave in the Def.)

    Of course you have to consider if the other end knows how to route back to you.  You might need MASQ on the new router or a static route at the other end since you are showing private IP for this new net.
Reply
  • If the 155.195.0.0/255.255.0.0 net should go via the 192.168.1.104 router than you need to add a static route.

    Add 192.168.1.104/255.255.255.255 as a Network Definition and 155.195.0.0/255.255.0.0 as a Network Definition.  Then add a static route

    155.195.0.0/255.255.0.0 -> 192.168.1.104
    (with whatever names you gave in the Def.)

    Of course you have to consider if the other end knows how to route back to you.  You might need MASQ on the new router or a static route at the other end since you are showing private IP for this new net.
Children
No Data