http://bugs.winehq.org/show_bug.cgi?id=3962
------- Additional Comments From ipridian@gmail.com 2006-27-06 11:03 ------- ^
If you encounter a RO thinking the server is 127.0.0.1, you need to enter this :
# iptables -t nat -A OUTPUT --source 127.0.0.1 -m mport --dports 6900,6901 -d 127.0.0.1 -j DNAT --to (server's IP)
This of course needs you to have the mport extension inside your kernel.