I appear to have found a bug in 4.1.0 RC...
Posted: Thu Jul 04, 2019 7:35 pm
Guys,
My local group runs a C-Bridge based network that has HBLink running on it & that allows non-Motorola repeaters & hotspots to connect to the network directly.
I performed a fresh install on my ZUMspot hotspot today with the latest RC of 4.1.0, and I can no longer connect to the master. Nothing seems out of the ordinary with the added line in the root DMR host file, so it appears to possibly be with Raspbian Buster's firewall.
Our system admin told us to add these lines to the file 'ipv4.fw'
and then do a 'pistar-firewall' command. This completes without issue, and then I do a 'pistar-update' to make the DMR host changes apply themselves & allow me to select the master from the drop-down menu.
Any ideas?
My local group runs a C-Bridge based network that has HBLink running on it & that allows non-Motorola repeaters & hotspots to connect to the network directly.
I performed a fresh install on my ZUMspot hotspot today with the latest RC of 4.1.0, and I can no longer connect to the master. Nothing seems out of the ordinary with the added line in the root DMR host file, so it appears to possibly be with Raspbian Buster's firewall.
Our system admin told us to add these lines to the file 'ipv4.fw'
Code: Select all
iptables -A OUTPUT -p udp --dport 62000:63000 -j ACCEPT
iptables -t mangle -A POSTROUTING -p udp --dport 62000:63000 -j DSCP --set-dscp 46
Any ideas?