Good afternoon,
I have the server set up and running on a laptop at my home. If I bring up the client locally, it connects and everything works fine.
If I bring up the client on a PC at my office and try to connect to my server at home (which I can address directly via a VPN between my home and office) it doesn't connect.
The output of netstat -a shows that the server is listening on the loopback addres (127.0.0.1) but not on the Ethernet address (192.168.54.111)
Did I miss something in the configuration?