Options

Another dumb PIX question

millworxmillworx Member Posts: 290
So I been playing with OS 7.x

and now I am playing around with OS 6.x which is remarkably different.

I am wondering through the interfaces are administrativly down and I am trying to enable them. But no luck!

How would I go about enabling outside interface ethernet0?

Sorry this is a dumb question. lol
Currently Reading:
CCIE: Network Security Principals and Practices
CCIE: Routing and Switching Exam Certification Guide

Comments

  • Options
    ConstantlyLearningConstantlyLearning Member Posts: 445
    millworx wrote: »
    So I been playing with OS 7.x

    and now I am playing around with OS 6.x which is remarkably different.

    I am wondering through the interfaces are administrativly down and I am trying to enable them. But no luck!

    How would I go about enabling outside interface ethernet0?

    Sorry this is a dumb question. lol

    I believe you need to: set the speed/duplex and name the interface

    interface ethernet0 auto (or 100full)
    nameif ethernet0 outside (Think this will default to security level 0)

    And assign the IP address:

    ip address outside 1.1.1.1 255.255.255.224

    Do you currently work with a firewall that runs 6.x?

    If not, I wouldn't bother playing arround with it.
    "There are 3 types of people in this world, those who can count and those who can't"
  • Options
    millworxmillworx Member Posts: 290
    I believe you need to: set the speed/duplex and name the interface

    interface ethernet0 auto (or 100full)
    nameif ethernet0 outside (Think this will default to security level 0)

    And assign the IP address:

    ip address outside 1.1.1.1 255.255.255.224

    Do you currently work with a firewall that runs 6.x?

    If not, I wouldn't bother playing arround with it.

    No I don't normally play around with old PIX's but I have a client that wants me to configure one, and all they said was it's old, and also needs a password reset since they have no idea whats is on it.
    Currently Reading:
    CCIE: Network Security Principals and Practices
    CCIE: Routing and Switching Exam Certification Guide
Sign In or Register to comment.