Cisco Systems Just Need Most Basic Router Config For Internet Connectivity - Please Help!!

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Just Need Most Basic Router Config For Internet Connectivity - Please Help!! rafael_romano299 10-13-05
Posted by on October 13, 2005, 11:05 am
Please log in for more thread options
I'm sure the answer to this question must be simple but try as I might,
I can't get it to work! My situation is as follows:

I have an NTL Broadband Cable Modem which is ordinarily connected to a
Belkin Wireless G Router (although I don't use the wireless capability
- just cables). Everything works fine. I want to swap this Belkin
Wireless G Router for a Cisco 831 router running IOS 12.2 for reasons
relating to my job.

With the full (and I think somewhat complicted!) config that was
already on the router, I had no Internet connectivity at all. In order
to troubleshoot, I stripped down the config to what I thought was the
very most basic config required with the intention of putting it back
line by line afterwards. Specifically, my basic config is as follows:

'ip address dhcp' on the external interface.

'ip address 10.3.6.1 255.255.255.0' on the internal interface.

'ip dhcp pool DHCPPool
network 10.3.6.0 255.255.255.0
default-router 10.3.6.1
dns-server 10.2.1.2'

'ip route 0.0.0.0 0.0.0.0 ethernet1'

The router picks up an '81.102.x.x' IP address on the external
interface just as it should however, still no connectivity whatsoever
to the outside world.

Please help! I must be missing something but I don't know what it is!
Many thanks in advance!


Posted by Andre Janssen on October 13, 2005, 1:25 pm
Please log in for more thread options
rafael_romano299@hotmail.com wrote:
> I'm sure the answer to this question must be simple but try as I might,
> I can't get it to work! My situation is as follows:
>
> I have an NTL Broadband Cable Modem which is ordinarily connected to a
> Belkin Wireless G Router (although I don't use the wireless capability
> - just cables). Everything works fine. I want to swap this Belkin
> Wireless G Router for a Cisco 831 router running IOS 12.2 for reasons
> relating to my job.
>
> With the full (and I think somewhat complicted!) config that was
> already on the router, I had no Internet connectivity at all. In order
> to troubleshoot, I stripped down the config to what I thought was the
> very most basic config required with the intention of putting it back
> line by line afterwards. Specifically, my basic config is as follows:
>
> 'ip address dhcp' on the external interface.
>
> 'ip address 10.3.6.1 255.255.255.0' on the internal interface.
>
> 'ip dhcp pool DHCPPool
> network 10.3.6.0 255.255.255.0
> default-router 10.3.6.1
> dns-server 10.2.1.2'
>
> 'ip route 0.0.0.0 0.0.0.0 ethernet1'
>
> The router picks up an '81.102.x.x' IP address on the external
> interface just as it should however, still no connectivity whatsoever
> to the outside world.
>
> Please help! I must be missing something but I don't know what it is!
> Many thanks in advance!
>
you will need to add NAT to you config.

access-list 1 permit 10.3.6.0 0.0.0.255
ip nat inside source list 1 int eth1 overload
interface ethernet 0
ip nat inside
interface ethernet 1
ip nat outside
no ip route 0.0.0.0 0.0.0.0 ethernet1
ip route 0.0.0.0 0.0.0.0 dhCP

this should work.
make shure that your dns is reachable.
dont´t forget to implement some security features.

regards
andre

Posted by on October 14, 2005, 11:11 am
Please log in for more thread options
Thank you so much for your response Andre - you certainly pointed me in
the right direction!

I had to further 'tweak' the default route to get it working though -
it is now 'default route 10.3.6.1 255.255.255.255 ethernet1 permanent'.

I now have my full config back in place including all security.

Thank you again!


Similar ThreadsPosted
Just Need Most Basic Router Config For Internet Connectivity - Please Help!! October 13, 2005, 11:05 am
Basic Router config - no acl just rip November 22, 2006, 6:02 pm
Basic Config help needed 1841 Router 2 ethernet February 15, 2007, 5:04 am
Basic IPv6 Connectivity March 21, 2008, 11:25 am
Help with internet router config to allow pptp July 7, 2005, 11:43 am
Cisco Router Config with a T1 Internet line September 21, 2006, 3:46 pm
General internet router and PIX firewall config questions December 4, 2007, 4:20 pm
Cisco 876W Wireless Clients no Internet connectivity December 18, 2005, 4:48 pm
Cisco 876W Wireless Clients no Internet connectivity December 18, 2005, 4:48 pm
Basic ATM Config May 8, 2006, 1:20 pm
Need Basic help with Pix 501 config March 12, 2007, 8:32 am
Re: 2600 basic config October 26, 2007, 9:48 am
Basic lab config - where is my default route wrong September 3, 2006, 8:07 pm
Router connectivity / QOS Issues October 25, 2005, 9:28 am
VPN Concentrator 3005 connectivity with router 837 October 19, 2005, 6:11 am