Hi,
I have just upgraded 2 pcs with Leap 42.3 to 15.0, and both have problem with networking.
- PC #1, Linux workstation, networking broke (single static IP ethernet), redefined in yast, now working. Teamviewer 12 stopped working, hanging for forever on launching GUI. Reinstall don’t help.
**2) PC #2, Linux KVM host with 10 ethernet interfaces and 2 VyOS router QEMU instances.
**
1 static local IP 192.168.0.172, for management.
7 ethernet interfaces enslaved for bridges, used by VyOS routers.
eth0 - 192.168.0.172
Bridges:
eth2 - brltc1, eth3 - brbtc1, eth4 - brdmz, eth5 - brint
eth6 - br_eth6, eth7 - br_eth7, eth8 - br_eth8
eth1, eth9 - unused
In Yast (screenshot can’t be attached to forum msg for whatever reason), looks like everything is OK, yet it is not.
Networking messed up completely. Some interfaces, incl. eth0, are simply lost by Wicked.
Both firewalld and SuSEfirewalll rpms are removed from the system. BTW, I assume SuSEfirewalll should be marked as conflicting with firewalld.
Is there any way to fix this, or I should wipe out entire OS and install back to 42.03 ?
Thanks in advance for any help.
Andrei
rthost:/home/andrei # rcnetwork status
● wicked.service - wicked managed network interfaces
Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled; vendor preset: disabled)
Active: active (exited) since Fri 2018-04-06 13:28:10 EEST; 3min 1s ago
Process: 2146 ExecReload=/usr/sbin/wicked --systemd ifreload all (code=exited, status=0/SUCCESS)
Main PID: 725 (code=exited, status=0/SUCCESS)
Apr 06 13:28:10 rthost.local wicked[725]: eth3 enslaved
Apr 06 13:28:10 rthost.local wicked[725]: eth6 enslaved
Apr 06 13:28:10 rthost.local wicked[725]: eth9 setup-in-progress
Apr 06 13:28:10 rthost.local wicked[725]: br_eth8 up
Apr 06 13:28:10 rthost.local wicked[725]: brbtc2 up
Apr 06 13:28:10 rthost.local wicked[725]: br_eth7 up
Apr 06 13:28:10 rthost.local systemd[1]: Started wicked managed network interfaces.
Apr 06 13:29:48 rthost.local systemd[1]: Reloading wicked managed network interfaces.
Apr 06 13:30:18 rthost.local wicked[2146]: eth1 setup-in-progress
Apr 06 13:30:18 rthost.local systemd[1]: Reloaded wicked managed network interfaces.
ping 192.168.0.1
connect: Network is unreachable
———————————
Brought up eth0
rthost:/home/andrei # ifup eth0
eth0 up
rthost:/home/andrei # ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.639 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.626 ms
rthost:/home/andrei # rcnetwork status
● wicked.service - wicked managed network interfaces
Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled; vendor preset: disabled)
Active: active (exited) since Fri 2018-04-06 13:28:10 EEST; 3min 48s ago
Process: 2146 ExecReload=/usr/sbin/wicked --systemd ifreload all (code=exited, status=0/SUCCESS)
Main PID: 725 (code=exited, status=0/SUCCESS)
Apr 06 13:28:10 rthost.local wicked[725]: eth3 enslaved
Apr 06 13:28:10 rthost.local wicked[725]: eth6 enslaved
Apr 06 13:28:10 rthost.local wicked[725]: eth9 setup-in-progress
Apr 06 13:28:10 rthost.local wicked[725]: br_eth8 up
Apr 06 13:28:10 rthost.local wicked[725]: brbtc2 up
Apr 06 13:28:10 rthost.local wicked[725]: br_eth7 up
Apr 06 13:28:10 rthost.local systemd[1]: Started wicked managed network interfaces.
Apr 06 13:29:48 rthost.local systemd[1]: Reloading wicked managed network interfaces.
Apr 06 13:30:18 rthost.local wicked[2146]: eth1 setup-in-progress
Apr 06 13:30:18 rthost.local systemd[1]: Reloaded wicked managed network interfaces.