--On Friday, April 18, 2008 10:06:42 -0300 sergio lenzi <[EMAIL PROTECTED]> wrote:
Hello... I had another NIC from marvell (I did not remember if it was a nve or nfe) that refuses to work until I put the word "UP" in the ifconfig command in /etc/rc.conf..... ifconfig_xx0="up DHCP" ================================================== may be is it not the case????
If you want your NIC to come up on boot, you need to tell the OS that. # grep ifconfig /etc/rc.conf ifconfig_em0="DHCP" For yours: ifconfig_xx0="DHCP" should work fine. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"