Hello list:
I have recently converted from dachstein to Bering 1.2. All of my previous setup works -- I an access the net, the net can access my internal Mail server, etc.
But something seems to prevent dhcp from renewing leases. When I first brought up the bering machine with the interfaces file below, one of my hosts got a lease right away, then never again.
I say no dhcpd.conf or other file or other obvious way to tell bering to serve dhcp to eth1.
Any ideas what is wrong?
TIA, Rick.


# /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 216.12.22.89
masklen 26
broadcast 216.12.22.127
gateway 216.12.22.65
#
# Option 1.3: PPP/PPPOE (modem connected to eth0)
#auto ppp0
#iface ppp0 inet ppp
# pre-up ip link set eth0 up
# provider dsl-provider eth0
#
# Option 1.4: PPP modem
#auto ppp0
#iface ppp0 inet ppp
# provider provider
# Step 2: configure internal interface
# Default: eth1 / fixed IP = 192.168.1.254
auto eth1
iface eth1 inet static
address 192.168.1.254
masklen 24
broadcast 192.168.1.255


# Step 3 (optionnal): configure DMZ
# Default: eth2 / fixed IP = 192.168.1.100
#auto eth2
#iface eth2 inet static
#    address 192.168.1.100
#    masklen 24
#    broadcast 192.168.1.255

# Step 4 (optionnal): configure a bridge
#auto br0
#iface br0 inet static
#    address 192.168.1.254
#    masklen 24
#    broadcast 192.168.1.255
#    bridge_ports all





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
------------------------------------------------------------------------
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

Reply via email to