В Sat, 23 Aug 2014 08:13:57 +0200 lynn <lynn@steve-ss.com> пишет:
Hi On an Ubuntu box, we have this: /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback
auto eth0 iface eth0 inet manual bond-master bond0
auto bond0 iface bond0 inet static address 192.168.1.82 gateway 192.168.1.1 netmask 255.255.255.0 dns-nameserver 192.168.1.132 bond-slaves none
auto eth1 iface eth1 inet static address 192.168.0.10 netmask 255.255.255.0
How do I convert that to 13.1? Where does it go? What do I change?
Just configure them using YaST. For bonding first configure physical interface as "No link and IP setup (bonding slaves)", then add bond interface and select slaves. If you insist on doing it manually - files are under /etc/sysconfig/network, ifcfg-<interface>. There is also ifcfg.template with explanations of possible settings. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org