I need acces the web
http://gepec.edenor.combut 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