Re: DHCP and 2 NICS

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

 



Thom Paine wrote:

I have my Inspiron laptop that has two nics in it. One wired, and one
wireless. I'm trying to figure out how to set my dhcpd.conf file so I
can have the same IP whether I use the wired, or the wireless. Obviously
I can't have them both active at the same time, and that's okay. If I
put two statements in dhcpd.conf for my hostname, dhcp complains. Is
there a recommended way to do this?


I have this in my dhcpd.conf:

       host lamb {
               option host-name        "lamb.thehaxbys.plus.com";
               hardware ethernet       00:00:f0:68:b7:27;
               fixed-address           192.168.0.17;
       }
       host lamb-wireless {
               option host-name        "lamb.thehaxbys.plus.com";
               hardware ethernet       00:02:2d:5a:16:65;
               fixed-address           192.168.0.17;
       }

I suspect it would be "interesting" to try to activate both interfaces at the same time.

jch


-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux