I am currently trying to set up a server on FreeBSD. I want to create jails with ezjails according to the handbook. I am following the example to install BIND inside a jail but I am stuck at the installation step (
At first I thought I had a DNS problem (bad /etc/resolv.conf) but it seems that I have simply no internet inside the jail.
On the host: (8.8.178.110 is www.freebsd.org)
Inside the jail:
Any idea what is going on? Thanks!
PS: I posted the same on SE without success so far. The post might be interesting if you want to see the results of
make -C /usr/ports/dns/bind99 install clean
).At first I thought I had a DNS problem (bad /etc/resolv.conf) but it seems that I have simply no internet inside the jail.
On the host: (8.8.178.110 is www.freebsd.org)
Code:
root@varda:~ # nc -z -w 2 8.8.178.110 80
Connection to 8.8.178.110 80 port [tcp/http] succeeded!
Inside the jail:
Code:
root@dns:~ # nc -z -w 2 8.8.178.110 80; echo $?
1
Any idea what is going on? Thanks!
PS: I posted the same on SE without success so far. The post might be interesting if you want to see the results of
ezjail-admin list
and ifconfig
.