So I installed VMWare server and wanted to know how to set my DHCP server to listen on just eth0.
Simple answer on Fedora is to edit
/etc/sysconfig/dhcpd
adding the following
DHCPARGS=eth0
Advertisements
So I installed VMWare server and wanted to know how to set my DHCP server to listen on just eth0.
Simple answer on Fedora is to edit
/etc/sysconfig/dhcpd
adding the following
DHCPARGS=eth0