Date: Sun, 22 Apr 2001 18:38:13 -0400 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "David Johnson" <david@usermode.org>, <freebsd-questions@FreeBSD.ORG> Subject: Re: Networking problem Message-ID: <009001c0cb7c$eab02710$1200a8c0@gsicomp.on.ca> References: <01042215414303.00192@weathertop>
next in thread | previous in thread | raw e-mail | index | archive | help
> I am having network problems. I last booted into FreeBSD last weekend, and > everything was fine. Now today the networking is not working. I do not recall > any changes that I might have made since then. > > output of netstat -r: > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > (nothing else...) > > Any help would be greatly appreciated. If you don't have a default gateway, then it's no wonder you can't ping outside of your network. From a shell prompt, issue 'route add default xxx.yyy.zzz.1', where 'xxx.yyy.zzz.1' is your default router. As for why this isn't properly set up when you boot, I'm not quite sure. Does dmesg give any useful clues? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009001c0cb7c$eab02710$1200a8c0>