View Single Post
  #2   (View Single Post)  
Old 10th September 2012
barti barti is offline
Shell Scout
 
Join Date: Jul 2012
Posts: 122
Default The best link I have found

http://www.packtpub.com/article/secu...-freebsd-jails


Good Book : Network Administration with FreeBSD 7







I'm searching for hours for good info.

---------------------------
To create persistent network aliases (aliases that will persist across reboots) you would add the following to your /etc/rc.conf file (replacing your IP as needed):

ifconfig_hme0_alias0="inet 192.168.0.100/32"
ifconfig_hme0_alias1="inet 192.168.0.101/32"
ifconfig_hme0_alias2="inet 192.168.0.102/32"
---------------------------

What is the network alias?
Do I have to create it on a stand alone dedicated server?



Thanks.
Reply With Quote