Greg Playle wrote:

I've been fighting this for a bit, and don't seem to be making headway.

I have an old laptop I am making into a LEAF Bering firewall. It's currently connected to an external serial modem, and a PCMCIA NIC (3com). There's no DMZ, and just the two interfaces (ppp0, eth0).

I've proven that the PPP part works, but I've been having trouble getting the DHCP server to work on the internal network address on eth0.

I've worked through the installation instructions (many, many times). I've Googled and checked the FAQs.

I've gotten some assistance with the problem here before, and implemented those instructions (ref traffic from Erich Titl, suggesting a delay script in /etc/init.d --thank you, Erich).

Now, DHCPD does not seem to recognize eth0 and I cannot ping the firewall from itself, using ping 192.168.1.254 (the address assigned to the firewall on eth0).

********************
The messages at boot read:

Starting dhcpd on eth0:

No subnet declaration for eth0(0.0.0.0)
Please write a subnet declaration for eth0 in your dhcpd.conf



<snip/>
did you change  /etc/init.d/dhcpd
# eth0 for ppp/dialup
ifs="eth1"

change it to
ifs="eth0"

Victor McAllister




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ------------------------------------------------------------------------ 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