Re: unusual networking question - have DHCP assign the same IP to a computer, regardless of which ethernet port is used

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux