Subject: Re: Can't configure default gateway
To: Alexandre Almeida <ale.almeida@mail.telepac.pt>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-net
Date: 11/23/2006 15:42:10
On Thu, Nov 09, 2006 at 10:31:45AM +0000, Alexandre Almeida wrote:
> I have tried to had manually to configure with:
> 
> route had default 194.65.169.215
> error no route to host

How about
route add default 194.65.169.215
      ^^^
?
(or
echo "dhclient=YES" >> /etc/rc.conf
)

Cheers,

Patrick