View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#2
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
EDIT: the port could be 8080 for US you need to try. Ah that would be the outgoing port. I don't know on which port sailfish is listen btw, need to check later (normally SMPP when operating over TCP is 2775).

I am working on a gui (genwall) to also implement this in the future.

Last edited by Halftux; 2019-04-01 at 14:02.
 

The Following 5 Users Say Thank You to Halftux For This Useful Post: