Bug 14132

Summary: must ifconfig loopback before dhcp-interface
Product: Base System Reporter: crawdad <crawdad>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description crawdad 1999-10-04 22:50:00 UTC
	After the installation and first reboot, the network
	interfaces were listed in rc.conf in the order "ed1 lo0".
	dhclient script tried to "route add $myaddr 127.1" when
	lo0 was not configured, so the resulting route pointed
	to ed1.  System was unable to ping itself.

Fix: 

Generate the new rc.conf with lo0 first in the list of
	network_interfaces.
How-To-Repeat: 
	Do a clean install on a DHCP client.  *Maybe* it depends
	on the name of the network interface, but I doubt it.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-10-05 09:57:01 UTC
State Changed
From-To: open->closed

Duplicate of PR 14043. Please see the errata for your release at: 
http://www.freebsd.org/releases/3.3R/errata.html 
Comment 2 ru freebsd_committer freebsd_triage 1999-10-05 13:07:22 UTC
State Changed
From-To: closed->open

This has nothing common with PR misc/14043. 
But see the next chunk... 

Comment 3 ru freebsd_committer freebsd_triage 1999-10-05 13:27:51 UTC
State Changed
From-To: open->closed

Superseded by PR conf/14098.