Date: Tue, 20 Jan 2004 15:37:00 -0500 From: Charles Swiger <cswiger@mac.com> To: fbsd_user@a1poweruser.com Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: how to config FBSD pc to work on non-dhcp lan Message-ID: <65C296FC-4B88-11D8-8D97-003065ABFD92@mac.com> In-Reply-To: <MIEPLLIBMLEEABPDBIEGGEFGFFAA.fbsd_user@a1poweruser.com> References: <MIEPLLIBMLEEABPDBIEGGEFGFFAA.fbsd_user@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 20, 2004, at 3:27 PM, fbsd_user wrote: > [ ... ] > FBSD Lan PC can not ping Public Internet ip address or resolve > domain names. Ping to public internet ip address get msg > sendto no route to host [ ... ] > rc.conf > clear_tmp_enable="YES" > moused_enable="YES" > moused_port="/dev/psm0" > moused_type="auto" > moused_flags="-m 2=3" > > allscreens_flags="-m on -c blink -h 200" > saver="warp" > hostname="gateway.fbsdjones.com" > ifconfig_dc0="inet 10.0.10.1 netmask 255.255.255.248" /etc/rc.conf should have a statement like: defaultrouter="10.0.10.2" ...or try adding a default route by hand, "route add default 10.0.10.2". -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65C296FC-4B88-11D8-8D97-003065ABFD92>