From: Scott Taylor <scott@dctchambers.com>
To: linux-admin@vger.kernel.org
Subject: Re: mac-ip pairs
Date: Thu, 19 Jun 2003 07:16:25 -0700 [thread overview]
Message-ID: <5.1.1.6.0.20030619070800.00a97be8@mustang> (raw)
In-Reply-To: <200306191654.37358.petre@kgb.ro>
At 06:54 06/19/03, you wrote:
>hello
>
>I have a small problem:
>
>a network (something about half of a C class IPs) and some users who I'd like
>to "stick" them to only one IP; half of the computers get their IPs via dhcp,
My DHCP server can set IP by MAC address. Running patched DHCP2.0 on
RedHat7.2. Maybe your OS and distro are different.
This entry in my /etc/dhcpd.conf file, just before the subnet entry:
host jimmy.dct.net {
option routers 192.168.1.200;
option domain-name-servers 192.168.1.211;
hardware ethernet 00:d0:b7:ad:17:37;
fixed-address 192.168.1.85;
}
HTH
Scott.
next prev parent reply other threads:[~2003-06-19 14:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-19 13:54 mac-ip pairs Petre Bandac
2003-06-19 14:16 ` Scott Taylor [this message]
2003-06-22 16:56 ` Stephen Samuel
2003-06-23 8:34 ` Scott Taylor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5.1.1.6.0.20030619070800.00a97be8@mustang \
--to=scott@dctchambers.com \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox