ftpserver shutdown

ftpserver shutdown

Post by Marcus Craft » Sat, 21 Oct 1995 04:00:00



Hi There All...

        I recently installed the secure version of the wu.ftpd binary, and
in the documentation that I was reading, it said to execute the command
ftpshut to shutdown the server. Well, I have done that and installed the
software - however all incoming ftp requests now say

bash# ftp surfergod
Connected to surfergod.glenn.latrobe.edu.au.
500 surfergod FTP server shut down -- please try again later.
ftp>

        How do I get the server back up again, or is there a problem somewhere
in the configuration files.. The program ckconfig that comes with the
distribution says that everything is fine... Does anyone have any ideas
at all ?

                                                Thanks! Marcus

--
          .....            .....
       ,,$$$$$$$$$,      ,$$$$$$$$$$,
      ;$'      '$$$$:   ;$'      '$$$$:
      $:         $$$$:  $:         $$$$:        Marcus Crafter
       $       o_)$$$:   $      o_) $$$:  Computer Systems Engineering
       ;$,    _/\ &&:'   ;$,   _/\  &&:' La Trobe University, Melbourne
         '     /( &&&      '    /(  &&&           Australia
             \_&&&&'         \_&&&&'

      &&&&&&&:       &&&&&&&&:                    Phone  : 03 479 1895
                http://www.studyhall.latrobe.edu.au/crafterm/

        i486DX-50VLB - 20 MEG RAM - 1 GIG HARD DRIVE - 2 MEG VRAM !!
                             OS/2 WARP 3.0 - LINUX

 
 
 

ftpserver shutdown

Post by Paul R Stanifor » Sun, 22 Oct 1995 04:00:00


: Hi There All...

:       I recently installed the secure version of the wu.ftpd binary, and
: in the documentation that I was reading, it said to execute the command
: ftpshut to shutdown the server. Well, I have done that and installed the
: software - however all incoming ftp requests now say

: bash# ftp surfergod
: Connected to surfergod.glenn.latrobe.edu.au.
: 500 surfergod FTP server shut down -- please try again later.
: ftp>

:       How do I get the server back up again, or is there a problem somewhere
: in the configuration files.. The program ckconfig that comes with the
: distribution says that everything is fine... Does anyone have any ideas
: at all ?

:                                               Thanks! Marcus

Try deleting /etc/shutmsg, I don't know if this is the correct way but it
works for me and doesn't seem to have any * side effects.

        Bye Paul,


 
 
 

ftpserver shutdown

Post by Ian Camer » Wed, 25 Oct 1995 04:00:00



says...

Quote:

>Hi There All...

>        I recently installed the secure version of the wu.ftpd binary, and
>in the documentation that I was reading, it said to execute the command
>ftpshut to shutdown the server. Well, I have done that and installed the
>software - however all incoming ftp requests now say

>bash# ftp surfergod
>Connected to surfergod.glenn.latrobe.edu.au.
>500 surfergod FTP server shut down -- please try again later.
>ftp>

>        How do I get the server back up again, or is there a problem
somewhere
>in the configuration files.. The program ckconfig that comes with the
>distribution says that everything is fine... Does anyone have any ideas
>at all ?

rm /etc/shutmsg

Unless the shutdown file is specified differently in /etc/ftpaccess

Hope this helps.

Cheers, Ian.

 
 
 

1. iptables and ftpserver behind firewall

Hi,

I know that I neither the first or the last to ask this question;

How do I setup iptables to allow incomming ftp(passive) to a ftpserver
behind my firewall running iptables??

This is how it look right now. I'm allow to login(extremly slowly), but any
data transfer (ls), does not work.

// CUT

# STATIC_IP = Public IP Address
# FTPSERVER = Internal IP Address of FTPSERVER

$IPTABLES -I OUTPUT -p tcp -j allowed -s $STATIC_IP --sport 1024:65535 -d
0/0 --dport 21
$IPTABLES -I INPUT  -p tcp ! --syn -j allowed -s 0/0 --sport 21 -d
$STATIC_IP --dport 1024:65535

# Normal (active) FTP data channel:
$IPTABLES -I INPUT  -p tcp -j allowed -s 0/0 --sport 20 -d
$STATIC_IP --dport 1024:65535
$IPTABLES -I OUTPUT -p tcp ! --syn -j allowed -s $STATIC_IP --sport
1024:65535 -d 0/0 --dport 20

# Passive FTP data channel:
$IPTABLES -I OUTPUT -p tcp -j allowed -s $STATIC_IP --sport 1024:65535 -d
0/0 --dport 1024:65535
$IPTABLES -I INPUT  -p tcp ! --syn -j allowed -s 0/0 --sport 1024:65535 -d
$STATIC_IP --dport 1024:65535

# NAT
$IPTABLES -t nat -A PREROUTING -p tcp -i $INET_IFACE --dport 20 -j
DNAT --to-destination $FTPSERVER:20
$IPTABLES -t nat -A PREROUTING -p tcp -i $INET_IFACE --dport 21 -j
DNAT --to-destination $FTPSERVER:21

// CUT

Regards/Casper

2. KDE/X

3. ftpserver on Windoze behind linux firewall

4. Linux CD with Slackware for $9

5. iptables and internal ftpserver

6. test

7. ftpserver on Redhat

8. DIS: what backup applications do you use?

9. How to find out who's connected on the FTPServer

10. ftpserver behind linuxrouter

11. how can i delet the default ftpserver.......

12. connections to ftpserver slow, and tend to break....

13. FTPServer