ecco lo schema che vorrei adottare:
hag--router--switch--pc
questa è la configurazione del router (equipaggiato con wic-1enet)
Codice: Seleziona tutto
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router-casa
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
!
!
ip dhcp pool LOCAL
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 1.253.128.10 1.253.128.35
!
interface FastEthernet0/0
description "Collegamento allo switch"
ip address 192.168.1.254 255.255.255.0
ip nat outside
speed auto
full-duplex
!
interface Ethernet0/0
description "Collegamento all'HAg"
ip address 1.52.21.xx
ip nat inside
speed auto
full-duplex
!
ip nat inside source static tcp 192.168.1.254 4662 0.0.0.0 4662 extendable
ip nat inside source static udp 192.168.1.254 4672 0.0.0.0 4672 extendable
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 1.52.21.x
!
!
!
!
line con 0
line aux 0
line vty 0 4
line vty 5 15
!
!
end
grazie mille