Page 2 of 2 FirstFirst 12
Results 16 to 16 of 16

Thread: vsftpd crashes when logfile accessed - help needed!

  1. #16
    Join Date
    Jul 2007
    Location
    Austria
    Posts
    1,336
    @al37919

    As always, you are right - today I locked out myself. The time was too long.
    Therefore, I've simply overtaken your solution and I can confirm it works. I've set the -seconds to 300, this should be enough to avoid bruteforce, thats the only change.
    Works stable - have checked it many times now.

    The only thing what I've added for me are the following two lines:
    Code:
    iptables -A INPUT -m mac --mac-source $my_UMTS_Modem -j ACCEPT
    iptables -A INPUT -p tcp -s xxx.xxx.xxx.xxx -m mac --mac-source 00:FF:00:FF:AA:BB -j ACCEPT
    This allows me unrestricted access (no hitcounts) when using my mobile Modem and from my office (static IP).
    As nobody knows my modems mac-address or ip and mac from my office pc, there is no security issue.
    Independent of everything, I have strong usernames and passwords - I think this is the most important thing.

    Thanks again for your help!
    Newbiefan


    EDIT
    ATTENTION: never use mac rules from sources outside of your network!
    Last edited by newbiefan; 21-05-2009 at 16:00.
    Alle HowTo's, all howto's

    RT-N16 1.9.2.7-rtn-r3121, Samba, VSFTP, Lightthpd, PHP, Perl, MySQL, Serendipity, Aria2web, HDD 640GB
    RT-N66U, 16GB MicroSD/ 2 Partitions, 2,5" HDD 1TB, running with Merlin's FW and Entware, 16 Mbit A1,
    Netgear DGND 3700V2, QNAP TS119PII 4 TB, QNAP TS209 2 TB Raid1, Backup Synology DS107+ 1 TB, HP CP1515n

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Ïàò÷ äëÿ vsftpd
    By Steep in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 64
    Last Post: 21-01-2012, 07:17
  2. HowTo - vsftpd, jedem User sein eigenes Verzeichnis
    By newbiefan in forum German Discussion - Deutsch (DE)
    Replies: 6
    Last Post: 16-01-2010, 21:32
  3. Cannot edit VSFTPD config?!?
    By msj33 in forum WL-500g Q&A
    Replies: 2
    Last Post: 23-11-2008, 12:56
  4. vsftpd - outside access (login)
    By absolon in forum WL-500gP Q&A
    Replies: 0
    Last Post: 03-08-2008, 20:52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •