-
Iniciativa bacana.
2009-03-22 01:00:36 UTC in msn-proxy: the msn connection control
-
chmod 644 /usr/local/etc/msn-proxy/mysql/conf
777 é acesso publico.
man chmod.
2008-10-14 11:15:31 UTC in MSN Proxy
-
Please ignore the line that says
$IPT -t nat -A PREROUTING -i eth1 -p tcp --dport 1863 -j ACCEPT.
2008-06-27 21:14:09 UTC in msn-proxy: the msn connection control
-
Nope...
Same thing.
Now my iptables is:
$IPT -A INPUT -p tcp -i eth0 --dport 25000:30000 -j ACCEPT
$IPT -t nat -A PREROUTING -s 127.0.0.1 -p tcp --dport 80 -j ACCEPT
$IPT -t nat -A PREROUTING -s 127.0.0.1 -p tcp --dport 1863 -j ACCEPT
$IPT -t nat -A PREROUTING -i eth1 -p tcp --dport 1863 -j ACCEPT
$IPT -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 3128
$IPT -t nat...
2008-06-27 21:05:15 UTC in msn-proxy: the msn connection control
-
So, I'm trying to make it work for a while now, 3 days I believe. I have to say that the effort of making this proxy is really nice.
But I have a little question... I'm working in a firewall with squid, squidGuard, and transparent proxy. In verbose mode I keep on getting this
<b>[passport@hotmail.com] send to ns client ==> USR 132 SSO S MBI_KEY_OLD...
2008-06-27 20:32:44 UTC in msn-proxy: the msn connection control