Results 1 to 4 of 4
anyone know how to add tapeware port 3817 in centos 5 firewall terminal.
What's the command?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-27-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
how to add tapeware port 3817 in centos 5 firewall
anyone know how to add tapeware port 3817 in centos 5 firewall terminal.
What's the command?
- 09-28-2008 #2
Firewall and tapeware on the same box?
- 09-28-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
yes
yes.......
- 09-28-2008 #4
This is best guess without knowing how you have your firewall rules setup and the interfaces it would be coming in on.
If you are not using Stateful inspection:
If you are using Stateful inspection:Code:iptables -A INPUT -p tcp --dport 3817 -j ACCEPT
If you need UDP then change '-p tcp' to '-p udp'Code:iptables -A INPUT -p tcp --dport 3817 -m state --state NEW -j ACCEPT
This could be tightened more but requires more knowledge of your setup.
This is only a default setting.


Reply With Quote
