Hey folks,
I am new to FreeBSD, have enough linux background to manage, primary sysadmin on leave.
We had a power outage and our UPS failed so the FreeBSD host shutdown ungracefully. Turned on host.
I have four jails running on this machine. Only one of them is not functioning.
in rc.conf the ip definitions
The Subversion jail is binding the ip to lo0 insted of bce0. All the other jails are operating under normal conditions.
Any ideas to fix this?
I am new to FreeBSD, have enough linux background to manage, primary sysadmin on leave.
We had a power outage and our UPS failed so the FreeBSD host shutdown ungracefully. Turned on host.
I have four jails running on this machine. Only one of them is not functioning.
in rc.conf the ip definitions
Code:
# subversion jail
ifconfig_bce0_alias0="inet 192.168.7.12 netmask 255.255.255.255"
# mailman jail
ifconfig_bce0_alias1="inet 192.168.7.13 netmask 255.255.255.255"
# ftp jail
ifconfig_bce0_alias2="inet 192.168.7.84 netmask 255.255.255.255"
# intranet.virtc.com
#ifconfig_bce0_alias6="inet 192.168.7.15 netmask 255.255.255.255"
#
# cms.virtc.com
ifconfig_bce0_alias7="inet 192.168.7.5 netmask 255.255.255.255"
Any ideas to fix this?