Hello,
I have a FreeBSD 9.2-RELEASE-p3 system with two jails, one is a little webserver and another one is a minecraft server.
It was working flawlessly until I ran a
I can't find what it's wrong.
Here is the rc.conf of the base system:
And here the rc.conf from one of the jails, the other one is nearly identical:
Thank you very much.
I have a FreeBSD 9.2-RELEASE-p3 system with two jails, one is a little webserver and another one is a minecraft server.
It was working flawlessly until I ran a
portupgrade. Now the jails can't access the outside network and the services inside jails can't be accessed.I can't find what it's wrong.
Here is the rc.conf of the base system:
Code:
ifconfig_sk0="inet 192.168.1.7 netmask 255.255.255.0"
ifconfig_sk0_alias0="inet 192.168.1.10 netmask 255.255.255.0"
ifconfig_sk0_alias1="inet 192.168.1.12 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
jail_enable="YES"
jail_list="www mncrft"
jail_set_hostname_allow="NO"
jail_www_hostname="www.example.org"
jail_www_ip="192.168.1.12"
jail_www_rootdir="/usr/home/j/www"
jail_www_devfs_enable="YES"
jail_mncrft_hostname="mncrft.mooo.com"
jail_mncrft_ip="192.168.1.10"
jail_mncrft_rootdir="/usr/home/j/mncrft"
jail_mncrft_devfs_enable="YES"
And here the rc.conf from one of the jails, the other one is nearly identical:
Code:
keymap="spanish.iso.acc.kbd"
ifconfig_sk0="inet 192.168.1.10 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
Thank you very much.