From owner-freebsd-questions Mon Dec 6 13:50:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id F3C7B14F8C for ; Mon, 6 Dec 1999 13:49:55 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.0.4] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 11v5ZR-000296-00; Mon, 06 Dec 1999 21:21:21 +0000 Date: Mon, 6 Dec 1999 21:21:21 +0000 From: Ben Smithurst To: stephen Cc: questions@freebsd.org Subject: Re: natd named routed Message-ID: <19991206212121.B2279@strontium.scientia.demon.co.uk> References: <3.0.6.32.19991206105857.00921c00@beta.latech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.6.32.19991206105857.00921c00@beta.latech.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG stephen wrote: > hostname="serenity" #enable serenity's hostname This should really be an FQDN rather than just the host name, but it probably doesn't matter much. > -----problem------- > i have a friend running named and routed services... > I think it will slow down my already slow machiene... > Do i need to run theses services ??? I'm sure you don't need routed. named would be useful, to provide a local DNS server + cache for other machines on your network. I don't think named will use much CPU time though, so don't worry too much. If you don't know how to set up named though, don't bother, but it shouldn't be hard to set up a caching and forwarding only named. (i.e. it's not a master/slave for any domain.) > -----question #1----- > how will the winnt machiene and the win 98 machiene get the new ip > addresses... Which new IP addresses? > will the natd demon assign the addresses automatically... No, it just translates internal addresses to your external address on outbound packets, and vice versa. Basically, you get an external IP address from your ISP (e.g. 212.228.14.13 (that's mine)). Machines on your LAN will have 192.168/16 address (it looks like you know this already). e.g. your FreeBSD router would be 192.168.1.1 (in addition to your external IP on the other interface), configure your Win 98 machine as 192.168.1.2, etc. I'm not sure I see your problem. Could you explain precisely what isn't working, and in what way it isn't working? > i can just see all my friends getting droped from icq cause my puter is so > slow ??? I think there are people using less beefy machines than a P90 as a router for a home network. That should easily be enough. > i only get one ip from the cable modem dial up... That's fine, that's why you use NAT. :-) -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message