My Bubba2 is dropping to zeros WAN default gateway address after reboot.
How could it be fixed?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Lost WAN default gateway address after reboot
The bringing up and down of all interfaces is handled solely by ifplugd. We are looking on to the dropping of default WAN gateway issue, it could much likely be a bug from our side.janeks wrote:In the file /etc/network/interfaces the default gateway address is retained, but there is no line:
auto the0
If I got the idea from googling right then in /etc/network/interfaces there should be line auto eth0
than it should bring up the eth0 interface on bootup.
/Carl
Did you change any in the /etc/network/interfaces file?; we hange checked, and the default gateway is retained after reboot; and following is how an interface file shold look like when both LAN and WAN has static configuration (LAN is eth1 and WAN is eth0):janeks wrote:I use both ports.
And both are static configuration.
Code: Select all
auto lo
iface lo inet loopback
iface eth1 inet static
netmask 255.255.255.0
address 192.168.10.1
iface eth0 inet static
gateway 192.168.0.1
netmask 255.255.255.0
address 192.168.0.7
Yes that I found too. But despite interfaces file retain gateway IP address it is not active - no internet connection and Web administration interface shows zoeroes in web gateway address fields.Did you change any in the /etc/network/interfaces file?; we hange checked, and the default gateway is retained after reboot; and following is how an interface file shold look like when both LAN and WAN has static configuration (LAN is eth1 and WAN is eth0):