Jan Kalcic wrote:
Hi all,
I really don't get why the dummy interface doesn't show up at boot. The module is loaded automatically with the following:
# cat /etc/modprobe.conf | grep dummyinstall dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy install dummy1 /sbin/modprobe -o dummy1 --ignore-install dummy remove dummy0 /sbin/modprobe -r -o dummy0 --ignore-remove dummy remove dummy1 /sbin/modprobe -r -o dummy1 --ignore-remove dummy alias dummy0 dummy options dummy numdummies=1
And I also added '/sbin/modprobe dummy0' into /etc/init.d/boot
Restarting the network daemon eventually show the dummy0 interface. Any hints?
It needs a configuration - do you have one? /etc/sysconfig/network/ifcfg-dummy0 for instance. I just did a "ifconfig dummy0 n.n.n.n up" on my system, and it came up fine. /Per -- Per Jessen, Zürich (13.4°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org