![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Security and Firewall Error ! Secuirty and firewall Realted Queries and support |
![]() |
|
Changing an ACL on a Cisco Firewall
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 876
Join Date: Oct 2005
Rep Power: 10
IM:
|
1. When you remove an access-list, it is automatically removed from the interface. *This is a nice change from routers where you have the potential to lock yourself out. 2. Firewalls don't use wildcard masks!!! 3. Only one access-list, in one direction, is allowed on an interface. 4. Access-list are re-applied to an interface with the following syntax: access-group [access-list name] [in / out] interface [interface name] i.e. access-group outgoing out interface outside 5. It's a best practice to remove the entire access-list and alter it in notepad, then re-apply it to the interface. 6. As with all access-lists, the PIX reads it from top to bottom, so pay attention to the order you place your statements. 7. As with all access-lists, there is an implicit deny all statement at the end of all access-lists. 8. The syntax for a normal access-list statement is; access-list [access-list name / number] [permit / deny] [tcp / udp/ icmp(ect)] [source] [destination] eq [port] i.e. #access-list 12 permit 192.168.1.10 255.255.255.255 any #access-list 101 permit tcp any host 192.168.1.24 eq telnet # access-list blocker deny icmp any any # access-list acl_out permit tcp any host 192.168.1.50 eq 80 |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing IP on Cisco PIX 506E | ps3cheats | Networking Error ! | 1 | 25-Mar-2007 10:52 PM |
| Cisco Firewall and/or ISA Server. | driverdownloads | Microsoft | 1 | 20-Mar-2007 12:09 AM |
| Changing the IP Address on a Cisco Router With an IP Conflict | Anilrgowda | Router and switch error | 0 | 31-Dec-2006 12:05 AM |
| Port redirect to inside host on a Cisco PIX firewall | Admin | Security and Firewall Error ! | 0 | 04-Dec-2006 12:42 AM |
| Changing an ACL on a Cisco Firewall | Admin | Security and Firewall Error ! | 0 | 01-Dec-2006 02:06 AM |