Hi Marcos:
I really don't know how this M$'s stuffs works, but it should be
a non-supported protocol on your proxy server. For example, it can use
PPTP, and you kernel must support it.
It's just a guess. Try sniffing this TCP/IP connection to ensure
that it doesn't use some proprietary protocol and so.
> iptables -t nat -A PREROUTING -i $INT -p tcp --dport 80 -j REDIRECT
> --to-port 3128
> iptables -A FORWARD -i $INT -o $EXT -p tcp --dport 443 -j ACCEPT
These rules looks ok for me....
-- []'s Lucas Brasilino brasilino@recife.pe.gov.br http://www.recife.pe.gov.br Emprel - Empresa Municipal de Informatica (pt_BR) Municipal Computing Enterprise (en_US) Recife - Pernambuco - Brasil Fone: +55-81-34167078Received on Mon Oct 06 2003 - 05:29:30 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:24 MST