Cisco 2611 with Road Runner Business Class

Hello,

I recently received a "new" Cisco 2611 to use with our new cable connection provided by Road Runner Business Class. Unfortunately, I don't know how to configure it properly.

I've got Eth0/1 as the inside port and Eth0/0 connected to the cable modem. I can connect to the router via it's internal address I assigned to Eth0/1 but I can't seem to access anything outside through the cable modem.

Any help would be greatly appreciated. How do I get it to route between the interfaces so that it will work properly?

Thank you,

Chris

Reply to
cmartindale
Loading thread data ...

Hi Chris,

You may wish to investigate Cisco 2600 Documentation:

formatting link
Hope this helps.

Brad Reese BradReese.Com - Global Cisco Systems Pre-Sales Support

formatting link
Hendersonville Road, Suite 17 Asheville, North Carolina USA 28803 USA & Canada: 877-549-2680 International: 828-277-7272 Fax: 775-254-3558 AIM: R2MGrant BradReese.Com - Cisco Technical Forums
formatting link

Reply to
www.BradReese.Com

What kind of speeds are you expecting to push with this router? I wouldn't expect to push more than 4-5Mbps through it doing NAT.

It sounds like you are doing a basic NAT setup?

Look at the Configuration Examples in

formatting link

Reply to
Doug McIntyre
4 - 5Mbps is acceptable .. its better than the 1/4 T1 we had

I'm still at a loss with this router. Attached you'll see my current config

version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ibsliv ! enable secret 5 enable password 7 ! ip subnet-zero no ip domain-lookup ip name-server 24.169.224.226 ip name-server 24.169.224.230 ! ! ! gateway ! ! interface Ethernet0/0 description Cable Modem Interface ip address 70.62.60.34 255.255.255.248 ip access-group 110 in no ip directed-broadcast no ip proxy-arp ip nat outside no ip mroute-cache ! interface Ethernet0/1 description LAN Interface ip address 192.168.1.1 255.255.255.0 no ip directed-broadcast ip nat inside no ip mroute-cache ! ip default-gateway 70.62.60.34 ip nat translation timeout 300 ip nat translation tcp-timeout 300 ip nat translation dns-timeout 30 ip nat pool natpool 70.62.60.34 70.62.60.38 netmask 255.255.255.248 ip nat inside source list 102 interface Ethernet0/0 overload ip nat inside source static 192.168.1.23 70.62.60.38 ip nat inside source static 192.168.1.24 70.62.60.37 ip nat inside source static 192.168.1.4 70.62.60.36 ip classless ip route 0.0.0.0 0.0.0.0 Ethernet0/0 ! access-list 10 permit 192.168.1.0 0.0.0.255 access-list 10 permit 10.0.0.0 0.0.0.255 access-list 10 permit 70.0.0.0 0.0.0.255 access-list 99 permit any access-list 102 permit ip 192.168.1.0 0.0.0.255 any access-list 110 permit tcp any any established access-list 110 permit tcp any host 70.62.60.38 eq www access-list 110 permit tcp any host 70.62.60.37 eq www access-list 110 permit tcp any host 70.62.60.36 eq www access-list 110 permit tcp any host 70.62.60.36 eq 1723 access-list 110 permit gre any host 70.62.60.36 access-list 110 permit icmp any any access-list 110 permit gre any any access-list 110 permit tcp any any eq 1723 access-list 110 permit esp any any access-list 110 permit udp any eq isakmp any access-list 110 permit ahp any any

! line con 0 transport input none line aux 0 line vty 0 4 password 7 login ! end

Doug McIntyre wrote:

formatting link

Reply to
cmartindale

You will want to remove the first line from your configuration.

Once you do that, what happens if you try to ping an IP address on the Internet from the router?

-jav

Reply to
Javier Henderson

I removed the default-gateway line and tried pinging

ping 64.233.167.99

Type escape sequence to abort. Send> > ip default-gateway 70.62.60.34

Reply to
cmartindale

How about "sh ip route"?

Take things one step at a time. Can the router ping its' default gateway? Can a host behind the router ping the router, and then the router's default gateway?

Reply to
John Oliver

The default-gateway statement is only for layer-2 things, not routers.

I can ping that IP from here, so if you can't ping it from your router, there's something else wrong, not accounting for the NAT at all.

Does your cable connection require PPPoE to talk? Do you have the correct default gateway? Do your interfaces show up?

Right now, you should investigate connectivity for the router out to the Net.

Reply to
Doug McIntyre

Everyone,

Thanks for the help. I figured out the issue.

It turns out that the following line needed to be changed:

ip route 0.0.0.0 0.0.0.0 Ethernet0/0

to

ip route 0.0.0.0 0.0.0.0

Once I did that, it routed correctly out to the world.

Thanks again,

Chris

Doug Mc> >I removed the default-gateway line and tried pinging

Reply to
cmartindale

Does anyone know what would cause the router to seemingly pause its connection for minutes at a time? I can still resolve IP addresses, ping hosts, etc, but thats the extent of my connectivity at points.

When it happens I can't browse the web, check my email, connect to an IM network, or anything else. My office staff is ready to lynch me because of these issues.

Reply to
cmartindale

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.