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.