Been struggling with this problem for quite some time now, but a trick I found on another thread solved my issue: Simply add a route within your system to force traffic to go out on the proper interface (eth0/192.168.1.1) in my case: //windows route add 239.0.0.0 mask 255.0.0.0 192.168.1.1 //linux? ...