Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!news.uoregon.edu!arclight.uoregon.edu!netnews.worldnet.att.net!news.u.washington.edu!olsenc From: olsenc@kodiak.ee.washington.edu (Clint Olsen) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: ftpd access control by IP Date: 13 Sep 1996 20:04:23 GMT Organization: University of Washington, Seattle, WA Lines: 16 Message-ID: <slrn53jfi2.hmu.olsenc@misha.ee.washington.edu> References: <323836DC.794BDF32@corpex.com> <519p61$o9q@ucthpx.uct.ac.za> NNTP-Posting-Host: misha.ee.washington.edu NNTP-Posting-User: olsenc X-Newsreader: slrn (0.9.0.0 (BETA) UNIX) On 12 Sep 1996 21:44:01 +0200, S Marquard wrote: >Neil Fowler Wright <neil@corpex.com> writes: > >>Can you get an ftpd process to control access to the machine by >>source IP number without using a firewall? > >wu-ftpd has this functionality. I think it's in the ports or packages >collection. Or a more general solution is to use tcpd (tcp_wrapper7.X), which can be found on most ftp sites with security software. With tcpd, you can control tcp connections through inetd and provide wrappers with libwrap.a for a few others. -Clint