Hi,
If you want to use iptables it is something like this. It depends on the setup and the flow off the traffic.
This will allow some port into the host itself.
iptables -A INPUT -i <INCOMING INTERFACE> --dport <PORT> -j ACCEPT
But iptables is not so easy to configure.
I suggest that you read this first.
http://www.linuxhomenetworking.com/w...Using_iptables
Or google "iptables" for some background information.
Is it possible to give some more information about the setup and the flow off the traffic?
Recent comments
15 hours 12 min ago
20 hours 11 min ago
21 hours 37 min ago
22 hours 30 min ago
1 day 14 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 20 hours ago
1 day 22 hours ago