cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
686
Views
0
Helpful
6
Replies

Need help with static configure Cisco asa 5510

the_phoenix61
Level 1
Level 1

Hi all ,

I have buy a cisco asa 5510

Before i do someting i have watch several vidios to understand the working methode of asa 5510
I have find out that the login adres is 10.0.0.2 and that works

Now i have trouble to configure the gateaway in the static route menu with the adsm.
Then i read that the range is not correct and i try to find the erroe but no succes

Example:

Cable modem -- linksys-dmz -- ip 192.168.1.5 -- gw is 192.168.1.1 -> eth 0/0 asa 5510

Eth 0/1 -- ip 192.168.2.5 -- gw -- 192.168.2.1 -- Pc ping 192.168.2.5 destination host unreacheble

So i want to be connected with both ethernet with static config, i have als fill open dns in the
router and also in the pc.

Is there anyone who have the commands to get the asa working step by step thanx for advice .. I am a beginner and want to learn more about the Cisco asa thx.

Ger.  

6 Replies 6

ahmedshoaib
Level 4
Level 4

Hi;

To configure the static route on ASA please find the command below:

route outside 0.0.0.0 0.0.0.0 192.168.1.1

Note: outside is the name of Cisco ASA firewall (Eth 0/0) which is connected to cable modem.

To configure the name on interface is below:

interface Ethernet0/0
nameif outside
security-level 0
ip address 192.168.1.5 255.255.255.0

Thanks & Best regards;

Update ..

Now ii am a lot further now, have install minicom in linux mint and configure

minicom at 9600 and no flow in a ubuntu tutorial i found on inet.

De cables with the asa are not network cables but console cables, ive tested both an all working. When i first start minicom and later the cisco i see minicom working ;)

I found a rs232 - rj 45 coppel from my Juniper and put it between the connection. 

The ethernet cable was also tested via com to rj45 as not working. 

So i am happy after a lot of work and search to get connected, but now i search for ssh remote because the firewall is in another room  i want to remove the noise from the this room i living..

Then i go further with ssh for remote management true the  commandline..

Thx for the asa ip info commands i save all

Ger.

update Solved java problem with linux mint 17.3 rosa xfce version ..

 

Update before i ask to much.

First look at soundtraining.net videos and read ..

Then i learn the basic`s over and over again, i think it`s a better idea ;) 

Krash Mole
Level 1
Level 1

Hi the_phoenix61,

you can try this :

Interface Ethernet0/0

nameif outside

security-level 0

ip address 192.168.1.1 255.255.255.0

no shutdown

!

interface Ethernet0/1

nameif inside

security-level 100

ip address 192.168.2.1 255.255.255.0

no shutdown

!

route outside 0.0.0.0 0.0.0.0 192.168.1.1

"Your Pc needs to ping 192.168.1.1 not 192.168.1.5, 192.168.1.1 must be your GW. what is 192.168.2.5?

192.168.2.1 is the gateaway form eth 2 or 0/1

Eth 0/0 Linksys dmz sec 0   ip 192.168.1.5  gw 192.168.1.1  the same as the asa  

Eth 0/1 Cabel modem ---dmz--- sec 100 ip 192.168.1.5  gw 192.168.2.1  go to the pc

Eth 0/0 and 0.1 are gb cards i hope that the connect at gb speed i read some

problems about the cards.

The usb and the reset are not working to the asa i hope that the future firmware

implement the functions because usb are used in all systems.

There are not a lot of pc`s with a com options so usb is easier to use.

Now i running firmware 7.2 and asdm version 9.3 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card