Date: Wed, 4 Oct 2000 22:01:32 -0500 (CDT) From: Mike Meyer <mwm@mired.org> To: "Unice, Kyle" <kyle.unice@intel.com> Cc: questions@freebsd.org Subject: Re: Looking for someone Message-ID: <14811.61196.443715.681948@guru.mired.org> In-Reply-To: <15644183@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Unice, Kyle writes: > who has set up a private network using: natd, ipfw, named, sendmail, & ftp. I have, more than once, These days I recommend qmail instead of sendmail, though. Postfix might be nice, but I like maildirs. > 1 dedicated connection to the Internet with a single IP address. > An internal network that is connected to several machines. > > I want to run mail for several different domains, FTP service for several > domains, httpd, and be the primary DNS server for my given domains. > I know how to do httpd, but sendmail, ftp, named, and ipfw are giving me > grief. > > I would guess someone has done this before..... right? Um - just curious - you're going to all these services for multiple domains with a *single* IP address? Doing that for sendmail and named is dead easy. In theory, http is easy, but I have no idea how common the HTTP hooks to make that work are, and I wouldn't do it myself. I don't know if FTP can do that; everyone I know who's doing multi-domain FTP is also doing multi-domain http (on distinct IP addresses), and just using the same IP address for both ftp and http. Ipfw isn't really related to the above problem, but is straightforward to set up. The Chapman and Zwicky book referenced in /etc/rc.firewalls and the man page for ipfw should do it. <mike 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?14811.61196.443715.681948>