AdilM
MIS
- Jul 30, 2003
- 25
Hi. I have a 1800 series router and a provider modem connected through a crossover cable and a network X.X.18.0 netmask of 255.255.255.252. I am given only one IP address that I will use in my router and also for PAT overloading.
My configuration looks correct but it doesn't work. I will paste my full router config below, for sure I missed something and I hope you could figure out what is that. The access list 3 hit count is incrementing.
I can ping from the router using as a source the outside interface (X.X.18.2). From the inside network strangely only the name resolution seems to work for few minutes after reloading the router. When I ping from the LAN, I will get the IP address but the ping times out, at such times when I issue the command "show ip nat trans" I get the following result, (I replaced my real DNS server with 66.218.71.63), 10.0.0.2 is the computer at my LAN configured as 10.0.0.2/24 gateway 10.0.0.1 DNS 66.218.71.63. After two or three mins when I ping from the LAN, name will no longer be resolved.
Router#show ip nat translations
Pro Inside global Inside local Outside local Outside global
udp X.X.18.2:1233 10.0.0.2:1233 66.218.71.63:53 66.218.71.63:53
Thanks.
!
boot-start-marker
boot-end-marker
!
enable secret 5 ########
enable password ########
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
!
interface FastEthernet0/0
ip address X.X.18.2 255.255.255.252
no ip proxy-arp
ip nat outside
speed 100
full-duplex
no cdp enable
no mop enabled
!
interface FastEthernet0/1
ip address 10.0.0.1 255.255.255.0
no ip proxy-arp
ip nat inside
speed 100
full-duplex
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 X.X.18.1
!
no ip http server
ip nat inside source list 3 interface FastEthernet0/0 overload
!
access-list 3 permit 10.0.0.0 0.0.0.255 log
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password ########
login
!
no process cpu extended
no process cpu autoprofile hog
end
My configuration looks correct but it doesn't work. I will paste my full router config below, for sure I missed something and I hope you could figure out what is that. The access list 3 hit count is incrementing.
I can ping from the router using as a source the outside interface (X.X.18.2). From the inside network strangely only the name resolution seems to work for few minutes after reloading the router. When I ping from the LAN, I will get the IP address but the ping times out, at such times when I issue the command "show ip nat trans" I get the following result, (I replaced my real DNS server with 66.218.71.63), 10.0.0.2 is the computer at my LAN configured as 10.0.0.2/24 gateway 10.0.0.1 DNS 66.218.71.63. After two or three mins when I ping from the LAN, name will no longer be resolved.
Router#show ip nat translations
Pro Inside global Inside local Outside local Outside global
udp X.X.18.2:1233 10.0.0.2:1233 66.218.71.63:53 66.218.71.63:53
Thanks.
!
boot-start-marker
boot-end-marker
!
enable secret 5 ########
enable password ########
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
!
interface FastEthernet0/0
ip address X.X.18.2 255.255.255.252
no ip proxy-arp
ip nat outside
speed 100
full-duplex
no cdp enable
no mop enabled
!
interface FastEthernet0/1
ip address 10.0.0.1 255.255.255.0
no ip proxy-arp
ip nat inside
speed 100
full-duplex
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 X.X.18.1
!
no ip http server
ip nat inside source list 3 interface FastEthernet0/0 overload
!
access-list 3 permit 10.0.0.0 0.0.0.255 log
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password ########
login
!
no process cpu extended
no process cpu autoprofile hog
end