Salve qualcuno ha una configurazione da mettere su un cisco1721 per far funzionare DynDns???
quelle ke ho trovato su internet non mi aggiornano l'ip dinmico sul sito.
grazie a tutti.
DynDns
Moderatore: Federico.Lagni
- carini
- Network Emperor
- Messaggi: 275
- Iscritto il: mar 18 apr , 2006 2:17 pm
- Località: Como
- Contatta:
1) prova ad aggiornare tramite http://www.dnsomatic.com/puskas88 ha scritto:Salve qualcuno ha una configurazione da mettere su un cisco1721 per far funzionare DynDns???
quelle ke ho trovato su internet non mi aggiornano l'ip dinmico sul sito.
grazie a tutti.
2) postaci qui la tua configurazione ed il risultato del debug
-
- Cisco power user
- Messaggi: 113
- Iscritto il: mer 26 ago , 2009 12:59 pm
Building configuration...
Current configuration : 3302 bytes
!
! Last configuration change at 11:46:41 UTC Sat Nov 27 2010 by admin
! NVRAM config last updated at 11:46:26 UTC Sat Nov 27 2010 by admin
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Libero
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
!
no aaa new-model
memory-size iomem 25
clock timezone UTC 1
clock summer-time CDT recurring
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1
ip dhcp excluded-address 192.168.0.1 192.168.0.2
!
ip dhcp pool Lan
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 193.70.152.25
class Lan
address range 192.168.0.2 192.168.0.40
!
!
ip dhcp class Lan
!
no ip domain lookup
ip name-server 193.70.152.15
ip name-server 193.70.152.25
ip ddns update method dyndns
HTTP
add http://xxxxx:[email protected]/ ... h>&myip=<a>
interval maximum 0 0 0 5
!
!
!
!
!
username xxxxx privilege 15 password 7 xxxxxxxxxxxxxx
!
!
!
!
!
!
interface Loopback1
ip address 10.0.0.1 255.255.255.255
!
interface ATM0
no ip address
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Ethernet0
no ip address
shutdown
half-duplex
!
interface FastEthernet0
description LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip route-cache flow
load-interval 30
speed auto
!
interface Dialer0
description interfaccia Internet
bandwidth 5000
ip ddns update hostname xxxx.dyndns.org
ip ddns update dyndns
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
ppp chap hostname xxxxx
ppp chap password 7 xxxxxxx
!
Current configuration : 3302 bytes
!
! Last configuration change at 11:46:41 UTC Sat Nov 27 2010 by admin
! NVRAM config last updated at 11:46:26 UTC Sat Nov 27 2010 by admin
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Libero
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
!
no aaa new-model
memory-size iomem 25
clock timezone UTC 1
clock summer-time CDT recurring
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1
ip dhcp excluded-address 192.168.0.1 192.168.0.2
!
ip dhcp pool Lan
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 193.70.152.25
class Lan
address range 192.168.0.2 192.168.0.40
!
!
ip dhcp class Lan
!
no ip domain lookup
ip name-server 193.70.152.15
ip name-server 193.70.152.25
ip ddns update method dyndns
HTTP
add http://xxxxx:[email protected]/ ... h>&myip=<a>
interval maximum 0 0 0 5
!
!
!
!
!
username xxxxx privilege 15 password 7 xxxxxxxxxxxxxx
!
!
!
!
!
!
interface Loopback1
ip address 10.0.0.1 255.255.255.255
!
interface ATM0
no ip address
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Ethernet0
no ip address
shutdown
half-duplex
!
interface FastEthernet0
description LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip route-cache flow
load-interval 30
speed auto
!
interface Dialer0
description interfaccia Internet
bandwidth 5000
ip ddns update hostname xxxx.dyndns.org
ip ddns update dyndns
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
ppp chap hostname xxxxx
ppp chap password 7 xxxxxxx
!
- carini
- Network Emperor
- Messaggi: 275
- Iscritto il: mar 18 apr , 2006 2:17 pm
- Località: Como
- Contatta:
Guarda ... non ho avuto tempo di provare ... ma punterei su due cause:puskas88 ha scritto:Building configuration...
!
no ip domain lookup
ip ddns update method dyndns
HTTP
add http://xxxxx:[email protected]/ ... h>&myip=<a>
interval maximum 0 0 0 5
!
1) il no ip domain lookup che non consente al router di trovare l'indirizzo di members.dyndns.org
2) non so se è corretto http o https ...