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? Thanks, Jan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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 dummy
install 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?
Thanks, Jan
Anyone please? The configuration file ifcfg-dummy0 (automatically created by YaST) is the following: BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='10.0.0.1/24' MTU='' NAME='' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no' PREFIXLEN='24' Thanks, Jan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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
Per Jessen wrote:
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
As indicated in the previous mail, the configuration file ifcfg-dummy0 (automatically created by YaST) is the following. It only works when I restart the network daemon after the system boot. Does it come up at boot in your case? Thanks, Jan BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='10.0.0.1/24' MTU='' NAME='' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no' PREFIXLEN='24' -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Jan Kalcic wrote:
As indicated in the previous mail, the configuration file ifcfg-dummy0 (automatically created by YaST) is the following.
Sorry, I overlooked that.
It only works when I restart the network daemon after the system boot. Does it come up at boot in your case?
Nope, just tried it - with 11.0 I get three "failed" messages at start-up. I had to do "ifup dummy0" to start it. /Per -- Per Jessen, Zürich (14.8°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Per Jessen wrote:
Jan Kalcic wrote:
As indicated in the previous mail, the configuration file ifcfg-dummy0 (automatically created by YaST) is the following.
Sorry, I overlooked that.
It only works when I restart the network daemon after the system boot. Does it come up at boot in your case?
Nope, just tried it - with 11.0 I get three "failed" messages at start-up. I had to do "ifup dummy0" to start it.
/Per
I don't even get any error message. Network script seems to run properly but at the end the dummy0 iterface doesn't come up. I am on openSuSE 11.1. Thanks, Jan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Jan Kalcic
-
Per Jessen