Il mio problema è che riesco ad andare sulla rete geografica e quindi navigare solo se specifico un ip pubblico sull'host. forse ho fatto un miscuglio di configurazioni, potreste aiutarmi?
vi posto la configurazione attuale:
sh version:
sh conf:Cisco Internetwork Operating System Software
IOS (tm) SOHO97 Software (SOHO97-K9OY1-M), Version 12.2(13)ZH2, EARLY DEPLOYMENT
RELEASE SOFTWARE (fc1)
Synched to technology version 12.2(14.5)T
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Tue 22-Jul-03 13:43 by ealyon
Image text-base: 0x800131C0, data-base: 0x808D0C84
ROM: System Bootstrap, Version 12.2(8r)YN, RELEASE SOFTWARE (fc1)
ROM: SOHO97 Software (SOHO97-K9OY1-M), Version 12.2(13)ZH2, EARLY DEPLOYMENT REL
EASE SOFTWARE (fc1)
cisco uptime is 5 minutes
System returned to ROM by power-on
System image file is "flash:soho97-k9oy1-mz.122-13.ZH2.bin"
CISCO SOHO97 (MPC857DSL) processor (revision 0x400) with 29492K/3276K bytes of m
emory.
Processor board ID AMB08120MNH (4068647273), with hardware revision 0000
CPU rev number 7
Bridging software.
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
128K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)
Configuration register is 0x2102
spero che possiate darmi qualche indicazione...grazie.Using 1349 out of 131072 bytes
!
version 12.2
no parser cache
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname cisco
!
logging queue-limit 100
enable secret 5 $1$V4Qi$ZpXDVhiIH0qXKES7hAc4H.
enable password 7 0822455D0A16
!
ip subnet-zero
ip tcp path-mtu-discovery
ip domain name interbusiness.it
ip name-server 151.99.125.2
!
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.100.2 255.255.255.0 secondary
ip address 85.41.219.177 255.255.255.248
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 85.41.163.206 255.255.255.0
ip nat outside
pvc 8/35
vbr-nrt 640 640 1
encapsulation aal5snap
!
!
router rip
network 85.0.0.0
network 192.168.100.0
!
ip nat pool net-ibs 85.41.219.177 85.41.219.183 netmask 255.255.255.248
ip nat inside source list 60 pool 85.41.219.177 overload
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
access-list 10 permit 192.168.100.0 0.0.0.255
access-list 10 permit 0.0.0.0 85.41.219.183
!
line con 0
exec-timeout 240 0
password 7 1511021F0725
login
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
exec-timeout 240 0
password 7 01100F175804
login
!
scheduler max-task-time 5000
!
end