To get ifplugd properly working with network interface that should obtain its configuration from DHCP server one basically needs to properly modify /etc/network/interfaces file:
Note, there's no "auto eth0" line, so eth0 will be managed by ifplugd
# Configure Loop auto lo iface lo inet loopback iface eth0 inet dhcp
Note, there's no "auto eth0" line, so eth0 will be managed by ifplugd
No comments:
Post a Comment