Quote from: nero355 on June 08, 2026, 06:47:47 PM[...]Why would that be slower than the speed between two random Clients that are let's say connected to the same Default LAN network of OPNsense?[...]
root@office-fwa:~ # tcpdump -nevi lagg0 host 192.0.2.1 and icmp
tcpdump: listening on lagg0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
12:44:29.101744 22:22:22:22:22:22 > 44:44:44:44:44:44, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 25992, offset 0, flags [DF], proto ICMP (1), length 84)
192.0.2.2 > 192.0.2.1: ICMP echo request, id 40050, seq 403, length 64
12:44:29.101747 66:66:66:66:66:66 > 88:88:88:88:88:88, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 63, id 25992, offset 0, flags [DF], proto ICMP (1), length 84)
192.0.2.2 > 192.0.2.1: ICMP echo request, id 40050, seq 403, length 64In this example 192.0.2.1 is the gateway, 192.0.2.2 is the host. 22:22:22:22:22:22 is the host MAC, 44:44:44:44:44:44 is the router bridge MAC, 88:88:88:88:88:88 is the router physical interface MAC, and 66:66:66:66:66:66 is the firewall MAC.root@office-fwa:~ # ifconfig lagg0
lagg0: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500It seems that this is because we are running CARP.Quote from: nero355 on May 14, 2026, 01:49:13 PMQuote from: Djazeiry on May 14, 2026, 10:43:23 AMeverything works fine for a few days and then suddenly i lose the internet connection on the networkWhat are your hardware specifications ?!
And are you 100% sure it's not the Ubiquiti Wireless Bridge having issues for whatever reason ?!