07-27-2005 06:21 AM - edited 03-09-2019 11:58 AM
Why I can't configure the ip and the nameif in the pix?
07-27-2005 06:38 AM
Hi,
On PIX v7.0, the above commands no longer exist in global configuration. They were move to interface configuration.
Try for example....,
interface Ethernet0
nameif OUTSIDE
security-level 0
ip address 10.10.10.10 255.255.255.0 standby 10.10.10.11
07-27-2005 06:52 AM
Thanks a lot, but seems that it continues without works.
pixalbert(config)# interface ethernet 0
pixalbert(config-if)# nameif outside
^
ERROR: % Invalid input detected at '^' marker.
pixalbert(config-if)# ip address 10.10.10.10 255.255.255.0 standby 10.10.10.11
^
ERROR: % Invalid input detected at '^' marker.
07-29-2005 08:05 AM
There is a new version of PIX software 7.0(2) available. have you tried to upload it and see if it resolves you problem (perhaps a corrupted image or something).
07-29-2005 02:33 PM
Do you have multiple contexts running on that box? If so, are you logged onto the admin or system execution contexts?
07-29-2005 10:28 PM
Do a show run and check to see if you have one of the other interface as outside. If so then go to that interface and type: NO NAMEIF and if it has an ip address also type: NO IP ADDRESS
Good luck.
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