Hello all,
 
I get 99% "Can not find server" error when browse any website in Win2k and 20% when using Win95, 98, or ME.  In Win2k I have to refresh many time to get the page to load.   Also, I got timeout while download using FTP program in Win9x and Win2k. 
 
I'm not sure that my NAT configure in router have problem.  I already remove my ACL and just run basic NAT.  Still got problem browsing w/ Win2k and using FTP. 
 
What else should I put in my NAT config?
 
Here is my config:
 
ip nat translation tcp-timeout 360
ip nat translation udp-timeout 360
ip nat translation finrst-timeout never
ip nat translation dns-timeout 61
ip nat pool net-10 10.0.0.1 10.0.0.254 netmask 255.0.0.0
ip nat inside source list 2 interface Ethernet1 overload
no ip finger
no ip domain-lookup
ip domain-name XXXX.COM
ip name-server 207.211.58.XX
ip inspect dns-timeout 30
ip inspect tcp finwait-time 20 
process-max-time 200
!
interface Ethernet0
 description Connected to Local Network (LAN)
 ip address 10.0.0.1 255.0.0.0
 ip nat inside
 arp timeout 360
!
interface Ethernet1
 description Connected to Internet - 
 ip address 64.22.13x.xxx 255.255.XXX.XXX
 ip nat outside
 arp timeout 360
!
ip default-gateway 64.22.13X.XXX
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
!
access-list 2 permit 10.0.0.0 0.0.0.255
!
line con 0
 transport input none
line aux 0
line vty 0 4

Reply via email to