My environment:
-
ubuntu eoan (distro upgrade)
-
Rock Pi E with USB to Gigabit LAN (alias as eth2)
-
bridge interface (br0) on these LAN ports eth1 eth2
-
assign static ip 192.168.3.254/24 to br0
-
eth1 connect to internet gateway
-
eth2 connect to switch and PC1
-
PC1 can get ip address from internet gateway router (through br0)
and can access the internet -
PC1 cannot ssh to Rock Pi E
-
Rock Pi E eth0 get ip address from dhcp (another router) 192.168.4.200/24
-
PC2 connect on 192.168.4.0/24
-
PC2 can ssh to Rock Pi E via ip address 192.168.4.200
Question : what 's the problem on br0 ssh?
Thank you for any help.