Re: FBSD 15 :: if_bridge help needed
- Reply: Paul Procacci : "Re: FBSD 15 :: if_bridge help needed"
- In reply to: Paul Procacci : "Re: FBSD 15 :: if_bridge help needed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Oct 2025 07:59:20 UTC
Paul Procacci wrote in <CAFbbPuhiLsWcjbVD9F_RH+Q+5b2BZcAnLK2h3AqiJjkcOkxaMQ@mail.gmail.com>: > From hosts' perspective: > ----------------------------------------------------------- > root@host:~ # tcpdump -ni epair0a > tcpdump: verbose output suppressed, use -v[v]... for full protocol decode > listening on epair0a, link-type EN10MB (Ethernet), snapshot length 262144 bytes > From Jail 1's perspective: > ----------------------------------------------------------- > root@Jail1:/ # tcpdump -ni epair0b.60 > tcpdump: verbose output suppressed, use -v[v]... for full protocol decode > listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length > 262144 bytes > 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length 28 > 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length 28 this seems like the packets are not making it out of the vlan(4) interface for some reason. could you please re-run this with tcpdump -ve (it doesn't show .1q tags otherwise) and include the output for both epair0b.60 and epair0b in the jail? also for my reference, please include the ifconfig output for epair0b.60, epair0b and epair0a (i think you already showed this, it's just easier to have it all together, if you don't mind).