cosa ho combinato nel DDNS??

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
cocis01
n00b
Messaggi: 5
Iscritto il: gio 03 mag , 2012 7:33 pm

allego show cosa ho sbagliato non mi aggiorna IP e come posso rimediare?


ip cef
ip domain name xxxxx
ip name-server 213.205.32.70
ip name-server 213.205.36.70
ip ddns update method ddns
HTTP
add http:/xxxxxx:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
remove http://xxxxx:[email protected]/n ... h>&myip=<a>
interval maximum 28 0 0 0

no ipv6 cef

multilink bundle-name authenticated

class-map type inspect match-all sdm-cls-http
match protocol http


interface ATM0
no ip address
no atm ilmi-keepalive

interface ATM0.1 point-to-point
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1

interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$
ip address 10.10.10.1 255.255.255.248
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
description $FW_OUTSIDE$
ip ddns update hostname xxxxx.dyndns.org
ip ddns update ddns
ip ddns update dyndns host xxxxx.dyndns.org
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxx
ppp pap sent-username xxxxx password 0 xxxxx
ppp multilink
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.7
access-list 23 permit 10.10.10.0 0.0.0.7
access-list 101 permit tcp host 204.13.248.112 eq www any log
access-list 101 permit tcp host 204.13.248.111 eq www any log
dialer-list 1 protocol ip permit
no cdp run
TeCer
Cisco fan
Messaggi: 67
Iscritto il: sab 16 mag , 2009 5:28 pm

ciao, sotto la dialer0 togli questa riga in piu
- ip ddns update ddns


ip ddns update dyndns host xxxxx.dyndns.org
al posto delle xxxxx c'è members giusto?
cocis01
n00b
Messaggi: 5
Iscritto il: gio 03 mag , 2012 7:33 pm

TeCer ha scritto:ciao, sotto la dialer0 togli questa riga in piu
- ip ddns update ddns


ip ddns update dyndns host xxxxx.dyndns.org
al posto delle xxxxx c'è members giusto?

come posso togliere quella riga?
no li ho il nome del mio dyndns, come posso modificarlo?

Thx
Rispondi