9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] auth server with two NICs
@ 2010-07-21  7:58 Akshat Kumar
  2010-07-21 12:38 ` erik quanstrom
  2010-07-21 16:03 ` Akshat Kumar
  0 siblings, 2 replies; 13+ messages in thread
From: Akshat Kumar @ 2010-07-21  7:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I have an auth server with two cards,
ether0 and ether1; it's connected to
an fs server on ether1 and a public
network on ether0 - it has to get root
from the fs server:

root is from il -g 192.168.100.1 ether /net/ether1 192.168.100.2 255.255.255.0

in /cfg/$sys/cpurc, I have the following:

ip/ipconfig -g 192.168.2.1 ether /net/ether0 192.168.2.141 255.255.255.0
ip/ipconfig -g 192.168.100.1 ether /net/ether1 192.168.100.2 255.255.255.0

I get the root fs just fine, and I can ping
nodes on both networks (fs on the fs net,
my laptop on the public net) just fine.

now, I have one concern and one problem -
the concern: only ether0 is bound into /net,
ether1 doesn't show up in there.
the problem: dns on the public network
doesn't work - I get dns failure when trying
to resolve google.com, for example - I have
described both networks as separate ipnets
in /lib/ndb/local, with a specification of dns
for the public network, but it doesn't seem
to take effect.

Is there some more proper way of dealing
with this? Anything I obvious that I might
be doing wrong?


Thanks,
ak



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-07-22 20:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-21  7:58 [9fans] auth server with two NICs Akshat Kumar
2010-07-21 12:38 ` erik quanstrom
2010-07-21 16:12   ` Akshat Kumar
2010-07-21 16:24     ` Akshat Kumar
2010-07-21 17:31     ` erik quanstrom
2010-07-21 21:50       ` Akshat Kumar
2010-07-21 22:01         ` Akshat Kumar
2010-07-21 23:38           ` Akshat Kumar
2010-07-22 17:25             ` Akshat Kumar
2010-07-22 17:30               ` erik quanstrom
2010-07-22 17:55                 ` Akshat Kumar
2010-07-22 20:15                   ` Akshat Kumar
2010-07-21 16:03 ` Akshat Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).