Ricardo L�pez Urrutia wrote:
Off topic but :)
At 03:51 p.m. 12/01/2005 +0000, Shiraz Gul Khan wrote:
dear heng, hello
now i am on my server. ok listen. when i applied this line
# iptable -A INPUT -p tcp -m tcp -dport 110 -j ACCEPT
error come: bash iptable command not found
The correct command is iptables.
# iptables -A INPUT -p tcp -m tcp -dport 110 -j ACCEPT
error come: bad argument '110'
Under iptables the -dport is used when you redirect one port to
another, I'm preety sure the syntax is incorrect, if you need further
help, the iptables list could help.
It should be --dport not -dport.
Regards,
Oliver