Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
How to handle Multicasts with TTL=1?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to handle Multicasts with TTL=1? (Read 3198 times)
JasMan
Full Member
Posts: 175
Karma: 9
How to handle Multicasts with TTL=1?
«
on:
January 06, 2020, 02:07:40 pm »
Hey,
I've seperated all my IoT devices into a single VLAN.
The associated Android management app of one of the IoT devices uses Multicasts to discover the device. Unfortunately the Multicast packets from the app have an TTL of 1. My mobile phone is in another VLAN and therefore the packets are discarted before PIMD can forward them to the IoT VLAN.
What would be the Best-Practise to handle this? Should I use iptable to mangle the TTL of the packets?
Jas
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: How to handle Multicasts with TTL=1?
«
Reply #1 on:
January 06, 2020, 04:03:37 pm »
mangle is a Linux feature, not FreeBSD. See
https://forum.opnsense.org/index.php?topic=15385.0
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
JasMan
Full Member
Posts: 175
Karma: 9
Re: How to handle Multicasts with TTL=1?
«
Reply #2 on:
January 06, 2020, 04:39:08 pm »
Quote from: marjohn56 on January 06, 2020, 04:03:37 pm
mangle is a Linux feature, not FreeBSD.
Ahh, good to know. I didn't know that.
Quote from: marjohn56 on January 06, 2020, 04:03:37 pm
See
https://forum.opnsense.org/index.php?topic=15385.0
Yep, I already saw this thread but it doesn't work for the affected device. Because the TTL of the Multicast is 1, the packet is discarded before PIMD can handle it. The packets are not transmitted to the IoT VLAN.
In my opinion I need to increase the TTL, or to tell OPNsense to ignore the TTL.
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: How to handle Multicasts with TTL=1?
«
Reply #3 on:
January 06, 2020, 05:01:46 pm »
Read the last couple of messages in that thread. We are no longer using pimd.
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: How to handle Multicasts with TTL=1?
«
Reply #4 on:
January 06, 2020, 06:31:59 pm »
I've just finished setting up Monit to start it at boot and restart it should it fail for any reason.
We are using Sky Q and the Sky Go app, the issue is TTL=1, this has sorted it and it's working well.
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
How to handle Multicasts with TTL=1?