03-16-2011 11:53 AM - edited 03-11-2019 01:07 PM
Hello,
I've just got my hands on a Cisco PIX 515.
I mainly brought it too learn and play with, i done some cisco stuff in the past but not much.
I just need too get this up and running with a IP Address on ethernet1 (192.168.1.254) but when I run the command "nameif ethernet1 inside security100" in enable mode all I keep getting is ERROR % Invaild input detected at '' maker.
Any help would be great!
Solved! Go to Solution.
03-16-2011 01:01 PM
both interfaces are down. You are connecting to which interface?
The inside interface is admin down so you missed the command "no shutdown" inside the interface you called inside.
Also you need the command "asdm image flash:asdm-61551.bin"
The outside interface is down so I guess you have nothing connected to it.
03-16-2011 01:02 PM
I am connected too ethernet1 (192.168.1.250)
03-16-2011 01:04 PM
ok good. that is the interface that needs the command "no shutdown"
interface e1
no shutdown
exit
write memory
03-16-2011 01:04 PM
i've applied command no shutdown and the interface has come up
03-16-2011 01:06 PM
Okay thank you.
I am going too see if I can configure this from PDM now............
So I may be back!
03-16-2011 01:06 PM
great. Now, if you added the asdm image command I sent you before you should be able to connect to the ASDM. Open a browser and type https://192.168.1.250
If you don't have any username just continue without any user.
03-16-2011 01:10 PM
Im on there atm.
im more used too watchguard firewalls but I need to learn cisco!!
Just another thing, I've changed the outside interface too my external IP from my ISP, where can I input my ISP Gateway and ISP DNS either via CLI or PDM?
03-16-2011 01:15 PM
if you already configured the external interface you can configure the gateway using the command "route outside 0 0
For the DNS try the following:
dns server-group DefaultDNS
name-server
It is not very needed the DNS on the ASA.
03-16-2011 01:19 PM
Gateway entry works.
DNS gives me this:
ERROR: DNS must be first enabled
03-16-2011 01:25 PM
sorry, for your version the command is different.
dns-server value 1.1.1.1
http://www.cisco.com/en/US/partner/docs/security/asa/asa80/command/reference/d2.html#wp1909146
Like I said, that command is not very useful
03-16-2011 01:28 PM
Many thanks, that inputted fine,
i'll go swap the old watchguard out and plum this in and see what happens.
I will be back!
03-16-2011 01:29 PM
correction, please try:
dns domain-lookup outside
dns name-server 4.2.2.2
That is an example
If that works and things are all clear remember to mark the question as answered.
03-16-2011 01:48 PM
I am back.
I didnt get no internet, i have attached a screenshot of the log
03-16-2011 01:52 PM
you have no IP on the outside interface. Do you get the IP by DHCP? Are you connected to a cable modem? try restarting the modem.
As soon as you get an IP on the outside interface you should also check that you have NAT configured.
The basic NAT is:
nat (inside) 1 0 0
global (outside) 1 interface
03-16-2011 01:53 PM
I get a static IP from my ISP.
let me check...........may not of SAVED it.
I am connected too a modem.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide