Where do I set ports in vsftpd.conf for incoming data, I've just looked
around that link you provided and I can't find the option.

I can't get through to vsftpd or pure_ftpd, probably because I didn't have
incoming data ports open. I can get through on localhost and my local
network so I assume it's pf.

pass in on egress inet proto tcp from any to (egress) \
        port > 49151

I've added that line but where do I set the ports on vsftpd?



On Tue, Apr 2, 2013 at 4:30 PM, Richard Toohey <
[email protected]> wrote:

> On 04/02/13 18:13, John Tate wrote:
>
>> I can't find that config option.
>>
> I think Stuart is talking about the background option from here:
>
> https://security.appspot.com/**vsftpd/vsftpd_conf.html<https://security.appspot.com/vsftpd/vsftpd_conf.html>
>
> Also look at listen, etc.
>
> For logging - log_ftp_protocol & syslog_enable & xferlog_enable &
> vsftpd_log_file & xferlog_file options.
>
>
>>
>> On Tue, Apr 2, 2013 at 9:52 AM, Stuart Henderson <[email protected]
>> >wrote:
>>
>>  On 2013-04-01, John Tate <[email protected]> wrote:
>>>
>>>> I've not used it in a while and I can't get it to run. I can't find any
>>>> logging options or anything.
>>>>
>>>> # vsftpd
>>>>
>>>> ...
>>>> (It just sits there doing nothing)
>>>>
>>>> How do I get it to work?
>>>>
>>>> I'm using the default config with only my own banner.
>>>>
>>>>  It is waiting for a connection (there is a config option to run
>>> it in the background).
>>>
>>> We should probably add an rc.d script to the port to make it easier.
>>>
>>
>


-- 
www.johntate.org

Reply via email to