ok trovato altro fogliettino con password giusta
risultato:
Current configuration : 1432 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname router
!
enable secret 5
enable password
!
ip subnet-zero
!
!
!
!
interface FastEthernet0
ip address 192.168.16.1 255.255.255.0 secondary
ip address xx.xxx.xxx.xxx 255.255.255.240
ip access-group 110 out
ip nat inside
speed auto
full-duplex
!
interface Serial0
no ip address
encapsulation frame-relay IETF
!
interface Serial0.1 point-to-point
ip address 81.115.70.226 255.255.255.252
ip nat outside
frame-relay interface-dlci 107 IETF
!
ip nat inside source static 192.168.16.3 xx.xxx.xx.243
ip nat inside source static 192.168.16.2 xx.xxx.xx.242
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
no ip http server
!
!
access-list 110 permit tcp any any established
access-list 110 permit udp any eq domain any
access-list 110 permit tcp any any eq smtp
access-list 110 permit tcp any any eq www
access-list 110 permit tcp any any eq pop3
access-list 110 permit tcp any any eq 443
access-list 110 permit tcp any any eq ftp-data
access-list 110 permit tcp any any eq ftp
access-list 110 permit tcp any any eq nntp
access-list 110 permit tcp 193.205.4.0 0.0.0.255 any eq 3389
access-list 110 permit tcp host 151.1.24.15 any eq 3389
access-list 110 deny ip any any
snmp-server community public RO
!
line con 0
line aux 0
line vty 0 4
unica cosa è che ho dovuto come comando dargli show run-config
per avere questo risultato.
da quello che leggo sembra tutto permesso o sbaglio?