Port forwarding to FreeNAS jails
-
I thought I'd best create a separate thread for this…
I'm about to attempt to do this but I have a few questions beforehand. I'm hoping someone here has done the same with FreeNAS. I have 5 jails setup on my FreeNAS and I'm unsure if i need to forward to the actual IP of the FreeNAS box or to the Jail IP or if I need to set forwarding rules up between freeNAS and the jail as well? Can't find any guides anywhere online of someone explaining this.
Another thing that confused me was that when I set DHCP leases up to the jails I noticed that there was two instances of MAC addresses for each jail. I guessed I needed to do it to the permanent ones but I'm not sure how this might affect things?
-
I just did this. This is no different than port forwarding to any host on your network.
I have a jail on 192.168.223.253. It has an ssh server listening on TCP/22.
This forwards inbound connections to WAN address:8022 to 192.168.223.253:22

 -
Yep, if those IPs are accessible directly from pfSense, and since they're in the same subnet the should be, then forward to the jail address.
Steve
-
Naturally, I enabled the automatic firewall rule creation on the NAT entry. It's just cut off.
-
Why does freenas create two different MAC addresses for the created jails? (my screenshot above) So if you're then to create a static IP address for that jail how does this effect things? I just created them with the permanent MAC, but it left me wondering.