Re: Missing route for localhost

2009-01-18 Thread Michael Mäder
Hello here is the dmesg: OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA Esther processor 1000MHz (CentaurHauls 686-class) 1.01 GHz cpu0: FPU ,V86 ,DE ,PSE ,TSC ,MSR ,PAE ,MCE ,CX8 ,APIC

Re: Missing route for localhost

2009-01-18 Thread Philip Guenther
On Sun, Jan 18, 2009 at 2:05 AM, Michael Mdder m...@moik.org wrote: here is the dmesg: OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC ... Okay, so you're using a stock 4.4 kernel. Good! But we still don't know: 1)

Missing route for localhost

2009-01-17 Thread Michael Mäder
Hello I am using 4.4 (updated from 4.3) and have a problem with the localhost. Trying to ping localhost gives my an error: host unreachable Comparing with a fresh BSD installation I remarked that the following routing entry is missing: route add -inet 127.0.0.1/32 127.0.0.1 Even after a

Re: Missing route for localhost

2009-01-17 Thread Philip Guenther
On Sat, Jan 17, 2009 at 3:42 AM, Michael Mdder m...@moik.org wrote: I am using 4.4 (updated from 4.3) and have a problem with the localhost. It's obvious from your dmesg that, umm, nevermind. It's clear from the steps you took when updating that, uh, nope. Trying to ping localhost gives my