[quote:20c181a82d][i:20c181a82d]Originally posted by itf[/i:20c181a82d]
[quote:20c181a82d][i:20c181a82d]Originally posted by ozzi4648[/i:20c181a82d]
[quote:20c181a82d][i:20c181a82d]Originally posted by itf[/i:20c181a82d]
[quote:20c181a82d][i:20c181a82d]Originally posted by ozzi4648[/i:20c181a82d]
I need to stop people from ftp'ing to my servers ip and i cannot find any options in WHM to close this. It can be controller on a per user account bases but howabout when there are no accounts on the box, where is this option set?
Thanks[/quote:20c181a82d]
anonymous ftp access to main-server-ip address is disabled by default in Cpanel[/quote:20c181a82d]
Actually it isn't. If i setup my client anonymous then ftp directly to my ip i get in without a problem. The question is how do you turn this off. This is not right![/quote:20c181a82d]
[b:20c181a82d]What I wrote is true but Unfortunately you haven't understood it:
I wrote main server IP address then refined my post to discuss it:[/b:20c181a82d]
[quote:20c181a82d][i:20c181a82d]Originally posted by itf[/i:20c181a82d]
anonymous ftp access to IP addresses which haven't been assigned to an account are disabled by default in Cpanel
It means if you use an IP address for HTTP access and you see &Hey it worked page& you can't login with anonymous user by using that IP[/quote:20c181a82d]
It's clear if you offer anonymous ftp access for an account and if it has an IP address, you can login with anonymous user via that IP address
Also [b:20c181a82d]if you want to disable anonymous ftp access to your entire server:[/b:20c181a82d]
Find these lines at global section of [b:20c181a82d]/etc/proftpd.conf[/b:20c181a82d] and apply changes as shown in bold text, then restart proftpd:
# A basic anonymous configuration, no upload directories.
&Anonymous ~ftp&
UseFtpUsers on
RequireValidShell off
User ftp
Group ftp
# We want clients to be able to login with &anonymous& as well as &ftp&
[b:20c181a82d]# UserAlias anonymous ftp[/b:20c181a82d]
&Limit LOGIN&
AllowAll
&/Limit&
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
&Limit WRITE&
DenyAll
&/Limit&
&/Anonymous&
[/quote:20c181a82d]
Thanks alot. So howabout when we create user sites, will they still be able to select anon ftp to their sites or was this change a system wide change?