View Single Post
  #5   (View Single Post)  
Old 17th June 2008
bgobs bgobs is offline
Port Guard
 
Join Date: Jun 2008
Location: Sofia, BG
Posts: 17
Default

resolv.conf inside the jail
Quote:
domain my-domain.com
nameserver 77.X.X.X
now

Quote:
nameserver 4.2.2.1
nameserver 4.2.2.4
nameserver 208.67.222.222
nameserver 208.67.220.220
and now /usr/local/etc/rc.d/ezjail.sh restart takes a lot of time

i test it with 2 masks:
Quote:
ifconfig rl0 alias 192.168.1.7 netmask 0xffffffff
and
Quote:
ifconfig rl0 alias 192.168.1.7 netmask 0xffffff00
but, still no luck.


*** edit

just to test i start jail with my IP (77.X.X.X) and DNS (77.X.X.1) and everything was ok (if this helps)
__________________
FreeBSD 6.2 RELEASE

Last edited by bgobs; 17th June 2008 at 10:18 AM.
Reply With Quote