Configurazione Router in Cascata

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

Moderatore: Federico.Lagni

Rispondi
netuser2010
n00b
Messaggi: 6
Iscritto il: mer 15 dic , 2010 10:48 pm

Ciao a tutti,
ho il seguente problema:
Ho un Router Cisco 877 collegato in ADSL, adesso però avrei bisogno di collegare un router wireless "Netgeat WNR854T" in cascata al router cisco, per fare in modo che altri PC tramite il wireless riescano a connettersi.
Il router Cisco è configurato: 10.10.10.1
Il router NetGear è configurato: 192.168.1.1

Questa è la configurazione del cisco:

Codice: Seleziona tutto

hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.10.10.2 10.10.10.10
!
ip dhcp pool router
   default-router 10.10.10.1
   dns-server 62.94.0.1 62.94.0.2
   lease infinite
!
!
no ip domain lookup
ip name-server 62.94.0.1
ip name-server 62.94.0.2
!
!
crypto pki trustpoint TP-self-signed-3022873674
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-3022873674
 revocation-check none
 rsakeypair TP-self-signed-3022873674
!
!
crypto pki certificate chain TP-self-signed-3022873674
 certificate self-signed 01 nvram:IOS-Self-Sig#3402.cer
username ciccio
!
!
!
interface ATM0
 bandwidth 576
 no ip address
 no atm ilmi-keepalive
 pvc 8/35
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
 hold-queue 224 in
!
interface FastEthernet0
 no cdp enable
!
interface FastEthernet1
 no cdp enable
!
interface FastEthernet2
 no cdp enable
!
interface FastEthernet3
 no cdp enable
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
 ip address 10.10.10.1 255.255.255.248
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
 hold-queue 100 out
!
interface Dialer0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 no cdp enable
 ppp chap hostname [email protected]
 ppp chap password 0 xxxx
 ppp pap sent-username [email protected] password 0 xxx
!
router rip
 version 2
 network 10.0.0.0
 network 192.168.1.0
 no auto-summary
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 192.168.1.0 255.255.255.0 192.168.1.1 10
!
!
ip http server
ip http access-class 23
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
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 nat interface Dialer0 overload
ip nat inside source static tcp 10.10.10.5 80 interface Dialer0 80
ip nat inside source static tcp 10.10.10.5 53 80.67.115.224 53 extendable
ip nat inside source static udp 10.10.10.5 53 80.67.115.224 53 extendable
!
ip access-list extended nat
 permit ip 10.10.10.0 0.0.0.248 any
 permit ip 10.10.10.0 0.0.0.7 any
!
access-list 23 permit 10.10.10.0 0.0.0.7
no cdp run
!
Rispondi