Conf. Cisco SOHO77 con Telecom 2m_plus ed 8 ip pubblici
Inviato: ven 19 ott , 2007 1:14 pm
Buongiorno al forum,
devo configurare un Soho77 per accedere ad internet sfruttando una linea adsl telecom che ha 8 ip pubblici aggiuntivi.
Ho trovato parecchie conf in rete ed ho provato ad applicarle, ma senza risultato.
Aggiungo che se faccio una configurazione senza rete privata come secondario ip su Ethernet0, il tutto funziona benissimo.
Posto la conf. e ringrazio in anticipo.
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname routerprtc
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
no logging buffered
!
ip subnet-zero
!
ip tcp path-mtu-discovery
ip cef
ip domain name interbusiness.it
ip name-server 151.99.125.1
ip name-server 151.99.0.100
no aaa new-model
!
no crypto isakmp ccm
!
!
!
interface Loopback0
no ip address
!
interface Ethernet0
no shutdown
ip address 10.0.0.1 255.0.0.0 secondary
ip address 8y.xx.zzz.ww1 255.255.255.248
ip nat inside
hold-queue 100 out
!
interface ATM0
no shutdown
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no shutdown
ip address 8y.zz.xx.qqq 255.255.255.252
ip nat outside
pvc 8/35
vbr-nrt 640 640 1
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
ip nat pool TEST 8y.xx.zzz.ww1 8y.xx.zzz.ww1 netmask 255.255.255.248
ip nat inside source list 10 pool TEST overload
!
access-list 10 permit 10.0.0.0 0.255.255.255 any
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end
devo configurare un Soho77 per accedere ad internet sfruttando una linea adsl telecom che ha 8 ip pubblici aggiuntivi.
Ho trovato parecchie conf in rete ed ho provato ad applicarle, ma senza risultato.
Aggiungo che se faccio una configurazione senza rete privata come secondario ip su Ethernet0, il tutto funziona benissimo.
Posto la conf. e ringrazio in anticipo.
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname routerprtc
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
no logging buffered
!
ip subnet-zero
!
ip tcp path-mtu-discovery
ip cef
ip domain name interbusiness.it
ip name-server 151.99.125.1
ip name-server 151.99.0.100
no aaa new-model
!
no crypto isakmp ccm
!
!
!
interface Loopback0
no ip address
!
interface Ethernet0
no shutdown
ip address 10.0.0.1 255.0.0.0 secondary
ip address 8y.xx.zzz.ww1 255.255.255.248
ip nat inside
hold-queue 100 out
!
interface ATM0
no shutdown
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no shutdown
ip address 8y.zz.xx.qqq 255.255.255.252
ip nat outside
pvc 8/35
vbr-nrt 640 640 1
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
ip nat pool TEST 8y.xx.zzz.ww1 8y.xx.zzz.ww1 netmask 255.255.255.248
ip nat inside source list 10 pool TEST overload
!
access-list 10 permit 10.0.0.0 0.255.255.255 any
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end