Page 1 of 1

Lost WAN default gateway address after reboot

Posted: 23 Sep 2008, 15:42
by janeks
My Bubba2 is dropping to zeros WAN default gateway address after reboot.
How could it be fixed?

Posted: 24 Sep 2008, 08:08
by janeks
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.

Posted: 24 Sep 2008, 10:46
by carl
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.
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.

/Carl

Posted: 24 Sep 2008, 12:11
by janeks
Are there some way to fix it myself or when will be fix from your side.

Posted: 25 Sep 2008, 01:25
by pa
Can you give us a little more detail about your network setup?

Do you use the WAN port? DHCP or static?
Do yuu use the LAN port? DHCP or static?

Regards
PA

Posted: 25 Sep 2008, 02:01
by janeks
I use both ports.
And both are static configuration.

Posted: 25 Sep 2008, 03:53
by carl
janeks wrote:I use both ports.
And both are static configuration.
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):

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
/Carl

Posted: 25 Sep 2008, 07:10
by janeks
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):
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.