Si in effetti mi sono dimenticato di scrivere che poi ho messo LMI Cisco.
E naturalmente o parlato troppo presto

Con la configurazione attuale riesco a navigare da un pc di test sul quale è settato un ip pubblico. Il problema è che se gli do un ip della rete privata non navigo (al posto del pc ci sarà poi uno zyxel usg-100)
Riposto la configurazione:
Codice: Seleziona tutto
Current configuration : 3251 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 30323232 30383536
33365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 36383531
37333632 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 818902818100A643 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
810076AC 53645C9B 8123F875 D7570707 7BBE4FA4 3D7A5F1F BC725308 59D5E89E
3C63802B 870ECDEF 99DC2A6B A584DBF1 926FAB2A 5BEB84D8 2550800A ECBDB05B 3788650C 22BB85F8 3B3E8227 856497C3 192DF30F 60DE70FF FDE5ED2B 49C3A1B6 9B414B31 677EF577 0D05C109 04FDC492 0DAFCAC8 CD202F72 5686C902 CD0E68EF 05A1
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.1.2 La621a3c2 enable
!
!
!
interface FastEthernet0/0
description INTERNA
ip address 80.22.160.121 255.255.255.248 secondary
ip address 192.168.1.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.40.135.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 http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
!
!
!
!
!
!
!
!
!
!
!
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
Non va né sulla 192.168.1.x nè sulla 10.10.10.x (ovviamente col cavo attaccato sulla porta corretta)
Max