seeking advice on network troubleshooting strategy

Frank Joerdens frank at joerdens.de
Wed Sep 25 09:44:29 CDT 2002


On Wed, Sep 25, 2002 at 07:15:34AM -0700, phrostie wrote:
> just a guess, but what ports does it use for this under windows?
> are these ports open on your linux box?

How do you see that under Windows? Under Linux I'd do 

netstat -a

but I doubt that this would yield any interesting results because the
client and server ports are about the only things you can configure with
this application in a client.ini text file. In this case, it's 1800, and
looking at the port under linux gives (the server runs on 192.168.100.141)

limedes:~ # netstat -na |grep 1800
tcp        0      0 0.0.0.0:1800            0.0.0.0:*               LISTEN
tcp        1      0 192.168.100.70:1800     192.168.100.141:49432   CLOSE_WAIT
tcp        0      0 192.168.100.70:1800     192.168.100.141:49441   ESTABLISHED

Regards, Frank



More information about the wine-users mailing list