ho un Cisco 1841 che sono riuscito a far funzionare con una linea Liberty di Telecom grazie a questo forum.
Ora per ragioni che sarebbe superfluo spiegare devo cambiare gli indirizzi ip. Telecom mi ha già fornito quelli nuovi e a quanto pare sono già attivi e funzionanti.
In teoria dovrei semplicemente modificare ciò che ora è 80.xxx.xxx.xxx in 37.xxx.xxx.xxx e cambiare la netmask da 248 a 240. Il problema è che così facendo non funziona. Posto la configurazione.... mi potete dire se dimentico qualcosa?
Grazie
Max
Codice: Seleziona tutto
Router#sh run
Building configuration...
Current configuration : 3795 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
no logging buffered
!
no aaa new-model
dot11 syslog
ip source-route
!
!
!
!
ip cef
ip name-server 151.99.250.2
ip name-server 151.99.0.100
no ipv6 cef
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-3685173623
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3685173623
revocation-check none
rsakeypair TP-self-signed-3685173623
!
!
crypto pki certificate chain TP-self-signed-3685173623
certificate self-signed 01
3082023E 308201A7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33363835 31373336 3233301E 170D3133 30343038 30363533
31335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 36383531
37333632 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A643 9D79347E 480F18E7 158CB589 88AA8335 85567544 46A69A57 BC6F0BC6
57DDD10C 2ED34592 9E53A0C7 90AEA20C AA9C0D84 7C18AE29 BE031D37 0A3E3F32
01EEE053 809B2445 E213869A 6FABF832 031DCA04 C314A642 F8E6D422 0F3D356D
A7ADA6AF 1DD20E7E 032CFD9A 0A400C87 7055970F FE3AC50C B0A18130 C360C1ED
55290203 010001A3 66306430 0F060355 1D130101 FF040530 030101FF 30110603
551D1104 0A300882 06526F75 74657230 1F060355 1D230418 30168014 5E14D805
1FE10E61 1AAC72CC 91CF32EB FF8BF065 301D0603 551D0E04 1604145E 14D8051F
E10E611A AC72CC91 CF32EBFF 8BF06530 0D06092A 864886F7 0D010104 05000381
81005241 1F866B83 90BA3F22 F1472041 797C58CA 07A90E8A E1BEE935 99D236C4
49F0B54D 52653857 0BFD5300 378C5FCA 68F892CE BE0F7FA0 B46DAA7E 08BBBE5F
AB515A4E 5380ACF3 D964A3B2 74D736FD A3D7C48F 5FA75520 C9F32032 14CFEEDE
6F6E7D8B A4FA4C5C CCFE7681 AB418227 AF587750 0DB81F81 29C0F17A 782E0507 FBA1
quit
!
!
username max privilege 15 secret 5 $1$F43z$hfBOEzYTgdcP3pJP8C2l8.
archive
log config
hidekeys
!
!
!
!
!
ip rcmd rcp-enable
ip rcmd remote-host max 192.168.2.2 La621a3c2 enable
!
!
!
interface Loopback0
ip address 80.xxx.xxx.124 255.255.255.248 secondary
ip address 80.xxx.xxx.122 255.255.255.248
ip nat outside
ip virtual-reassembly
!
interface Loopback1
no ip address
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/0
description INTERNA
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.10.10.5 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0/0/0.1 point-to-point
description LIBERTY
bandwidth 2048
ip address 85.xxx.xxx.218 255.255.255.252
ip nat outside
ip virtual-reassembly
frame-relay interface-dlci 218 IETF
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Serial0/0/0.1
ip route 10.100.5.0 255.255.255.0 192.168.2.2
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
ip nat pool NAT_IP 80.xxx.xxx.123 80.xxx.xxx.123 netmask 255.255.255.248
ip nat inside source list 10 pool NAT_IP overload
ip nat inside source static 10.100.5.35 80.xxx.xxx.122
ip nat inside source static 10.100.5.33 80.xxx.xxx.124
!
access-list 10 permit 192.168.2.0 0.0.0.255
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
exception data-corruption buffer truncate
scheduler allocate 20000 1000
end