I'm setting up a FreeBSD 9.0 now I want to start setting up my jails, I am confused on what is going to happen if I use DHCP, from my reading I made the notes that I need to take the following steps and should run static IP but I would like to get around the static part because changing the whole network to this model would be a huge pain:
enable gateway mode and set ip....
**part of edit**
I think my notes are missing something somewhere I am supposed to tell syslogd to only listen to my lan addapter that I am using xlo. Also might mention this is the first time I have ever worked with jails.
**edit over**
Why can I not just use the hostname?
enable gateway mode and set ip....
Code:
echo 'gateway_enable="YES"' >> /etc/rc.conf
echo 'syslogd_enable="YES"'
echo syslogd_flags="-b 192.168.2.10
**part of edit**
I think my notes are missing something somewhere I am supposed to tell syslogd to only listen to my lan addapter that I am using xlo. Also might mention this is the first time I have ever worked with jails.
**edit over**
Why can I not just use the hostname?