Results 1 to 12 of 12

Thread: How to install/activate xinetd

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    xinetd does indeed some usefull stuff: it starts vsftpd on demand

    My problem was: I did not realize that xinetd is listening on port 21
    and starts vsftpd when necessary. vsftpd does not show up as a process
    before the request is being done. I missed the whole purpose of xinetd.
    In deed .
    But actually I didn't realy explain the purpose in my post.
    Sorry for that.

    Other issue: ftp connection was refused because of restrictions in
    xinetd's vsftpd service access rights (as per only_from in file xinetd.conf)
    I mentioned the connectivity problem here.

    If your Log file says some thing like
    Code:
    mmm dd hh:mm:ss xinetd[pid]: START: ftp pid=x from=192.168.x.x
    ...
    mmm dd hh:mm:ss  xinetd[pid]: FAIL: ftp address from=192.168.x.x
    modify your xinetd.conf like that (means: from everywhere)

    Code:
    only_from = 0.0.0.0/0

  2. #2
    Join Date
    Apr 2005
    Location
    Eindhoven, The Netherlands
    Posts
    23
    only_from = localhost 192.168.1.0/24 was default, and it didn't work out.

    omitting the clause altogether was OK.

    Everything is fine now. Thx again
    Last edited by frankd; 27-06-2005 at 15:32.

Similar Threads

  1. How to install ipsec VPN on wl-500gx?
    By simrob in forum WL-500g Q&A
    Replies: 1
    Last Post: 08-07-2005, 15:27
  2. Debian Install Help Please
    By Madar in forum WL-HDD Custom Development
    Replies: 45
    Last Post: 10-06-2005, 21:35
  3. how can I install TwonkyVision 2.5 ?
    By stefan9113 in forum WL-HDD Custom Development
    Replies: 62
    Last Post: 27-02-2005, 02:09
  4. How to install the 1.8.1.7-2a package?
    By sunwen in forum WL-500g Q&A
    Replies: 7
    Last Post: 16-11-2004, 15:50

Posting Permissions

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