I'm new to FreeBSD. I have a VPS running FreeBSD 10.1 and I'm trying to setup a few small websites running Wordpress with nginx, each in their separate jail.
I followed this guide to setup internal IPs for each of the jails but I can't seem to access them from a browser. I can ping them inside the host when connected via SSH and when I look at the open ports via
Thanks
I followed this guide to setup internal IPs for each of the jails but I can't seem to access them from a browser. I can ping them inside the host when connected via SSH and when I look at the open ports via
sockstat -4l
I can see that port 80 is open on the jails but they are not reachable from outside of the VPS.Thanks