Johannes
Observations, Corrections and Enhancements September 17, 2010 03:15PM |
auto lo iface lo inet loopback iface eth0 inet dhcp zcip-pref 169.254.4.19Note that auto and allow-hotplug are unnecessary with ifplugd watching over eth0.
#!/bin/sh if [ x${IF_ZCIP_PREF} != x ] then /sbin/zcip -q -r ${IF_ZCIP_PREF} ${IFACE} /sbin/zcip.script fiAlso add the zcip.script file from the busybox distribution (example folder) as /sbin/zcip.script as referenced in the ipv4ll if-up script.
#!/bin/sh /etc/init.d/S49ntp restart
INTERFACES="eth0"
Johannes
Re: Observations, Corrections and Enhancements September 17, 2010 04:07PM |
Re: Observations, Corrections and Enhancements September 17, 2010 04:08PM |
Admin Registered: 14 years ago Posts: 304 |
Lothar
Re: Observations, Corrections and Enhancements September 23, 2010 03:30PM |
Re: Observations, Corrections and Enhancements December 17, 2010 11:17PM |
Registered: 14 years ago Posts: 58 |