>
> On Thu, 15 Aug 2002, Harold Miller wrote:
>
> > Greetings,
> > I have to periodically restart my Bering RC3 box, and I have
> noticed that
> > when issuing the svi networking restart command the ethernet ports are
> > issued to the console as they are reset. But instead of
> starting with eth0:,
> > the list starts with eth1: twice, i.e.
> > Reconfiguring Network Interfaces: Nothing to Flush.
> > Nothing to Flush.
> > eth1: Link Up.
> > eth1: Link Up.
> > eth2: Link Up.
> > eth3: Link Up.
> > eth4: Link Up.
> >
> > I'm pretty sure the first ethernet port should be eth0: No impact on
> > operation that I can detect, but who knows?
>
> Check the contents of your /etc/network/interfaces file... do you have two
> "eth1" stanzas?
Here is my interfaces file:
-------------
# /etc/network/interfaces -- configuration file for LEAF network
# J. Nilo, April 2002
#
# Loopback interface.
auto lo
iface lo inet loopback
# Step 1: configure external interface
# uncomment/adjust one of the following 4 options
# Option 1.1 (default): eth0 / dynamic IP from pump/dhclient
auto eth0
iface eth0 inet dhcp
# Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4).
# (broadcast/gateway optional)
#auto eth0
#iface eth0 inet static
# address 1.2.3.4
# masklen 24
# broadcast 1.2.3.255
# gateway 1.2.3.1
#
# Next port is also to Cable Modem
auto eth1
iface eth1 inet dhcp
# Step 2 (optionnal): configure DMZ
# Default: eth2 / dhcp via eth0
auto eth2
iface eth2 inet static
address 192.168.10.254
masklen 24
broadcast 192.168.10.255
# Step 2: configure internal interface
# Default: eth3 / fixed IP = 192.168.2.254
auto eth3
iface eth3 inet static
address 192.168.2.254
masklen 24
broadcast 192.168.2.255
#
# final ethernet port, is default gateway out
auto eth4
#iface eth4 inet dhcp
iface eth4 inet static
address 68.116.40.4
masklen 24
broadcast 68.116.40.255
# gateway 68.116.40.1
up ip route add 68.116.40.1 via 68.116.40.4
up ip route add default via 68.116.40.1
up ip route add 192.168.100.1 via 68.116.40.4
#
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html