View Single Post
  #1   (View Single Post)  
Old 3rd May 2008
krreagan krreagan is offline
New User
 
Join Date: May 2008
Location: Colorado, USA
Posts: 5
Default Network not working in my jail.

I just installed/created a jail using the FBSD Handbook as a guide. Everything worked well except that my network doesn't work at all in the jail?

Code:
# ping mother
ping: socket: Operation not permitted
jls shows the correct IP associated with the jail

Here is my host rc.conf
Code:
#
# Jails...
#
jail_enable="YES"
jail_set_hostname_allow="NO"
jail_list="father"
jail_father_hostname="father.mydomain.org"
jail_father_ip="192.168.2.101"
jail_father_interface="re0"
jail_father_rootdir="/data/jails/father"
jail_father_devfs_enable="YES"
Code:
# jls
   JID  IP Address      Hostname                      Path
     3  192.168.2.101   father.mydomain.org            /data/jails/father

I tried to set the IP in the jail during startup (rc.conf) but no go.

I'm probably missing something really stupid!

TIA
Krreagan
Reply With Quote