search for: winehost

Displaying 1 result from an estimated 1 matches for "winehost".

2006 Dec 27
1
network application problem
...nload 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 si...