Hi.
On Thu, 01 Feb 2018 02:16:51 +1030 Tim wrote:
> And IPs are assigned from a Fedora PC running a DHCP server which
> reconfigures its DNS server, on the fly.
I dont see what you mean here.
> I'd like the PC to always get assigned the same IP, ...
We do that (with a simple ISC DHCP server).
> This is the stanza for this PC in the dhcpd.conf file:
> host oddbox {
> # hardware ethernet 00:24:21:9A:6F:6C;
> hardware ethernet C8:3A:35:DC:54:59;
> fixed-address 192.168.1.12;
> option host-name "oddbox";
> }
Just add another entry with another "host name" like:
host oddbox_other {
hardware ethernet 00:24:21:9A:6F:6C;
# hardware ethernet C8:3A:35:DC:54:59;
fixed-address 192.168.1.12;
option host-name "oddbox";
}
--
francis
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]