Archive for the ‘Cisco’ Category

Cisco ASA 5505 Transparent Firewall blocks IP access

Tuesday, October 20th, 2009

Block it

  • access-list outside-in extended deny ip host <IP address> any

Unblock

  • no access-list outside-in extended deny ip host <IP address> any

And don’t forget this:

  • access-group outside-in in interface outside

Cisco ASA 5505 remote access via SSH

Saturday, October 17th, 2009
  1. Firewall(config)# ip address ip_address subnet_mask
  2. Firewall(config)# route if_name foreign_network foreign_mask gateway[metric]

The line 2 above is the key, without it, you can not access the firewall from outside.