[Wine] network application problem

Pavel V. Chjen pavel at ipdatacom.net
Wed Dec 27 20:29:33 CST 2006


Installed BuddyTalk Dialer (VoIP client). It was requested mfc42.dll
which I was download and put in system32. After running it could not
regiter with server. Probably because it is incorrectly create udp
socket. it listen UDP port 8481 on 255.255.255.255 address instead of
0.0.0.0 which linux kernel usually listen. I use kernel 2.6.17-10-386
Ubuntu edgy 6.10
here a netstat output
winehost:~$ netstat -an|grep udp|grep 8481 
udp        0      0 255.255.255.255:8481    0.0.0.0:*
and tcpdump icmp responce to server
winehost:~$ sudo tcpdump -i eth0 -n icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol
decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:12:48.176638 IP x.x.x.x > 202.79.202.21: ICMP x.x.x.x udp port 8481
unreachable, length 108





More information about the wine-users mailing list