> As you can see, MPlayer's SVN is only available via the svn:// protocol, > not http://, hence any http proxy setting is irrelevant. I deceided this problem with transparent proxy and iptables. Now is ok. $IPTABLES -t nat -A OUTPUT -p tcp -d 127.0.0.1 -j ACCEPT $IPTABLES -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 10000 Igor