![]() |
MMS IPv6 Broken in SFOS 3.0.2.8 Oulanka
connman firewall updates (3.0.1 => 3.0.2) broke my IPv6 MMS (T-mobile USA).
i have no idea how to add a specific iptables rule to fix just MMS, so i just undid the big global change in /etc/connman/firewall.conf: IPv6.INPUT.POLICY = DROP => IPv6.INPUT.POLICY = ACCEPT p.s.: anyone have a better suggestion for a more specific fix? |
Re: MMS IPv6 Broken in SFOS 3.0.2.8 Oulanka
Maybe this command could help. I don't know if it is tcp or udp, so maybe you need to modify the command.
Code:
/sbin/ip6tables -A INPUT -m state --state NEW -m tcp -p tcp --dport 8008 -j ACCEPT I am working on a gui (genwall) to also implement this in the future. |
Re: MMS IPv6 Broken in SFOS 3.0.2.8 Oulanka
My best guess would be DNS setup in the ipv6 rules.
Try to just allow UDP/(TCP perhaps also) for port 53 |
Re: MMS IPv6 Broken in SFOS 3.0.2.8 Oulanka
Quote:
So I couldn't try because I have no small sim with mms function.:( We need more informations, if you don't have ip6tables command you need to install iptables-ipv6 package. With active mobile data connection do: Code:
lsof -Pn -i > netinfo.txt You could also check, with lsof command, for connections when you receive a mms. You could also configure ip6tables to log rejected tcp packages, I would set "--log-level notice". And then you can check with: Code:
journalctl -k |
All times are GMT. The time now is 09:17. |
vBulletin® Version 3.8.8