192.168.1.1 路由器设置 192.168.1.1打不开 192.168.1.1 路由器设置 局域网限速软件 192.168.0.1 TP-LINK路由器设置 路由器密码 192.168.1.252 192.168.1.254 192.168.1.100 192.168.1.2 测网速 电信 192.168.1.1进不去 上网知道 查网速 如何提高网速 192.168.1.253 网络测速 路由器限速设置 tp link无线路由器设置,tp-link无线路由器设置, 路由器设置图解 无线路由器设置 192.168.1.101

思科路路由器DDNS配置

     

    version 12.4 no aaa new-model ! resource policy ! no network-clock-participate slot 1 no network-clock-participate wic 0 ip subnet-zero ip cef ip name-server 202.106.46.151 ip name-server 202.106.195.68 !---以下是动态DNS的配制,首先要在www.3322.org..

     

    version 12.4
    no aaa new-model
    !
    resource policy
    !
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip subnet-zero
    ip cef

    ip name-server 202.106.46.151
    ip name-server 202.106.195.68

    !---以下是动态DNS的配制,首先要在www.3322.org希网注册一个账号和一个主机的二级域名
    ip ddns update method test
     HTTP
      add http://your_username:password@members.3322.org/dyndns/update?system=dyndns&hostname=<h>&myip=<a>
    !---如果用www.dyndns.org改用如下命令
    !---add http://test:test@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a>


    1---
    设置更新间隔 天 小时 分钟 秒
     interval maximum 0 0 1 0
    !
    vpdn enable

    interface FastEthernet0/0
     no ip address
     duplex auto
     speed auto
     pppoe enable
     pppoe-client dial-pool-number 1
    !
    interface FastEthernet0/1
     ip address 192.168.1.90 255.255.255.0
     ip nat inside
    ###############################################################
    在思科路路由器上配置ADSL,经常在比较多的时候会出现访问不了微软的网站或者登陆不了MSN,还有的PING都PING不通,这个问题其实很简单,但是想到它却有点难.只要关心一下MTU值的问题就能解决这个问题了!一般默认的MTU值是不影响正常的数据通讯的,但是在ADSL的网络环境下,要设置MTU值为1492,而MSN在数据传输的时候识别的MTU值是1450.所以才会出现登陆不了,还会造成网络断线的情况发生.

        解决这一问题,只要在路路由器的内网端口上设置一个MTU值就可以了!如下命令:

    ###############################################################
     ip tcp adjust-mss 1450
     no ip mroute-cache
     duplex auto
     speed auto
    !
    interface Dialer1
     ip ddns update hostname yourhostname.3322.org
     ip ddns update test
     ip address negotiated
     ip nat outside
     encapsulation ppp
     no ip mroute-cache
     dialer pool 1
     dialer-group 1
     ppp authentication pap callin
     ppp pap sent-username PPPoE_username password 0 PPPoE_password
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1

    ip http server
    no ip http secure-server
    ip nat inside source list 1 interface Dialer1 overload
    !
    access-list 1 permit any
    dialer-list 1 protocol ip permit
    !
    !
    control-plane

    调试命令:
    show ip ddns updatedebug ip ddns update

    分享到:

     

     

    tags:思科,路由器,DDNS,配置,version,12.4,aa

网络设备栏目本周热门文章


ICP证:粤B2-20040647

版权所有 @中国路由网
未经授权禁止转载、摘编、复制或建立镜像,如有违反,追究法律责任。