Date: Wed, 13 Aug 2003 16:45:59 +0200 From: Emre Bastuz <info@emre.de> To: freebsd-isp@freebsd.org Subject: Re: 1 server, 1 net, 2 cards Message-ID: <1060785959.3f3a4f27c2d52@webmail.emre.de> In-Reply-To: <014701c361a3$01da40b0$620ce8c0@tv.interprom.msk.su> References: <014701c361a3$01da40b0$620ce8c0@tv.interprom.msk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mikhail, Zitat von "Mikhail E. Zakharov" <zakharov@ipb.redline.ru>: > I have two 3com ethernet cards at my FreeBSD server. How to set up them, to > work together at the same subnet with IP 192.168.1.1 (xl0) and IP > 192.168.1.2(xl1). I donīt know why you would want to do that (maybe bandwidth issues?) but it *might* work like this: ifconfig xl0 inet 192.168.1.1 netmask 255.255.255.0 ifconfig xl1 inet 192.168.1.2 netmask 255.255.255.255 I did not try this though ... Note that this should not do any loadbalancing (I think). If you need the additional bandwidth you might want to buy a dual ethernet card and use itīs channel bundling feature. Some dual-nics offer this. Emre -- info@emre.de http://www.emre.de UIN: 561260 PGP Key ID: 0xAFAC77FD I don't see why some people even HAVE cars. -- Calvin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1060785959.3f3a4f27c2d52>