Date: Tue, 19 Nov 2002 20:49:19 +0100 From: Thomas Moestl <tmoestl@gmx.net> To: Olafur Osvaldsson <oli@isnic.is> Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: network errors Message-ID: <20021119194919.GA308@crow.dom2ip.de> In-Reply-To: <20021119154027.GQ19604@isnic.is> References: <20021119131950.GM19604@isnic.is> <20021119135732.GA308@crow.dom2ip.de> <20021119154027.GQ19604@isnic.is>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002/11/19 at 15:40:27 +0000, Olafur Osvaldsson wrote: > [root@fundinn /root]# grep ifconfig /etc/rc.conf > ifconfig_hme0="inet 130.208.16.22 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" Does changing this to: ifconfig_hme0="inet 130.208.16.22 netmask 255.255.255.0 up media 100baseTX mediaopt full-duplex" (i.e. adding 'up' before setting the media) work around it? > Changing the interface in the same manner to AUTO after a unsuccessful boot > does not give the same results, the ifconfig output changes but the interface > does not work. Does 'ifconfig hme0 down; ifconfig hme0 up' help in this case? - Thomas -- Thomas Moestl <tmoestl@gmx.net> http://www.tu-bs.de/~y0015675/ <tmm@FreeBSD.org> http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021119194919.GA308>