The Following 6 Users Say Thank You to wolke For This Useful Post: | ||
![]() |
2019-04-01
, 10:27
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#2
|
/sbin/ip6tables -A INPUT -m state --state NEW -m tcp -p tcp --dport 8008 -j ACCEPT
The Following 5 Users Say Thank You to Halftux For This Useful Post: | ||
![]() |
2019-04-01
, 17:33
|
Posts: 1,298 |
Thanked: 4,322 times |
Joined on Oct 2014
|
#3
|
The Following User Says Thank You to nieldk For This Useful Post: | ||
![]() |
2019-04-01
, 18:09
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#4
|
My best guess would be DNS setup in the ipv6 rules.
Try to just allow UDP/(TCP perhaps also) for port 53
lsof -Pn -i > netinfo.txt ip6tables --list >> netinfo.txt
journalctl -k
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
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?
~ teleshoes ~