相关文章  
  • 安全专家:Cisco PIX Syslog 配置说明
  • 解析OPENBSD上的ADSL和防火墙设置
  • Cisco pix 525 vpdn +acs 用户验证
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    cisco各种类型防火墙技术汇总分析7

    配置以太口参数:
      interface ethernet0 auto (auto选项表明系统自适应网卡类型 )interface ethernet1 auto
      
      6. 配置内外网卡的IP地址:
      ip address inside ip_address netmask
      ip address outside ip_address netmask
      
      7. 指定外部地址范围:
      global 1 ip_address-ip_address
      
      8. 指定要进行要转换的内部地址:
      nat 1 ip_address netmask
      
      9. 设置指向内部网和外部网的缺省路由
      route inside 0 0 inside_default_router_ip_address
      route outside 0 0 outside_default_router_ip_address
      
      10. 配置静态IP地址对映:
      static outside ip_address inside ip_address
      
      11. 设置某些控制选项:
      conduit global_ip port<-port> protocol foreign_ip global_ip 指的是要控制的地址
      port 指的是所作用的端口,其中0代表所有端口
      protocol 指的是连接协议,比如:TCP、UDP等
      foreign_ip 表示可访问global_ip的外部ip,其中表示所有的ip。
      
      12. 设置telnet选项:
      telnet local_ip
     

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

         

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

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