DDNS su Cisco 1721
Inviato: mer 07 gen , 2009 6:40 pm
Buonasera a tutti..
mi sono guardato parecchi post riguardanti l'argomento in oggetto.. ma purtroppo ancora non mi funziona!! non riesco a capire dove sto sbagliando!
La versione dello IOS è la seguente:
Cisco IOS Software, C1700 Software (C1700-ADVSECURITYK9-M), Version 12.4(15)T, RELEASE SOFTWARE (fc3)
Posto la configurazione.. se avete un momento per darci un occhio..
Router#sh run
Building configuration...
Current configuration : 3928 bytes
!
! No configuration change since last restart
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
clock timezone MET 1
clock summer-time MED recurring last Sun Mar 1:00 last Sun Oct 1:00
ip cef
!
!
ip inspect tcp block-non-session
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.50
ip dhcp excluded-address 192.168.1.240 192.168.1.254
!
ip dhcp pool ip_liberi
network 192.168.1.0 255.255.255.0
dns-server 212.216.112.112 195.31.190.31
default-router 192.168.1.254
!
!
ip name-server 212.216.112.112
ip name-server 212.216.172.62
ip name-server 195.31.190.31
ip ddns update method agg_dns
HTTP
add http://USER:[email protected] ... h>&myip=<a>
interval maximum 0 0 5 0
!
multilink bundle-name authenticated
!
password encryption aes
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
description Interfaccia ATM0/0 - Wic ADSL
no ip address
no atm ilmi-keepalive
dsl operating-mode ansi-dmt
hold-queue 224 in
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
no cdp enable
!
interface FastEthernet0
description Interfaccia FastEthernet0/0 - Lan interna
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
full-duplex
no cdp enable
!
interface Dialer0
description Interfaccia Dialer0 - Connessione Alice ADSL 7Mbit/s
ip ddns update hostname pippo.dyndns.org
ip ddns update agg_dns host members.dyndns.org
ip address negotiated
ip access-group filtri_ingresso in
ip access-group filtri_uscita out
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname username_provider
ppp chap password 7 xxxxxxxxxxxxxxxxxxxx
ppp pap sent-username username_provider password 7 xxxxxxxxxxxxxxxxxxxxxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip nat translation timeout 420
ip nat translation tcp-timeout 120
ip nat translation pptp-timeout 420
ip nat translation icmp-timeout 1
ip nat translation max-entries 1000
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.35 46734 interface Dialer0 46734
ip nat inside source static udp 192.168.1.35 47288 interface Dialer0 47288
ip nat inside source static tcp 192.168.1.33 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.33 6666 interface Dialer0 6666
ip nat inside source static tcp 192.168.1.33 6667 interface Dialer0 6667
ip nat inside source static tcp 192.168.1.33 20 interface Dialer0 20
!
ip access-list extended filtri_ingresso
permit udp any eq domain any
permit udp any eq ntp any
permit tcp any any eq 46734
permit udp any any eq 47288
evaluate traffico_ip
evaluate traffico_ip_mulo
permit tcp any any eq ftp
permit tcp any any eq 6666
permit tcp any any eq 6667
permit tcp any any eq ftp-data
ip access-list extended filtri_uscita
permit ip host 192.168.1.35 any time-range notte reflect traffico_ip_mulo
permit ip any any reflect traffico_ip
!
access-list 1 permit 192.168.1.0 0.0.0.255
snmp-server community public RO
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
no process cpu extended
no process cpu autoprofile hog
ntp clock-period 17179934
ntp server 193.204.114.232
ntp server 193.204.114.233
sntp server 193.204.114.232
sntp server 193.204.114.233
sntp server 193.204.114.105
time-range notte
periodic daily 3:00 to 7:00
!
end
Se notate qualche altra cavolata ditemelo pure!! sono proprio agli inizi con i cisco
grazie in anticipo a tutti
Andrea
mi sono guardato parecchi post riguardanti l'argomento in oggetto.. ma purtroppo ancora non mi funziona!! non riesco a capire dove sto sbagliando!
La versione dello IOS è la seguente:
Cisco IOS Software, C1700 Software (C1700-ADVSECURITYK9-M), Version 12.4(15)T, RELEASE SOFTWARE (fc3)
Posto la configurazione.. se avete un momento per darci un occhio..
Router#sh run
Building configuration...
Current configuration : 3928 bytes
!
! No configuration change since last restart
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
clock timezone MET 1
clock summer-time MED recurring last Sun Mar 1:00 last Sun Oct 1:00
ip cef
!
!
ip inspect tcp block-non-session
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.50
ip dhcp excluded-address 192.168.1.240 192.168.1.254
!
ip dhcp pool ip_liberi
network 192.168.1.0 255.255.255.0
dns-server 212.216.112.112 195.31.190.31
default-router 192.168.1.254
!
!
ip name-server 212.216.112.112
ip name-server 212.216.172.62
ip name-server 195.31.190.31
ip ddns update method agg_dns
HTTP
add http://USER:[email protected] ... h>&myip=<a>
interval maximum 0 0 5 0
!
multilink bundle-name authenticated
!
password encryption aes
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
description Interfaccia ATM0/0 - Wic ADSL
no ip address
no atm ilmi-keepalive
dsl operating-mode ansi-dmt
hold-queue 224 in
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
no cdp enable
!
interface FastEthernet0
description Interfaccia FastEthernet0/0 - Lan interna
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
full-duplex
no cdp enable
!
interface Dialer0
description Interfaccia Dialer0 - Connessione Alice ADSL 7Mbit/s
ip ddns update hostname pippo.dyndns.org
ip ddns update agg_dns host members.dyndns.org
ip address negotiated
ip access-group filtri_ingresso in
ip access-group filtri_uscita out
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname username_provider
ppp chap password 7 xxxxxxxxxxxxxxxxxxxx
ppp pap sent-username username_provider password 7 xxxxxxxxxxxxxxxxxxxxxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip nat translation timeout 420
ip nat translation tcp-timeout 120
ip nat translation pptp-timeout 420
ip nat translation icmp-timeout 1
ip nat translation max-entries 1000
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.35 46734 interface Dialer0 46734
ip nat inside source static udp 192.168.1.35 47288 interface Dialer0 47288
ip nat inside source static tcp 192.168.1.33 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.33 6666 interface Dialer0 6666
ip nat inside source static tcp 192.168.1.33 6667 interface Dialer0 6667
ip nat inside source static tcp 192.168.1.33 20 interface Dialer0 20
!
ip access-list extended filtri_ingresso
permit udp any eq domain any
permit udp any eq ntp any
permit tcp any any eq 46734
permit udp any any eq 47288
evaluate traffico_ip
evaluate traffico_ip_mulo
permit tcp any any eq ftp
permit tcp any any eq 6666
permit tcp any any eq 6667
permit tcp any any eq ftp-data
ip access-list extended filtri_uscita
permit ip host 192.168.1.35 any time-range notte reflect traffico_ip_mulo
permit ip any any reflect traffico_ip
!
access-list 1 permit 192.168.1.0 0.0.0.255
snmp-server community public RO
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
no process cpu extended
no process cpu autoprofile hog
ntp clock-period 17179934
ntp server 193.204.114.232
ntp server 193.204.114.233
sntp server 193.204.114.232
sntp server 193.204.114.233
sntp server 193.204.114.105
time-range notte
periodic daily 3:00 to 7:00
!
end
Se notate qualche altra cavolata ditemelo pure!! sono proprio agli inizi con i cisco

grazie in anticipo a tutti
Andrea