I apologize if this is a duplicate but did not find another article with my exact problem.
I am using wicked.
I have configured 2 NICs with static IP’s using Yast.
When running wicked on opensuse 13.2, I was able to have both nics configured and running.
I did a fresh install of Leap 42.2 on same hardware ( complete reformat of drives ) and it refuses to
apply an IP address to more than 1 nic at a time.
output of /sbin/lspci | grep Ether
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
04:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
output of ifconfig:
eth0 Link encap:Ethernet HWaddr 54:04:A6:4C:95:04
inet addr:192.168.254.254 Bcast:192.168.254.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4657 errors:0 dropped:251 overruns:0 frame:0
TX packets:4437 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2143605 (2.0 Mb) TX bytes:711144 (694.4 Kb)
eth1 Link encap:Ethernet HWaddr 00:14:D1:23:12:AA
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:70 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:28335 (27.6 Kb) TX bytes:28335 (27.6 Kb)
eth1 is configured to be use the static IP of 10.1.10.21
I have flipped ip’s on the nics and same issue.
I never had this issue on opensuse 13.2 and I used wicked there as well.
I have confirmed that I don’t have any IP collisions.
Any help will be greatly appreciated.