Subject: Re: Networking problem
To: Jeff Rizzo <riz@NetBSD.org>
From: Isaac Wagner-Muns <fubar22@gmail.com>
List: netbsd-help
Date: 08/15/2006 23:51:29
On Tue, 2006-08-15 at 21:29 -0700, Jeff Rizzo wrote:
> Isaac Wagner-Muns wrote:
> > On Wed, 2006-08-16 at 03:01 +0000, Christos Zoulas wrote:
> >   
> >> What does netstat -rn say?
> >>
> >> christos
> >>
> >>     
> >
> > Netstat -rn says the following about the routing tables:
> >
> > Destination	Gateway			Flags  Ref  Use    Mtu Interface
> > 192.168.2/24    Link#1                  UC     1    0       -   hme0
> > 192.168.2.150   00:06:5b:47:f3:df       UHLc   0    16707   -   hme0
> >
> >
> > nothing was in there about the defualt router being 192.168.2.1, though
> >   
> 
> That's the problem, then.  You need to double-check the default route
> you put in rc.conf, as it clearly didn't work.  Maybe a typo? To fix it
> by hand, you could run
> 
> # route add default 192.168.2.1
> 
> 
> 
> 

Yep, there was a typo in rc.conf, I switched the a and u in default! Oy!
Thanks,
Enrico Fermi