I'm attempting to use the Set-NaNetInterface to enable the Negociated Fail Over option on an interface and make it persistant. Here is my command:
Set-NaNetInterface e0b -Address 192.1678.130.4 -netmask 255.255.255.0 -broadcast 192.168.130.255 -up -wins $FALSE -Nfo $TRUE -partner ifg_vmware1
On the command line with ifconfig e0b I can see that Nfo is in fact enabled, but its not writen to the /etc/rc file. The other settings are. Is there something special that I need to do to get this into the /etc/rc file? By playing with the cmdlet I can see that other options are writen out to the rc file, but Nfo does not seem to be.
Thanks,
Dave