Date: Thu, 13 Nov 2008 08:27:15 +0700 From: "huynhnguyen" <huynhnguyen@mikorn.com> To: "'Bjoern A. Zeeb'" <bzeeb-lists@lists.zabbadoz.net>, "'Bill Moran'" <wmoran@collaborativefusion.com> Cc: freebsd-jail@freebsd.org Subject: RE: can jail use 2 NICS? Message-ID: <000301c9452e$f79af6b0$e6d0e410$@com> In-Reply-To: <20081112142044.J67750@maildrop.int.zabbadoz.net> References: <002b01c94490$260ebfd0$722c3f70$@com> <20081112090702.840305a6.wmoran@collaborativefusion.com> <20081112142044.J67750@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I got the answer. Thank Bill, thank Bjoern . Re: can jail use 2 NICS? ------------------------------ > In response to "huynhnguyen" <huynhnguyen@mikorn.com>: >> >> - my server have 2 NICs, ------------------------------ On Wed, 12 Nov 2008, Bill Moran wrote: > It's not possible with the current codebase. There's work being done > to add this feature to 8.x, but with 7.x and earlier, you need to > figure out how to make your jails work with a single NIC. ----------------------------- >On Wed, 12 Nov 2008, Bjoern A. Zeeb wrote: >obviously, as Bill already indicated, you need a patch to have more than >one IP per jail as the current jail system in any version of freebsd only >supports one IP address (see man pages). >If you have the patch compiled in ... > jail_jail1_interface="bge0, bge1" >remove this and similar lines from your configuration. >You had the IPs configured on the interfaces already anyway. > jail_jail1_ip="192.168.1.3, 11.0.0.3" A>nd remove the white space after the comma. -----------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000301c9452e$f79af6b0$e6d0e410$>