Ed Wilts wrote:
On Tue, Oct 22, 2002 at 05:15:11PM -0700, margaret li wrote:
I used to be able to ftp into our development server, but can't all of a
sudden. I probably did something, but don't know what.
I looked in the /etc/xinet.d/proftpd file and it says 'disable=no'. And
tried restarting
On Tue, Oct 22, 2002 at 05:15:11PM -0700, margaret li wrote:
> I used to be able to ftp into our development server, but can't all of a
> sudden. I probably did something, but don't know what.
>
> I looked in the /etc/xinet.d/proftpd file and it says 'disable=no'. And
> tried restarting /etc/init
Hi Bill,
It's probably a firewall issue.
If your using iptables for your firewall (highly recommended over ipchains
for ftp stuff)
then be sure your firewall allows traffic on:
TCP 20 and 21
UDP 20 and 21
And that your iptables firewall script loads the following modules:
insmod ip_tables
insm