the real problem I'm having is that in the process of getting its root fs, the auth server associates #I with #l; I would like for it to associate #I1 with #l instead. If I switch ether0 and ether1 around, it will associate #I with #l1, but in that case, I would like #I1 to be associated with #l1... so this problem persists no matter what. Any setup suggestions? how do people usually handle multiple networks on multiple interfaces?
with the current setup, I'd have to start all my listeners on /net.alt, where #I1 is bound, but that seems messier than just fixing one thing. On Wed, Jul 21, 2010 at 2:50 PM, Akshat Kumar <aku...@mail.nanosouffle.net> wrote: > the following bootargs line: > > bootargs=il -x /net.alt -g 192.168.100.1 ether /net.alt/ether0 > 192.168.100.2 255.255.255.0 > > gives the following startup error: > > boot: bind #I: %r > : '/net/net.alt': does not exist > > what's the proper way to bind the interface from which I get root, > into /net.alt? >