On Wednesday, 10 January 2018 3:54:51 ACDT Andrei V wrote:
Hi,
I have KVM guest running on SuSE Leap 42.3 PC (with 2 NICs), and current net setup (done by Yast) made a br0 bridged to eth0. Is it possible to remove IP from the br0 definition ?
2nd NIC on this server have IP 192.168.0.11, and is used for file server archive. So I would like to keep both NICs connected. Right now this PC have a network problem with name resolution or default route.
BOOTPROTO='static' BRIDGE='yes' BRIDGE_FORWARDDELAY='0' BRIDGE_PORTS='eth0' BRIDGE_STP='off' BROADCAST='' DHCLIENT_SET_DEFAULT_ROUTE='no' ETHTOOL_OPTIONS='' IPADDR='192.168.0.12/24' MTU='' NETWORK='' PREFIXLEN='24' REMOTE_IPADDR='' STARTMODE='auto' NAME=''
Thanks in advance. Andrei
If you don't want to team the interfaces together and use them as a single redundant connection (preferably to 2 separate L2 switches with a L2 link between them, running RSTP, or a 2 port etherchannel connection running PagP or LACP), then simply delete br0 and configure eth0 and eth1 separately. Bridged interfaces (also known as teamed interfaces) like br0 are generally used to provide redundant connections via multiple physical interfaces - the IP setttings are configured on the "bridge" interface rather than the component interfaces. Regards, Rodney. -- ============================================================== Rodney Baker VK5ZTV rodney.baker@iinet.net.au CCNA #CSCO12880208 ============================================================== -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org