All 3 public interfaces are set to "Assign by DHCP" and on the first public interface I've also set the Gateway to "Assign by DHCP".
After a reboot or when ASL rebuilds the Routing Table at all I can't connect to the internet because my ASL hast the following Routing Table:
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
217.162.104.0 * 255.255.254.0 U 0 0 0 eth4
loopback * 255.0.0.0 U 0 0 0 lo
Then when I type this commands on the console (where the eth2 is the public interface with the Gateway and eth4 is the third public interface):
Code:
1. route del -net 217.162.104.0/23 eth4
2. route add -net 217.162.104.0/23 eth2
3. route add -net 0.0.0.0 gw 217.162.104.1
Then the Routing Table shows right and I can connect to the Internet with out any problems until ASL rebuild the Routing Table again automatically:
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
217.162.104.0 * 255.255.254.0 U 0 0 0 eth2
loopback * 255.0.0.0 U 0 0 0 lo
default 217.162.104.1 0.0.0.0 UG 0 0 0 eth2
I think this is a Bug in the V5...!
jfeller
This thread was automatically locked due to age.