This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have a Java 6 Webservice in production which is running on a server which has two network cards. Each of this network cards has a different IP address(subnet):
My Problem is that this link works only on PC's which are in subnet of Card 1 (192.168.1.*), but a telnet command to the port 33000 works from both subnets. So basically the PC and the webservice can be reached, but the webservice doesn't allow connections from the other subnet.
Is there any automatic IP restriction within the Java webservice or do I need a routing?