dyndns

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

Moderatore: Federico.Lagni

Rispondi
saraficola
n00b
Messaggi: 1
Iscritto il: mer 01 dic , 2010 11:55 pm
Contatta:

Salve a tutti... Ho letto un po' in giro, (sito cisco, questo forum, ecc ecc)

E ho trovato come configurare il mio 877 per utilizzarlo con dyndns...

Prima non mi accettava i comandi... adesso l'ha presi tutti senza problemi e non vedo niente che non vada con le guide che ho trovato.

Ma ancora non mi aggiorna l'ip su dyndns

Potete aiutarmi ???

Codice: Seleziona tutto

version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname gw-waspnet
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
no logging console
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-662421238
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-662421238
 revocation-check none
 rsakeypair TP-self-signed-662421238
!
!
crypto pki certificate chain TP-self-signed-662421238
 certificate self-signed 01
 
 - - - - - -  
  	quit
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.2.1 192.168.2.50
!
ip dhcp pool ccp-pool
   import all
   network 192.168.2.0 255.255.255.0
   default-router 192.168.2.1 
   dns-server 151.99.125.1 8.8.8.8 
   lease 0 2
!
!
no ip domain lookup
ip domain name yourdomain.com
ip inspect name myfw tcp router-traffic
ip inspect name myfw udp router-traffic
ip inspect name myfw icmp
ip inspect name myfw http
ip inspect name myfw https
ip inspect name myfw pop3
ip inspect name myfw esmtp
ip inspect name myfw imap
ip inspect name myfw ssh
ip inspect name myfw dns
ip inspect name myfw ftp
ip ips config location flash:ipsstore/ retries 1
ip ips notify SDEE
ip ips name myips
!
ip ips signature-category
  category all
   retired true
  category ios_ips basic
   retired false
!
ip ddns update method ddns
 HTTP
  add http://NOME_UTENTE:PASSWORD@<s>/nic/update?hostname=<h>&myip=<a>
!
!
multilink bundle-name authenticated
!
!
username **** privilege 15 secret 5 ****
! 
!
archive
 log config
  hidekeys
!
!
ip ssh version 2
!
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto 
!
interface ATM0.1 point-to-point
 pvc 8/35 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
 shutdown
!
interface FastEthernet2
 shutdown
!
interface FastEthernet3
 shutdown
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
 ip address 192.168.2.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
interface Dialer0
 ip ddns update hostname MIO_DOMINIO.dyndns.org
 ip ddns update ddns
 ip address negotiated
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication pap callin
 ppp pap sent-username **** password 0 ****
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
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 permit 192.168.2.0 0.0.0.255
access-list 101 remark regole di anti-spoof
access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
access-list 101 deny   ip host 255.255.255.255 any
access-list 101 deny   ip host 0.0.0.0 any
access-list 101 remark permette la comunicazione da CUOM
access-list 101 permit tcp host 204.13.248.112 eq www any log
dialer-list 1 protocol ip permit
no cdp run
!
!
!
!
control-plane
!
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input ssh
!
scheduler max-task-time 5000
end
Rispondi