I only have one public IPs. I also removed the line "ip nat pool net-10 10.0.0.1 10.0.0.254 netmask 255.0.0.0" because it never been use.
 
Anything else ?
 
----- Original Message -----
Newsgroups: groupstudy.cisco
Sent: Tuesday, November 14, 2000 9:13 AM
Subject: Re: NAT timeout

Here is the problem :
ip nat pool net-10 10.0.0.1 10.0.0.254 netmask 255.0.0.0
it should be a public block, i.e. 64.22.xx

Minh Vu wrote:

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 20process-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

--
==================================================
        Apoorva S.Malavia
        Site Engineer
        CCNA
        SiteSmith Inc. - www.sitesmith.com
        Office - 212.675.9300 x243
        ICCC   - 888.898.7667
==================================================
 

Reply via email to