![]() |
|
|
|||||||
| Petri.co.il is happy to award auglan the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts |
Mark Forums Read |
| Notices |
|
|
ASA5510 disable all internet applications on DMZ serverthis thread has 1 replies and has been viewed 752 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||
|
||||||||
|
Good Day,
I have an ASA5510 running in our network and connected to a ROUTER from outside interface with real public ip x.x.x.x/30 , with DMZ interface we have a FTP server with real public ip x.x.x.x/29 There is no NAT/PAT enabled, as x.x.x.x/29 is a Internet-routable public ip. I have used an extended access list as follows: access-list INBOUND permit tcp any host x.x.x.x range 20 21 All is working fine no one from outside (internet) can access any other port on FTP server except 20 or 21. But the server maintenance operator use to run portable messenger and browsers on server, which is vulnerable. As a best practice, I wish to block all internet access on the FTP server, so no one can use internet on FTP server but our clients can connect to FTP server from outside (internet) to upload their data. I will be thankful for this guidance (consider me as an intermediate level) Thanks, Imtiaz. |
|
#2
|
||||||||||
|
||||||||||
|
Is the ftp server using active or passive ftp?
I would just creat an ACL permitting tcp port 20 and 21 inbound on the DMZ interface access-list DMZ_TO_OUTSIDE permit tcp host x.x.x.x eq ftp any access-list DMZ_TO_OUTSIDE permit tcp host x.x.x.x eq ftp-data any access-group DMZ_TO_OUTSIDE in interface dmz This will allow only traffic sourced from tcp port 20 and 21 from the ftp server and drop everything else. If you need to get antivirus updates, need dns resolution then you need to permit that as well. You can get more granular with the "any" and just use your client's public ip's as well.
__________________
CCNA, CCNA-Security, CCNP CCIE Security (In Progress) |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Publish Applications In 2003 SP1 Terminal Server | naubahi | Windows Server 2000 / 2003 | 9 | 17th July 2012 18:38 |
| Disable Active Directory change event notifications to other applications | johnacandy85 | Active Directory | 23 | 21st June 2010 07:54 |
| Web server in DMZ cannot access external DNS through ASA5510 | tnshurtm | Cisco Security – PIX/ASA/VPN | 11 | 14th March 2009 01:39 |
| Disable Read receipts reports to ouside the organization (internet). | pviqueira | Exchange 2007 / 2010 / 2013 | 0 | 29th August 2007 12:43 |
| Authorising Terminal Server Applications | bwebber | Windows Server 2000 / 2003 | 4 | 8th March 2006 16:15 |