Neither bridged interface nor private IP interfaces created
/etc/network/interfaces:
iface eth0:0 inet static
address 192.168.xxx.yyy
netmask 255.255.128.0
auto br0
iface br0 inet static
address 10.1.1.1
netmask 255.255.255.0
bridge_ports dummy0
bridge_stp off
bridge_fd 0
Neithersudo /etc/init.d/networking restart
nor rebooting server shows either interface in ifconfig
output.
3 Replies
Keep in mind that if you configure private networking on eth0:0, you should also configure eth0's primary IP address statically
ifconfig
just doesn't show aliases like eth0:0
- Les
@akerl:
Keep in mind that on some distros (Ubuntu sticks out in my mind) the output of
ifconfig
just doesn't show aliases like eth0:0
- Les
It's always worked for me on Ubuntu Desktop and Server.