innanzitutto complimenti per il forum, grazie a voi sono riuscito ad arrivare ad una configurazione che è sicuramente ancora da ottimizzare, ma funziona.
ecco qui uno show version:
Codice: Seleziona tutto
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IS-M), Version 12.3(19), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by cisco Systems, Inc.
Compiled Fri 12-May-06 04:14 by evmiller
Image text-base: 0x80008098, data-base: 0x81A4E110
ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
ROM: C2600 Software (C2600-IS-M), Version 12.3(19), RELEASE SOFTWARE (fc2)
c2621 uptime is 4 hours, 5 minutes
System returned to ROM by power-on
System restarted at 19:50:14 cet Sat Jan 20 2007
System image file is "flash:c2600-is-mz.123-19.bin"
cisco 2621 (MPC860) processor (revision 0x200) with 61440K/4096K bytes of memory.
Processor board ID JAD05071FBM (168890940)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
2 FastEthernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
1 Compression AIM(s)
32K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
Codice: Seleziona tutto
!
! Last configuration change at 21:37:17 cet Sat Jan 20 2007
! NVRAM config last updated at 23:41:10 cet Sat Jan 20 2007
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxx
!
boot-start-marker
boot-end-marker
!
!
clock timezone cet 2
no aaa new-model
ip subnet-zero
ip cef
!
!
ip domain name xxxxxxx.xxx
ip name-server 192.168.0.240
!
!
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
!
interface FastEthernet0/0
ip address 192.168.0.254 255.255.255.0
ip nat inside
speed 100
full-duplex
no cdp enable
!
interface BRI0/0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn point-to-point-setup
no cdp enable
!
interface FastEthernet0/1
no ip address
shutdown
speed 100
full-duplex
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer string 7020191191
dialer persistent
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname Telecom
ppp chap password 0 Telecom
ppp multilink
ppp multilink load-threshold 10 either
!
ip nat translation timeout 900
ip nat translation tcp-timeout 900
ip nat translation udp-timeout 600
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 8192
ip nat inside source list INSIDE_NAT_ADDRESSES interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip access-list standard INSIDE_NAT_ADDRESSES
permit 192.168.0.0 0.0.255.255
no cdp run
!
!
line con 0
password XXXX
login
line aux 0
password XXXX
login
line vty 0 4
password XXXX
login
!
ntp clock-period 17179856
ntp server 192.168.0.240
!
end
suggerimenti e consigli sono richiesti e benvenuti!!!
ciao, grazie