Re: ftpd on specified IP

2001-07-19 Thread Megyeri Zoltan
Thanks the brainstorms. ftpd -D -a 10.0.0.1 It's working. MZ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: ftpd on specified IP

2001-07-18 Thread Bruce Dang
*sighs* man 8 ftpd Megyeri Zoltan wrote: > > Hi, > > My machine has got 3 IP addresses. I want to run ftpd on one > of them, > not on all of them. With linux I can do that: set in > inetd.conf ftpd listen on specified IP address, like > 10.0.0.1:ftp stream tcp nowait root /usr/sbin/tcpd >