I'm running an H2 TCP server on my desktop, and I want to connect to
it using another computer.

I get an error if I try to connect to the server using its IP address:

jdbc:h2:tcp://169.254.163.127:9092/testdb

I've also tried connecting using my global IP address with no success.

However, I can successfully connect using the host name:

jdbc:h2:tcp://DEEP-THOUGHT:9092/testdb

So, I have a few questions:

1. Can anyone think of a reason why this is happening?
2. Is it possible to connect using the IP address?
3. Is it possible to connect to H2 from outside my local network? For
example, could I take my laptop to Starbucks and connect to my home
server from the internet?

Thanks so much!

Sam

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to