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

V5 builds the Routing Table not correct

I have installed ASL 5.001 with 3 public interfaces which all are connected with a Cable modem.
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.
Parents Reply
  • Hi,
    maybe my question sounds stupid in the first look but :

    are you shure that the right lines are connected to the configured Interfaces?

    And by the way this is a forum where user helps user if you have problems in evaluating the product you can try to get help here but the right way should be to contact astaro there are people to help you for shure.

    firebear
Children
No Data