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
On Wed, 2006-12-27 at 21:23 -0500, Pavel V. Chjen wrote:> 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/googles for 'port 8481 dhcp' That's looking for a dhcp server, imho. Have you checked all the links here? http://www.buddytalk.com/support_database.htm Notably, first question, SYSTEM REQUIREMENTS and further configuration information. BTW, the "send" key on your mailer must be on very fast autorepeat - I got 3 copies -- With Best Regards, Declan Moriarty.