NETWORK A <---------------->CISCO<--------------------->NETWORK B
192.168.125.X **********125.1/5.254************** 192.168.5.x
il fine ultimo è che il router sia completamente trasparente tra le due reti e che quindi io riesca ad andare da un computer all'altro in una direzione e nell'altra... posto quì sotto l'attuale configurazione (anche se so che fa pietà) sperando che qualche buon'anima possa aiutarmi

ringrario anticipatamente
Codice: Seleziona tutto
Cisco#sh config
Using 850 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco
!
enable secret 5 $1$Q6q1$YzsilZ5KwIolOB6i/wWmV/
enable password 7 01100007
!
memory-size iomem 10
ip subnet-zero
!
!
!
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.5.254 255.255.255.0
ip nat inside
half-duplex
!
interface FastEthernet0
ip address 192.168.125.1 255.255.255.0
ip nat outside
speed auto
full-duplex
!
ip nat inside source list 1 interface Ethernet0 overload
ip nat outside source list 1 interface Ethernet0
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.5.1
no ip http server
no ip http secure-server
!
!
access-list 1 permit 0.0.0.0
!
!
line con 0
line aux 0
line vty 0 4
password 7 15110D0F
login
!
!
end