Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2012-03-02 11:50:02
Size: 956
Editor: PieterSmit
Comment: Add more links.
Revision 7 as of 2014-10-03 08:24:56
Size: 1467
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
=== QOS ===
 * http://brian-kayser.blogspot.com/2010/10/doing-asa-quality-of-service-qos.html
 * http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_qos.html
Line 24: Line 27:
== Capture ==
{{{
(on shell connection)
 conf t
 access-list 99 extended permit tcp any host 10.0.0.1 eq 25
Ctrl-Z
capture TEST int inside access-list 99 buffer 1024000

Then try the connection to the outside IP from the app server, once that fails, do a "show capture TEST"
(to disable, do "no capture TEST")
}}}

Cisco ASA Firewall

QOS

Capture

(on shell connection)
 conf t
 access-list 99 extended permit tcp any host 10.0.0.1 eq 25
Ctrl-Z
capture TEST int inside access-list 99 buffer 1024000

Then try the connection to the outside IP from the app server, once that fails, do a "show capture TEST"
(to disable, do "no capture TEST")

...

cisco/ASA (last edited 2014-10-03 08:24:56 by PieterSmit)