On Tue, Feb 10, 2004 at 11:50:04AM +0000, Declan Grady wrote:
> Hi,
> Probably missing something simple here.. have googled to no avail..
> Trying to replace a deadrat firewall with a debian stable one.
>> The deadrat gets an ip address via dhcp from my digiweb satellite 'modem'
> without a problem, using dhcpcd.
> If I plug this out and connect it to my eth1 on the debian box, and try
> 'dhclient eth1' it just times out.
> I can use the eth1 on my local lan if I give it a fixed ip using ifconfig, so
> the card seems ok.
> I did try a hard-reset of the 'modem' as well, but same result.
Did you compile your own kernel on the debian box? dhcp-client requires
some kernel options to be turned on, namely CONFIG_FILTER and
CONFIG_PACKET , if you missed these you'll need to recompile.
For the record, here's what I see in syslog for a successful dhcp
request:
Feb 10 08:31:42 mail dhcpd: DHCPDISCOVER from 00:80:64:34:9f:c0 via eth1
Feb 10 08:31:42 mail dhcpd: DHCPOFFER on 10.0.19.3 to 00:80:64:34:9f:c0
via eth1
Feb 10 08:31:42 mail dhcpd: DHCPREQUEST for 10.0.19.3 (10.0.0.254) from
00:80:64:34:9f:c0 via eth1
Feb 10 08:31:42 mail dhcpd: DHCPACK on 10.0.19.3 to 00:80:64:34:9f:c0
via eth1
--
Pete
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!