Matt Parkinson – Notebook
Technical Fixes
-
Testing and resetting site to site
Posted on May 17th, 2008 No commentsLogin to the router and run> ping IP source bvi 1
If no response run “reload” and ping the interface until it comes back up.BVI= Bridged Virtual Interface
-
Enabling SSH on an ASA
Posted on May 17th, 2008 No commentsPlease see the steps below in order to enable the ssh access to on your PIX:
Step1: Generate the public RSA keys, using following command “crypto key generate rsa”.
Step2: Enable SSH access on the outside interface for my IP addresses, using following commands “ssh 64.103.36.133 255.255.255.255 Outside” & “ssh 212.38.147.224 255.255.255.255 Outside”.
Step3: Create username and password “username cisco password cisco”.
Step4: aaa authentication ssh console LOCAL


