Hi there,
got a little problem. I've installed cygwin and xfree on my laptop and i can query without any problem the development server on my side. My coworkers need two IPs on their computer (I have just 1 C class): 1 C class 1 A class all the servers are configured for a C class... Here we go $X -screen 0 1024x768x8 -query 192.168.184.205 the X server hangs for a while than reports an error indicating that it was impossible to estabilish a connection to the IP address 10.10.5.100 (the other IP) ...when i force the -from switch like: $X -screen 0 1024x768x8 -query 192.168.184.205 -from 192.168.184.100 the X server reports an invalid IP address... Cygwin always attemps to bind the C class address... but i have got the two IPs just because the server must reside on a C class... Any idea...workaround? Thanks /G