fonz said:You can give the jail a static non-routable IP (e.g. in the 192.168.0.0/16 range) that can be reached from your local network, if that's what you mean.
fonz said:That should be possible, although the exact procedure may depend on your setup.
You'll probably have one of the following:
Please let me know what your setup is. Most importantly, does the intended host have a static IP address on the LAN (typically in the aforementioned range)?
- You have a modem/router that obtains an external IP address from your ISP. The machines in your LAN, including the host, are connected to the modem/router (either directly or via a hub/switch) and obtain a local IP address (usually in the 192.168.0.0/16 range) from the modem/router.
- You have a non-routing modem that doesn't keep the external IP address for itself, but merely acts as a bridge. Your host has two NICs. One is connected to the modem and obtains the external IP address from your ISP. The other is connected to your LAN, most likely via a hub/switch.
- Something else.
Static or dynamic is irrelevant in that case. As long as the IP addresses are in the same network segment and/or routing works correctly on your network it doesn't matter.adripillo said:I wonder when I set up the Jail with a static IP if the computers that have automatic IP will be able to see the shared folders on the server?
Also, it should mean you don't need to run a firewall (forwarding traffic on certain ports to the jail) on the host in this case, which makes things a little easier.SirDice said:Static or dynamic is irrelevant in that case. As long as the IP addresses are in the same network segment and/or routing works correctly on your network it doesn't matter.