* Frank Allan <Frank.Allan at Sun.COM> [2009-11-25 06:50]: > Thanks for that tip Stephen. > > From what you are saying it will only work if you only have a single > active interface, so you need to disable it if you require more than > one? So you couldn't do something like; > > e1000g0 static 192.168.1.2/24 > e1000g1 static 192.168.10.2/24 > > Is that correct?
That's right. NWAM 0.5 handles automatic configuration of only one active interface at a time. To configure multiple active interfaces, you'll need to use network/physical:default and its configuration sources. - Stephen