I have a java app that runs on the mac (macbook pro, macosx 10.4, win2000 run in the parallels VM) and I connect via IP address and port number (3700) to a microsoft sql server running on the win2000 desktop on my desk. But I would like to be able to run the app when the laptop and I are not at the office, and connect to the (as far as I know) identical microsoft sql server running on the win2000 virtual machine on the laptop. I tried the obvious things -- in TCP/IP filtering on the (w2K) control panel all the ports are shown as open, and I tried it with the "Enable TCP/IP filtering (all adaptors)" ticked both on and off.
I'm not even sure whether this is an error or not -- if I type
or
I get a 'connection refused' -- is that what I should expect, or what?
I'm not even sure whether this is an error or not -- if I type
Code:
ssh 10.0.3.216 -p3700
Code:
telnet 10.0.3.216 3700