I'm building a FreeBSD 10.1-RELEASE system that has two network interfaces: one connected to the external network (henceforth called the external interface) and one connected to our private network (henceforth called the internal interface). The setup is as follows:
The questions are:
Thanks
- We have one jail with a publicly-visible IP address (203.x.x.x) aliased on to the external interface running our SSL terminator.
- We have multiple jails with private IP addresses (172.16.x.x) aliased on the internal interface running various services.
The questions are:
- How can I set[]up the networks so that the jails (mainly the ones running services attached to the internal interface) can access the internet?
- Can this be done without having to use the PF service?
Thanks