From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58e56fd3078b840632d23a88e7b06b7c@quanstro.net> From: erik quanstrom Date: Fri, 21 Aug 2009 21:00:01 -0400 To: 9fans@9fans.net In-Reply-To: <9ab217670908211407x366d789an6340209e97b65d39@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Issues with 2 networks, fs server, and namespaces Topicbox-Message-UUID: 515849ca-ead5-11e9-9d60-3106f5b1d025 > I'm trying to set up a group of servers (these are running on VMWare > ESXi, and working great -- CPU server running with two APs, though > adding more causes it to fault with a divide by zero?). Auth server's could you be more specific about this? > The FS, however, sits on a private network. CPU and Auth are connected > to this network via ether1. However, I'm having the following issues: > > #1) Using two networks on two different interfaces is a pain in the > ass. I've got: > bind '#l1' /net.alt > bind '#I1' /net.alt you want something like this in /lib/namespace.machinewith2ndipstack cat /lib/namespace.ladd bind -b #l1 /net.alt bind -b #I1 /net.alt mount -a /srv/cs_net.alt /net.alt mount -a /srv/dns_net.alt /net.alt # and you want something like this in your cpurc bind -b '#l1' /net.alt bind -b '#I1' /net.alt ip/ipconfig -x /net.alt -g 192.168.10.254 ether /net.alt/ether1 add 192.168.10.1 /120 ndb/cs -x /net.alt -f /lib/ndb/external ndb/dns -Rrsx /net.alt -f /lib/ndb/external #external - or - ndb/dns -s #internal aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service.ext /net.alt/tcp - erik