Ubuntu, SE: access lan intefaces on client PC
Posted: Sat Apr 11, 2026 12:52 pm
Hi,
I have installed SE on Ubuntu 24 with BRIDGE L2 mode.

ping between clients is OK
PC1 - 192.168.249.38 - main, it must have access to PC2 lan interfaces
PC2 - 192.168.249.139 - there 2 interfaces:
How i can access to PC2 interfaces from PC1?
Is it possibly do it without local bridge creating?
ip a
I have installed SE on Ubuntu 24 with BRIDGE L2 mode.

ping between clients is OK
PC1 - 192.168.249.38 - main, it must have access to PC2 lan interfaces
PC2 - 192.168.249.139 - there 2 interfaces:
- 192.168.xxx.xxx
- 169.254.xxx.xxx
How i can access to PC2 interfaces from PC1?
Is it possibly do it without local bridge creating?
ip a
Code: Select all
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
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 noprefixroute
valid_lft forever preferred_lft forever
2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:f7:6e:d3 brd ff:ff:ff:ff:ff:ff
altname enp0s3
inet 185.180.110.61/24 brd 185.180.110.255 scope global ens3
valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fef7:6ed3/64 scope link
valid_lft forever preferred_lft forever
3: tap_soft: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether 9a:35:d2:cf:61:39 brd ff:ff:ff:ff:ff:ff
inet 192.168.249.1/24 scope global tap_soft
valid_lft forever preferred_lft forever
inet6 fe80::5ce9:abff:fea5:f4f1/64 scope link
valid_lft forever preferred_lft forever