Date: Tue, 16 Jan 2001 23:45:55 +0100 (CET) From: Janko van Roosmalen <acs.van.roosmalen@hccnet.nl> To: "Yaroslav K." <skintwin@actor.ru> Cc: freebsd-questions@FreeBSD.org Subject: Re: your mail Message-ID: <Pine.BSF.4.10.10101162329500.464-100000@parmenides.utp.xnet> In-Reply-To: <005c01c07fa7$1e932680$07c469c2@actor.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Jan 2001, Yaroslav K. wrote: > Hi! I have FreeBSD 4.1. > Please, help me with the following: > I have to setup network to be connected to the internet > I am connected directly with the help of netcard to the gateway. > Say my address is 1.2.3.4.7 1.2.3.7 > Gateway is 1.2.3.4.8 1.2.3.8 > > What should i do to get connected to the internet. At the command prompt: route add default 1.2.3.8 or add in your /etc/rc.conf file: static_routes = "default" route_default = "1.2.3.8" so the default route will be set up at boot time. (Assuming this is the same under 4.1 as it is under 3.5-stable) ===Janko van Roosmalen - Vught - Netherlands=== 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?Pine.BSF.4.10.10101162329500.464-100000>