Results 1 to 3 of 3
how can i open 1000/tcp and 1100 /udp by using iptables command in terminal screen..
i need high id in emule..thanks for your help...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-01-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 20
port+iptables
how can i open 1000/tcp and 1100 /udp by using iptables command in terminal screen..
i need high id in emule..thanks for your help
- 10-01-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
iptables -A INPUT -p tcp --dport 1000 -j ACCEPT
iptables -A INPUT -p udp --dport 1110 -j ACCEPTserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 10-02-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 20
thanks
thank u very much..


Reply With Quote
