-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, Jun 02, 2003 at 10:03:31AM +0100, Robert Readman wrote:
> Anyone know of a script to convert existing dhcp clients to static
> addresses, using their currently assigned address for the static IP?
You don't want to do this. Your lease would t
On Mon, 2003-06-02 at 05:03, Robert Readman wrote:
> Anyone know of a script to convert existing dhcp clients to static
> addresses, using their currently assigned address for the static IP?
This is ugly, but seems to work:
IFACE='eth0'
echo iface $IFACE inet static
ifconfig $IFACE | grep 'ine
Anyone know of a script to convert existing dhcp clients to static
addresses, using their currently assigned address for the static IP?
Thanks,
Rob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
3 matches
Mail list logo