Leonardo, It sounds like you don't have IP forwarding enabled on the Win2K box, this is why your workstations can ping the Win2K server interface but not through the server to the router. You can do this a couple of ways, the easiest is in this article:
http://support.microsoft.com/support/kb/articles/Q230/0/82.ASP You can also install the "routing and ras" package that comes with Win2K and enable IP forwarding through its configuration as well. You'll also need to add the line: access-list 100 permit ip 192.168.25.0 0.0.0.255 any To your router config to allow stations with 192.168.25.x addresses to obtain addresses from the NAT pool you have created. Note: This assumes that your not using ISA server MS proxy server on your Win2K box and all you want the server to do is act as a router. For future reference, you can find good info on Windows configuration options at: http://www.microsoft.com/technet HTH, Kent -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leonardo Borda Sent: Wednesday, October 31, 2001 12:15 PM To: [EMAIL PROTECTED] Subject: Routing problem using Cisco and W2000 [7:24842] 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=24900&t=24842 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

