Koozali.org: home of the SME Server

open port

Offline glsis

  • 1
  • +0/-0
open port
« on: July 04, 2005, 04:52:05 PM »
I need acces the web http://gepec.edenor.com
but acces deneied 446
i create these rules
/sbin/iptables -t mangle -A OUTPUT -p tcp -m tcp --dport 446 -j TOS --set-tos 0x10
/sbin/iptables -t nat -A PREROUTING -p tcp -m tcp --dport 446 -j TransProxy
/sbin/iptables -A InBoundTCP_.... -i ppp0 -p tcp -m tcp --dport 446 -j ACCEPT
but i can't acces
any ideas

thank's