Harold

Harold Miller wrote the following at 22:57 12.09.2002:
>Greetings,
>   System: Bering RC-3, Generic 2 interface firewall.
>
>My local ISP (Charter Communications) is having problems with the PUMP
>client. On their recommendation, I am converting over to teh DHCLIENT
>package instead. I downloaded the DHCLIENT.LRP package from
>http://leaf.sourceforge.net/devel/jnilo/bering/latest/packages/ and the
>installation seemed to go smoothly.
>
>However, it does not seem to function upon startup. If I execute
>
>dhclient eth0

dhclient canonically takes the interface(s) it has to service from the 
dhclient.conf file. You can specify a lot more parameters there.


>All seems well. Did I miss part of the setup? I need to specify that the
>client ask for an IP on eth0 (and ONLY eth0, dhcpd is running on eth1).

That's what I added to the end of my dhclient.conf file:
........
# See the ISC dhcp documentation for more details on this file

supersede domain-name "think.ch" ;
supersede domain-name-servers 194.124.158.50;

interface "eth0" {
send dhcp-lease-time 86400;
request subnet-mask, broadcast-address, routers;
require subnet-mask, broadcast-address, routers;
retry 60;
}

.............

I have not found anything that would start dhclient in /etc/init.d. If 
dhclient does not start as you say you could always add a startup script to 
/etc/init.d and use the RCDLINKS variable to define where to put the 
symlinks to it. This method has been mentioned a few times lately in this 
list..

I found a little quirk in the dhclient_exit_hooks on the shorewall refresh. 
For some reason I have been to lazy to track down shorewall refresh did NOT 
restart shorewall so I replaced it with shorewall start.

HTH

Erich


THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
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