I have my Inspiron laptop that has two nics in it. One wired, and oneI have this in my dhcpd.conf:
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?
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