System image update fails to apply new config

I did try to update system image from vyos-1.5-rolling-202408060021 to 1.5-rolling-202408170020 I pressed yes to copy the current config to new image but when it boots up the new image my lan fails I can’t ping anything on my LAN even thought when I run show interfaces it shows all my config and my pppoe interfaces is actually connected.

vyos@vyos:~$ show interfaces 
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface    IP Address         MAC                VRF        MTU  S/L    Description
-----------  -----------------  -----------------  -------  -----  -----  -----------------
br0          -                  72:1c:a3:ec:4f:61  default   1500  u/u
br0.100      172.1.100.1/24     72:1c:a3:ec:4f:61  default   1500  u/u    WORK VLAN
br0.200      172.1.200.1/24     72:1c:a3:ec:4f:61  default   1500  u/u    HOME VLAN
br0.400      192.168.1.1/24     72:1c:a3:ec:4f:61  default   1500  u/u    iLO VLAN
br0.500      10.0.0.1/9         72:1c:a3:ec:4f:61  default   1500  u/u    Public VM Network
br1          -                  9e:2a:06:50:c1:70  default   1500  u/u
br1.300      172.1.30.1/24      9e:2a:06:50:c1:70  default   1500  u/u    CEPH VLAN
eth0         -                  78:2b:cb:c0:6e:cb  default   1500  u/D
eth1         -                  a0:1d:48:98:4b:30  default   1500  u/u
eth2         -                  a0:1d:48:98:4b:34  default   1500  u/u
eth3         -                  00:26:55:ee:bb:7e  default   1500  u/u
eth4         -                  00:26:55:ee:bb:7f  default   1500  u/u
lo           127.0.0.1/8        00:00:00:00:00:00  default  65536  u/u
             ::1/128
pppoe0       x.x.x.x/32   n/a                default   1492  u/u    Netsulminas
pppoe1       x.x.x.x/32  n/a                default   1492  u/u    5G Net

Do you have arp entires for your LAN devices? Your PPPoE is connected, can you ping the Internet from your Vyos? How did you manage to get the output above, is that via a serial console or can you still SSH to your Vyos router just fine?

There’s not really enough detail in your post to help suggest what the problem might be, if I had to guess it’d be Vyos isn’t picking the same phsyiscal interfaces when it boots up, you might want to look at using the hw-id command to be sure the right interface is being mapped to your ethX interfaces.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.