Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

PIX configuration manual 1 (simple configuration commands)

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

PIX tutorial

1. Configure Hostnam

Config t

Hostname PIX

two。 View the default configuration of the interface

Sh nameif

3. Configure ethernet0 to outside priority 0

Configure ethernet1 to inside priority 100

Configure ethernet2 to DMZ priority 50. (configure dmz to facilitate memory)

Interface ethernet 0

Nameif outside

Exit

In ethernet 1

Nameif inside

Exit

Interface ethernet 2

Nameif dmz

Security-level 50

Exit

Check the interface: the sh interface default interface is down.

Open interface configuration

Interface ethernet 0

No shutdown

Exit

In ethernet 1

No shu

Exit

Interface ethernet 2

No shu

4. Interface configuration ip address: outside and inside are the names of the corresponding interfaces defined previously

Ip add outside 1.1.1.1 255.0.0.0 configure eth0 interface address (external interconnect address is 1.1.1.2)

Ip add inside 2.2.2.2 255.0.0.0 configure eth2 interface address (interconnect address is 2.2.2.3)

5. Configure a static or default route

Route outside 00 1.1.1.2 A default route to the public network = route outside 0.0.0.0 0.0.0.0 next hop address 1.1.1.2 (00 = 0000 0000)

A static route from route inside 2.2.2.0 255.0.0.0 2.2.2.3 to inside

6. View routes: sh route

7. Configure password:

Conf t

Password for passwd abcd to enter confsole

Password for enable pass cisco to enter privileged mode

8. Aving: wr memory

9. Clear configuration: wr erase

10. Restart: reload

11 View history command: sh history

12 View configuration: sh running-config

PIX BIN download link address: http://down.51cto.com/data/1112552

Subsequent step-by-step updates to PIX configuration

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report