Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - Cisco 3640 router problem

 
Thread Tools Search this Thread
Old 10-07-2009, 06:49 PM   #1
Default Cisco 3640 router problem


I currently have the router configured and the LAN works great, i can ping every computer on the network but the internet is not working.

I set up interface0/0 for internet and interface 0/1 for LAN, i defined the defualt gateway by doing ip route 0.0.0.0 255.255.255.0 63.85.188.203 (the ip address of the HDSL modem) so any traffic not found in the routing table should get sent to the modem, and when i trace a packet it seems to make it out of the network but does not reach the destination.

I currently have no routing protocols since the DHCP is handled on the server, what could be some possible causes for this?


thank you


dvanpelt
dvanpelt is offline   Reply With Quote
Old 10-09-2009, 07:03 AM   #2
reidar
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default
Quote:
Originally Posted by dvanpelt
I currently have the router configured and the LAN works great, i can ping every computer on the network but the internet is not working.

I set up interface0/0 for internet and interface 0/1 for LAN, i defined the defualt gateway by doing ip route 0.0.0.0 255.255.255.0 63.85.188.203 (the ip address of the HDSL modem) so any traffic not found in the routing table should get sent to the modem, and when i trace a packet it seems to make it out of the network but does not reach the destination.

I currently have no routing protocols since the DHCP is handled on the server, what could be some possible causes for this?


thank you

Network Address Translation ?


reidar
reidar is offline   Reply With Quote
Old 10-09-2009, 08:06 AM   #3
mshaijo
Junior Member
 
Join Date: Dec 2008
Posts: 3
Default
can you post the relevant configuration ?


mshaijo
mshaijo is offline   Reply With Quote
Old 10-12-2009, 09:31 PM   #4
dvanpelt
Junior Member
 
Join Date: Sep 2009
Posts: 6
Default
I have made progress, I got the router to function properly giving everyone internet for about a day, then it went down. I turned the router off and back on and it worked for about a day or 2 then stopped. Here is the current configuration, any idea why it stops working?

Current configuration : 1405 bytes
!
! Last configuration change at 13:44:27 UTC Mon Oct 19 2009
! NVRAM config last updated at 13:44:31 UTC Mon Oct 19 2009
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Shaftdrillers
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$WoI/$chsvq1pDwKPpgiKm827Xx.
!
no aaa new-model
!
resource policy
!
!
ip cef
no ip domain lookup
ip name-server 63.66.160.10
ip name-server 63.66.160.11
!
!
username admin privilege 15 password 0 admin
!
!
interface Ethernet0/0
description WAN
ip address 63.86.188.203 255.255.255.0
ip nat outside
ip virtual-reassembly
half-duplex
!
interface Ethernet0/1
description LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
full-duplex
!
ip http server
ip http authentication local
!
ip route 0.0.0.0 0.0.0.0 63.86.188.201
ip route 63.86.188.0 255.255.255.0 0.0.0.0
ip route 192.168.1.0 255.255.255.0 0.0.0.0
ip route 192.168.3.0 255.255.255.0 192.168.1.254
!
ip nat pool ovrld 63.86.188.203 63.86.188.203 prefix-length 24
ip nat inside source list 7 pool ovrld overload
!
!
ip access-list extended NAT_ADDRESSES
permit ip 192.168.1.0 0.0.0.255 any
access-list 7 permit 192.168.1.0 0.0.0.255
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end


dvanpelt

Last edited by dvanpelt : 10-19-2009 at 07:12 PM.
dvanpelt is offline   Reply With Quote
Old 10-19-2009, 07:21 PM   #5
dvanpelt
Junior Member
 
Join Date: Sep 2009
Posts: 6
Default
Also, when i type sh ip int brief it shows both ethernet interfaces and NVI0 interface which i am guessing is the virtual interface for NAT.

NVIO doesn't have an assigned IP address, is not okay, method is not set, but the status and protocol are up.

I am guessing either the NVIO needs set up or the NAT is overloading after a day or 2 which is causing the router to stop working, I read about clearing the buffer for the NAT but I am not sure if this is necessary, especially since many people on the network are logged into a SQL server database.


Any ideas on how to keep this router working?


Thank you all for the help you have given me so far


dvanpelt
dvanpelt is offline   Reply With Quote
Old 11-07-2009, 02:15 PM   #6
luix
Junior Member
 
Join Date: Nov 2009
Posts: 2
Default
Quote:
Originally Posted by dvanpelt
Also, when i type sh ip int brief it shows both ethernet interfaces and NVI0 interface which i am guessing is the virtual interface for NAT.

NVIO doesn't have an assigned IP address, is not okay, method is not set, but the status and protocol are up.

I am guessing either the NVIO needs set up or the NAT is overloading after a day or 2 which is causing the router to stop working, I read about clearing the buffer for the NAT but I am not sure if this is necessary, especially since many people on the network are logged into a SQL server database.


Any ideas on how to keep this router working?


Thank you all for the help you have given me so far

NVIO is NULL0 interface, is something for security, nothing related to nat. I also have that interface on my 3640 and on my 877 and I don't even use it.


luix
luix is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
CISCO 1801 DNS problem marsav Hardware 2 07-05-2009 11:41 PM
Cisco 3660 router boot problem pankaj Hardware 0 05-08-2009 11:44 AM
Cisco 877 ADSL problem connecting gastonp50 Hardware 0 03-30-2008 11:50 AM
Problem with Cisco Router 1700 and 1800 simba Hardware 2 09-25-2007 08:24 PM
Problem Connecting Through Router Nobody404 General Help Related Topics 0 07-10-2007 11:28 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46