I am having problems to configure the following scenery. Please
suggestions will be very appreciated. :)
LAN: 192.168.25.0
I0: 192.168.25.96
I1: 172.16.1.1
E0/0: 172.16.1.2
S0/0: 200.176.x.y (Valid Internet Address)
LAN---->I0(Windows 2000)I1---->E0/0(Cisco1600 using NAT)S0/0-----> Internet
Cloud
The Problem:
My workstations cannot ping E0/0 (172.16.1.2) and the internet, but the
Windows2000 can ping everything as well as the router can ping the Windows
2000 including I0 and I1 except the workstations behind the Windows2000.
OBS: I have used NAT in the router.
Thanks for any Help
Follow my Show Ip Route and router configuration:
Mercador1600#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Mercador1600
!
logging buffered 10000 debugging
enable password xxxx
ip subnet-zero
ip name-server 200.176.2.10
!
!
interface Ethernet0
ip address 172.16.1.2 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface Serial0
bandwidth 64
ip address 200.176.x.y 255.255.255.248
no ip directed-broadcast
ip nat outside
encapsulation ppp
no fair-queue
!
ip nat pool LINK 200.176.x.y 200.176.x.y netmask 255.255.255.248
ip nat inside source list 100 pool LINK overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.168.25.0 255.255.255.0 172.16.1.1
!
access-list 100 permit ip 172.16.1.0 0.0.0.255 any
snmp-server community xxxx RO
!
line con 0
transport input none
line 1
line vty 0 4
password xxxxx
login
!
end
Mercador1600#
Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=24842&t=24842
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]