相关文章  
  • 路由器安全尽在“掌”握
  • 路由器的安全设计
  • 安全路由器:支撑起安全网络架构
  • 防火墙技术——pix中的七个命令
  • Outpost防火墙---百炼成钢后的防火墙一
  • Outpost防火墙---百炼成钢后的防火墙二
  • Outpost防火墙---百炼成钢后的防火墙三
  • Outpost防火墙---百炼成钢后的防火墙四
  • 如何用IP Queue机制编写用户态防火墙一(图)
  • 精挑细选保安全 网吧防火墙选购(图)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    技术分享——使用cisco pix 防火墙2

    f hardware_id if_name security_level
      nameif e0 outside 0
      nameif e1 inside 100
      nameif e2 dmz 50
      使用show nameif来查看配置情况
      关于security_level值得区别,请都看看我前面写的.从高安全段的流量到低安全段的流量怎么走,放过又怎么走,需要什么条件才能流进流出.
      
      3.ip address command
      
      cisco pix接口的ip 地址可以从两个地方来获得,分别是 manual 和dhcp
      ip address用于手动配置一个接口上的ip address,通过将一个逻辑地址添加到一个硬件ID上.
      ip address if_name ip_address [netmask]
      ip address inside 192.168.6.0 255.255.255.0
      Remove the currently configured ip address pix(config)#clear ip address (全部清除ip address)
      pix(config)#no ip address inside 192.168.6.0 25

    页码:[1] [2] [3] [4] [5] [6] [7]2页、共7页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved