找到“NuR8558(多WAN免疫墙路由器)”相关信息55239条结果
  • 路由器的网络地址转换
    interface FastEthernet0/0 ip address 10.1.5.130 255.255.255.252 ip accessgroup 102 in ip accessgroup 105 out ip nat outside duplex auto speed auto ! interface FastEthernet0/1 ip address 158.88.0.254 255.255.0.0 ip accessgroup 102 in ip nat inside speed auto fullduplex ! ip nat pool globalpool 10.1.5
    应用 2007-07-02
  • 常见路由器关闭端口
    accesslist 101 deny tcp any any eq 135accesslist 101 deny tcp any any eq 139accesslist 101 deny tcp any any eq 389accesslist 101 deny tcp any any eq 420accesslist 101 deny tcp any any eq 445accesslist 101 deny tcp any any eq 449accesslist 101 deny tcp any any eq 593accesslist 101 deny tcp any any eq
    应用 2007-07-02
  • 如何利用路由器防止DoS攻击
    拒绝服务(DoS)攻击是目前黑客广泛使用的一种攻击手段,它通过独占网络资源、使其他主机不 能进行正常访问,从而导致宕机或网络瘫痪。 DoS攻击主要分为Smurf、SYN Flood和Fraggle三种,在Smurf攻击中,攻击者使用ICMP数据包阻塞服务器和其他网络资源;SYN Flood攻击使用数量巨大的TCP半连接来占用网络资源;Fraggle攻击与S
    应用 2007-07-02
  • 关于路由器cpu利用率过高的解决
    show process cpu 如显示IP input process is using a lot of CPU resources,检查以下情况: 一、Fast switching 在大流量的外出接口上是否被disabled.可以用 show interfaces switching 命令察看接口流量.然后在接口上重新 Reenable fast switching .记住 fast switching是配置在output 接口. 二、Fast switching on the s
    应用 2007-07-02
  • PPPoE实例:2600路由器接ADSL Modem
    hostname poohip host rund 172.17.247.195!ip subnetzerono ip domainlookup!vpdn enableno vpdn logging!vpdngroup 1requestdialinprotocol pppoe!!!!interface Ethernet0/0ip address 10.200.56.22 255.255.255.0ip nat insideno ip mrout
    应用 2007-07-02
  • 无线网关与无线路由器的区别
    随着Internet的快速发展,越来越多的家庭用户和中小型企业都选择了ADSL、Cable Modem等宽带接入方式,由此引起了组网方式的革命。通常每一种宽带接入方式也只允许一台电脑使用一个用户账号或一个注册的MAC来接入Internet,如何解决多用户共享宽带又成为大家必须跨越的难题。 如果在三年前大家最常用的作法是采用所谓软件共
    资讯 2007-07-02
  • 使用思科路由器识别和跟踪数据包泛洪
    介绍最常见的DoS攻击识别DoS的访问控制列表Smurf最终目标Smurf反射者FraggleSYN泛洪其它攻击日志和计数器告警跟踪使用"loginput"进行跟踪"SYN泛洪Smurf激励不使用“loginput”进行跟踪介绍拒绝服务(DoS)攻击在互联网上非常普遍。应付此类攻击的第一个步骤是辨别该攻击究竟属于何种类型。很多常见DoS攻击是基于占用大量带
    应用 2007-07-02
  • PPPoE配置实例(2600路由器接ADSL Modem)
    hostname pooh ip host rund 172.17.247.195 ! ip subnetzero no ip domainlookup ! vpdn enable no vpdn logging ! vpdngroup 1 requestdialin protocol pppoe ! ! ! ! interface Ethernet0/0 ip address 10.200.56.22 255.255.255.0 ip nat inside no ip mroutecache ! ! ! ! interface Ethernet0/1 no ip address pppoe
    应用 2007-07-02
  • 路由器安全配置速查表(二)
    Specific Recommendations: Access Lists1. Always start an accesslist definition with the privileged command no accesslist nnn to clear out any previous versions of access list number nnn.fumtek(config)# no accesslist 51fumtek(config)# accesslist 51 permit host 14.2.9.6fumtek(config)# accesslist 51 de
    应用 2007-07-02
  • 路由器OSPF协议配置命令<一>
    1.default redistribute cost配置引入外部路由时缺省的花费值,no default redistribute cost命令取消配置。 default redistribute cost cost no default redistribute cost cost为花费值,范围1~65535之间的整数。 OSPF协议配置模式 在OSPF将路由
    应用 2007-07-01