

Moderatore: Federico.Lagni
Codice: Seleziona tutto
ip nat inside source static tcp IpInterno PortaInterna interface InterfacciaEsterna PortaEsterna
Codice: Seleziona tutto
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
ip dhcp excluded-address 192.168.100.1
!
ip dhcp pool CLIENT
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
dns-server 151.99.125.1 151.99.0.100
!
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.100.1 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.254
ip nat outside
pvc 8/35
vbr-nrt 640 640 1
encapsulation aal5snap
!
!
ip nat pool net-ibs 85.41.219.177 85.41.219.183 netmask 255.255.255.248
ip nat inside source list 10 pool net-ibs overload
ip nat inside source list 60 pool 85.41.219.177 overload
ip nat inside source static tcp 192.168.100.100 8554 interface ATM0.1 8554
ip nat inside source static tcp 192.168.100.100 80 interface ATM0.1 80
ip nat inside source static 192.168.100.100 85.41.219.178
ip nat inside source static tcp 192.168.100.100 80 85.41.219.178 80 extendable
ip nat inside source static tcp 192.168.100.100 8554 85.41.219.178 8554 extendab
le
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 85.41.219.176 0.0.0.15
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.