ASA question

gouki2005gouki2005 Member Posts: 197
Im studying ASA using this book:Cisco-ASA-Firewall-Fundamentals-2nd-Edition + GNS3

Now I am having troubles with SSH. Found this in a blog

Firewall_5510#config tFirewall_5510(config)# enable password xxxxx(your password)Enable password is necessary to enable ssh accessFirewall_5510(config)# username test password test123User name and password for connecting using sshFirewall_5510(config)# aaa authentication ssh console LOCALDifferent authentication can be configured, like RADIUS, TATAC, etc.., here we specified Local authentication with user name and password mentioned aboveFirewall_5510(config)# ssh 192.168.x.x 255.255.255.o insidePermit ssh access to firewall from specified ip or subnet, insideFirewall_5510(config)# domain-name TEST.ORGDomain name of your company. RSA key is generated using domain name + firewall name combinationFirewall_5510(config)# crypto key generate rsa modulus 1024


The problematic part is this one. The inside doesnt appear in my ASA
Firewall_5510(config)# ssh 192.168.x.x 255.255.255.o inside
When I press the ? these appears
configure mode commands/options:
Current available interface(s):

Not sure what I am doing wrong.




Comments

Sign In or Register to comment.