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

Got problems with your B2 or B3? Share and get helped!
Post Reply
janeks
Posts: 78
Joined: 15 Sep 2008, 02:02

Lost WAN default gateway address after reboot

Post by janeks »

My Bubba2 is dropping to zeros WAN default gateway address after reboot.
How could it be fixed?
janeks
Posts: 78
Joined: 15 Sep 2008, 02:02

Post 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.
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post 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
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
janeks
Posts: 78
Joined: 15 Sep 2008, 02:02

Post by janeks »

Are there some way to fix it myself or when will be fix from your side.
pa
Posts: 308
Joined: 06 Dec 2006, 04:38
Location: Sweden
Contact:

Post 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
janeks
Posts: 78
Joined: 15 Sep 2008, 02:02

Post by janeks »

I use both ports.
And both are static configuration.
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post 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
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
janeks
Posts: 78
Joined: 15 Sep 2008, 02:02

Post 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.
Post Reply