Subject: Re: IPNAT howto?
To: Edwin Foo <efoo@crl.dec.com>
From: Ted Lemon <mellon@isc.org>
List: current-users
Date: 08/11/1999 15:14:52
Hm. Can you try the 2.0 dhcp client release and see if it works any
better for you? It's at:
ftp://ftp.isc.org/isc/dhcp/dhcp-2.0.tar.gz
You may need to hack your /etc/dhclient.conf to add the following two
statements, also:
send host-name "MYNAME";
send dhcp-client-identifier 1:xx:xx:xx:xx:xx:xx;
Where xx:...:xx is your ethernet mac address. This makes the client
look more like a Microsoft Win95 client. You can also write an
interface declaration for ex0 in the /etc/dhclient.conf file to get it
to only look at that interface.
_MelloN_