http://bugs.winehq.org/show_bug.cgi?id=3962
Wister d4rk_knight7@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |d4rk_knight7@hotmail.com
--- Comment #53 from Wister d4rk_knight7@hotmail.com 2010-12-08 15:02:26 CST --- For normal servers: iptables -t nat -A OUTPUT -d FAKE_IP_ADDRESS -j DNAT --to REAL_IP_ADDRESS
For loopback servers (127.0.0.1): ssh -nNT -L port:server_real_ip:port user@localhost
I have tested with loopback servers, and can guarantee that the ssh trick works. I recommend using wireshark or any other packet sniffer to debug and/or get the ip addresses.