hello all of you.
I have the same probleme of proxy/connection but not in the same context:
I try to play on a linux client .... using my linux socks server at home (danted) with this command (that perfectly works at home without the -DsocksProxyHost and -DsocksProxyPort):
- Code: Select all
/usr/lib/jvm/java-6-sun/bin/java -Djava.library.path=/usr/lib/jni/ -DsocksProxyHost=IP.AT.HOME -DsocksProxyPort=80 -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
With iptables I can log all network trafic on both client/server. The problem is the parameter -DsocksProxyHost seens to use the proxy ONLY for TCP traffic and not UDP. And especially the UDP 1870 that try to connect to 178.63.100.209.
On sun/oracle java6 documentation, they talk about TCP and never UDP. in they
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html wrote:J2SE 5.0 provides SOCKS support for client TCP sockets.
http://docs.oracle.com/javase/6/docs/technotes/guides/net/properties.html wrote:If socksProxyHost is specified then all TCP sockets will use the SOCKS proxy server
so, what about proxy UDP with the command java ?
btw, I try to use different socksify client (dante-client or tsocks) but without any success with UDP

PS: I use
java and not
javaws because of Ender client ... but I may loose myself in the complexity of java-blabla-stuff
