Date: Mon, 29 Oct 2001 10:59:55 +0100 From: Roman Neuhauser <neuhauser@mobil.cz> To: rene@xs4all.nl Cc: questions@freebsd.org Subject: Re: starting smbd and httpd securely (without inetd?) Message-ID: <20011029105955.E80857@roman.mobil.cz> In-Reply-To: <20011029103915.C8535@xs4all.nl> References: <20011029103915.C8535@xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Mon, 29 Oct 2001 10:39:16 +0100 > From: rene@xs4all.nl > To: questions@freebsd.org > Subject: starting smbd and httpd securely (without inetd?) > > Hi. I am running a router that connects my internet. Since I have limited > hardware resources, I am 'forced' to run my webserver and fileserver services > on my firewall aswell. > > I do run the LAN that is connected to the internet (by ADSL) on a different > network (192.168.102.*) than the ADSL modem (10.0.0.*) > > I would like to know if it's a good idea to run smbd and httpd without > starting up inetd for security concerns, given my above configuration. I > remember reading something about inetd being insecure... > > Please include a motivation(-URL) in your reply. Apache (if that's the httpd you use) runs standalone by default (ie not from inetd). And the same can be said for samba. Just install both from the ports, and make sure the startup files in /usr/local/etc/rc.d/ for these daemons are correct. You can then start them by either restarting, or # /usr/local/etc/rc.d/apache.sh start # /usr/local/etc/rc.d/samba.sh start IIRC it's necessary that you give the full path. I don't have an URL. HTH. -- FreeBSD 4.4-STABLE 10:55AM up 5 days, 21:38, 11 users, load averages: 0.06, 0.09, 0.07 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?20011029105955.E80857>