How do I allow TCP connections from specified IP addresses only?

2013-05-26 Thread Jay Lee
Hi All, I am using H2DB in TCP server mode. The only thing missing or I can't find is that how to block clinet connection based on IP address. For example if I want to allow only several clients in my subnet , 192.168.0.7 and 192.168.0.8 to connect H2DB. How do I do that? Currently I start the

Re: How do I allow TCP connections from specified IP addresses only?

2013-05-26 Thread Ryan How
Hi, You can't currently do that in H2. You need to do it in the firewall on the machine. Ryan On 26/05/2013 12:33 PM, Jay Lee wrote: Hi All, I am using H2DB in TCP server mode. The only thing missing or I can't find is that how to block clinet connection based on IP address. For example