Network Bottlenecks
Steve McMaster
steve at citadel8.net
Thu Mar 13 23:41:33 UTC 2008
Not sure if this is what you're looking for, but this is how I do DHCP reservations:
(excerpt from my /etc/dhcp3/dhcpd.conf file)
subnet 192.168.42.176 netmask 255.255.255.240
{
option routers 192.168.42.177;
host loremaster.citadel8.lan
{
hardware ethernet 00:0C:29:3C:EF:FC;
fixed-address 192.168.42.178;
}
}
----- Original Message -----
From: "James Gray" <james.gray at dot.com.au>
To: "Ubuntu user technical support, not for general discussions" <ubuntu-users at lists.ubuntu.com>
Sent: Thursday, March 13, 2008 5:39:53 PM GMT -05:00 US/Canada Eastern
Subject: Re: Network Bottlenecks
mathew hadden wrote:
> I want to bind the IP address with the MAC Address of the phone.how to
> do that?I dont want to give Static IP.
Let me see if I understand your desired outcome:
Phone + DHCP = constant IP?
If that's what you're after, then it's fairly simple to add a host (MAC)
specific stanza to /etc/dhcpd.conf to always hand out the same IP to
that MAC. I'm off-line ATM, and on my Mac lappy, so I can't look it up
for you :(
HTH
James
--
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
More information about the ubuntu-users
mailing list