Hi all
I just setup a RUT240 (FW ver.: RUT2XX_R_00.01.04.1) and a third party router as a VRRP pair. RUT240 is BACKUP and the third party router is MASTER.
Now, when I unplug the third party router from the network, the RUT240 takes the virtual address and everything is fine. Log:
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.930000] br-lan: port 2(wlan0) entered disabled state
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.940000] br-lan: port 1(eth0) entered disabled state
Thu Dec 27 11:28:31 2018 daemon.notice netifd: bridge 'br-lan' link is down
Thu Dec 27 11:28:31 2018 daemon.notice netifd: Interface 'lan' has link connectivity loss
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.950000] br-lan: port 2(wlan0) entered forwarding state
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.960000] br-lan: port 2(wlan0) entered forwarding state
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.960000] br-lan: port 1(eth0) entered forwarding state
Thu Dec 27 11:28:31 2018 kern.info kernel: [ 538.970000] br-lan: port 1(eth0) entered forwarding state
Thu Dec 27 11:28:31 2018 daemon.notice netifd: bridge 'br-lan' link is up
Thu Dec 27 11:28:31 2018 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Dec 27 11:28:31 2018 user.warn syslog: VRRP ID 72 on br-lan: 11.1.98.10 is down, we are now the master router.
Thu Dec 27 11:28:32 2018 user.info Messaged[10050]: Start from new event "VRRP" "Router is in master mode"
Thu Dec 27 11:28:33 2018 kern.info kernel: [ 540.960000] br-lan: port 2(wlan0) entered forwarding state
Thu Dec 27 11:28:33 2018 kern.info kernel: [ 540.970000] br-lan: port 1(eth0) entered forwarding state
The problem starts, when I plug the third party router back in. The RUT240 is no longer reachable from the LAN and restarts all the interfaces for about 5 minutes. After this up-and-down it ends at the eth0 being DOWN and no LAN IP configured. Output of the command `ip a`:
root@Teltonika-RUT240:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 00:1e:42:18:c7:34 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1e:42:18:c7:35 brd ff:ff:ff:ff:ff:ff
inet 10.82.1.111/24 brd 10.82.1.255 scope global eth1
valid_lft forever preferred_lft forever
inet6 fe80::21e:42ff:fe18:c735/64 scope link
valid_lft forever preferred_lft forever
4: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default
link/tunnel6 :: brd ::
5: ifb0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 32
link/ether 5e:94:79:60:45:14 brd ff:ff:ff:ff:ff:ff
6: ifb1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 32
link/ether 66:41:fa:a5:6c:7e brd ff:ff:ff:ff:ff:ff
7: gre0@NONE: <NOARP> mtu 1476 qdisc noop state DOWN group default
link/gre 0.0.0.0 brd 0.0.0.0
8: gretap0@NONE: <BROADCAST,MULTICAST> mtu 1462 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
10: wwan0: <BROADCAST,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether ce:64:33:7f:08:75 brd ff:ff:ff:ff:ff:ff
240: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP group default qlen 1000
link/ether 00:1e:42:18:c7:36 brd ff:ff:ff:ff:ff:ff
241: br-lan: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default
link/ether 00:1e:42:18:c7:36 brd ff:ff:ff:ff:ff:ff
I then have to reboot the RUT240 to access it again from the LAN.
Do you experience such problems too?
Thanks in advance.
Regards,
Roland Rusch