FTP from a server IP to server IP

LawsHosting

Verified User
Joined
Sep 13, 2008
Messages
2,405
Location
London UK
Ok, this is confusing, when people upgrade their WordPress via its internal FTP routine (may happen with more CMS's though) to AN_IP_ON_SERVER<>AN_IP_ON_SERVER, although the updates are fine, I get this in my kern.log:
kernel: nf_ct_ftp: dropping packetIN= OUT=lo SRC=AN_IP_ON_SERVER DST=AN_IP_ON_SERVER LEN=104 TOS=0x00 PREC=0x00 TTL=64 ID=703 DF PROTO=TCP SPT=21 DPT=51892 SEQ=3977930889 ACK=3985423869 WINDOW=747 RES=0x00 ACK PSH URGP=0 OPT (0101080A1952DA671952CDDA) UID=107 GID=110
Google, although a mine for information, didn't really turn up with anything.

Any insights will be grateful.
 
Do you have a set list of passive ports opened through your firewall? It is in the guide on csf.
 
ftp is tcp only but I definately wouldnt open that many ports... you should be fine by opening only 1000 ports or so and then setting those ports to PassivePorts in proftpd.conf
 
Back
Top