Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Not relaying broadcast 255.255.255.255 across vlans #23

Open
Joeviocoe opened this issue Aug 15, 2022 · 0 comments
Open

Not relaying broadcast 255.255.255.255 across vlans #23

Joeviocoe opened this issue Aug 15, 2022 · 0 comments

Comments

@Joeviocoe
Copy link

Joeviocoe commented Aug 15, 2022

Running pfsense 2.6.0-RELEASE (amd64)
built on Mon Jan 31 19:57:53 UTC 2022
FreeBSD 12.3-STABLE

Have a WeatherFlow Tempest hub:
tcpdump -vvnn -i re1.900 udp port 50222

tcpdump: listening on re1.900, link-type EN10MB (Ethernet), capture size 262144 bytes
01:32:52.978060 IP (tos 0x0, ttl 255, id 3629, offset 0, flags [none], proto UDP (17), length 127)
10.0.9.22.50222 > 255.255.255.255.50222: [udp sum ok] UDP, length 99

udpbroadcastrelay --id 42 --port 50222 --dev re1.900 --dev re1.10 -d -f

ID set to 42
Port set to 50222
Forking Mode enabled
ID: 42 (DSCP: 42, ToS: 0xa8), Port 50222
re1.900: 15 / 10.0.9.1 / 10.0.9.63
re1.10: 17 / 10.0.0.65 / 10.0.0.127
found 2 interfaces total
Done Initializing

I can verify the process is still running. But not sure how to verify it properly binds to the udp port or if it needs to since this is broadcast, and not multicast.

The issue is...
tcpdump -vvnn -i re1.10 udp port 50222
returns nothing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant