Raul I. Becette wrote:
ifconfig_nfe0="192.168.10.9 255.255.0.0"

If I recall correctly the correct syntax would be:
ifconfig_nfe0="192.168.10.9 netmask 255.255.0.0"
or (the syntax I prefer)
ifconfig_nfe0="192.168.10.9/16"

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to