![]() |
How to prevent ftp from 1 IP
How can I prevent ftp access from 1 IP?
I'm new to this forum, please help. :newbie: |
You could explicitly deny access using any of:
Also, if your ftp daemon has baked-in access control, you could handle it from there. |
Code:
iptables -I INPUT -s 68.213.160.174 -p tcp --destination-port 21 -j DROPIf your ftp daemon supports hosts.allow/deny you can add an entry like: Code:
ftpd:x.x.x.x:DENY |
Quote:
|
Quote:
|
Quote:
|
| All times are GMT -5. The time now is 03:31 PM. |