Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by on September 14, 2006, 6:55 pm
Please log in for more thread options internet using a Linksys WRT54G as a border router. The reason I would like to keep the linksys router on the outside of the Cisco router is to prevent wireless clients from accessing my internal network but allow them access to the internet. When I use the Config posted below I am able to ping both interfaces on the 2611, and both interfaces on the Linksys router out to the external interface but I am not able to get out to the internet. I am some what new to Cisco routers so any help with the Config would be much appreciated. The internal network IP is 192.168.x The network in between the Cisco router and Linksys router is 10.2.3.x with the internal interface on the Linksys router being 10.2.3.1 and the external interface on the Cisco router being 10.2.3.5 The internet connection has a DHCP assigned address Using 896 out of 29688 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log daletime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! no aaa new-model ip subnet-zero ip cef ! ! ! ip audit po max-events 100 ! ! interface Ethernet0/0 description WAN ip address 10.2.3.5 255.255.255.0 ip nat outside full-duplex ! interface Ethernet0/1 description LAN ip address 192.168.1.1 255.255.255.0 ip nat inside full-duplex ! ip nat pool crossbones 10.2.3.1 10.2.3.254 netmask 255.255.255.0 ip nat inside source list 7 pool crossbones overload ip http server no ip http secure-server ip classless ip route 0.0.0.0 0.0.0.0 Ethernet0/0 ! ! access-list 7 permit 192.168.1.0 0.0.0.255 access-list 7 permit 10.0.0.0 0.255.255.255 dialer-list 1 protocol ip permit ! ! line con 0 line aux 0 line vty 0 4 login ! ! end | |||||||||||||
|
Posted by James on September 15, 2006, 1:31 am
Please log in for more thread options on the Linksys? James tony.dixson@gmail.com wrote: | |||||||||||||
|
Posted by James on September 15, 2006, 1:33 am
Please log in for more thread options Sorry ignore that you are NATing on the 2600.
What happens if you change the default route on the 2600 to:- ip route 0.0.0.0 0.0.0.0 10.2.3.1 tony.dixson@gmail.com wrote: > Hello I am trying to configure a Cisco 2611 router to connect to the
> internet using a Linksys WRT54G as a border router. The reason I would > like to keep the linksys router on the outside of the Cisco router is > to prevent wireless clients from accessing my internal network but > allow them access to the internet. When I use the Config posted below > I am able to ping both interfaces on the 2611, and both interfaces on > the Linksys router out to the external interface but I am not able to > get out to the internet. I am some what new to Cisco routers so any > help with the Config would be much appreciated. > > The internal network IP is 192.168.x > The network in between the Cisco router and Linksys router is 10.2.3.x > with the internal interface on the Linksys router being 10.2.3.1 and > the external interface on the Cisco router being 10.2.3.5 > The internet connection has a DHCP assigned address > > Using 896 out of 29688 bytes > ! > version 12.3 > service timestamps debug datetime msec > service timestamps log daletime msec > no service password-encryption > ! > hostname Router > ! > boot-start-marker > boot-end-marker > ! > ! > no aaa new-model > ip subnet-zero > ip cef > ! > ! > ! > ip audit po max-events 100 > ! > ! > interface Ethernet0/0 > description WAN > ip address 10.2.3.5 255.255.255.0 > ip nat outside > full-duplex > ! > interface Ethernet0/1 > description LAN > ip address 192.168.1.1 255.255.255.0 > ip nat inside > full-duplex > ! > ip nat pool crossbones 10.2.3.1 10.2.3.254 netmask 255.255.255.0 > ip nat inside source list 7 pool crossbones overload > ip http server > no ip http secure-server > ip classless > ip route 0.0.0.0 0.0.0.0 Ethernet0/0 > ! > ! > access-list 7 permit 192.168.1.0 0.0.0.255 > access-list 7 permit 10.0.0.0 0.255.255.255 > dialer-list 1 protocol ip permit > ! > ! > > line con 0 > line aux 0 > line vty 0 4 > login > ! > ! > end | |||||||||||||
|
Posted by VeeDub on September 15, 2006, 4:41 am
Please log in for more thread options Yes, I would agree with James that you first should look at the default
route and use a next hop as opposed to an interface (e0/0). Interface in my experience should only be used on point-to-point links not multiaccess links like what you have in this case (ethernet). In addition to this, do you need to have an address pool for your NATing if you are overloading? Could you not just use the "interface" keyword so that all devices behind the 2600 at NATed to the IP of the external 2600 interface. Could test this by putting a computer on the network between th 2600 and Linksys and set up a web server on it. See if you can browse this serve then atleast. This will test your NATing, and client default gateways etc are correct. James wrote: > Sorry ignore that you are NATing on the 2600.
> > What happens if you change the default route on the 2600 to:- > > ip route 0.0.0.0 0.0.0.0 10.2.3.1 > > tony.dixson@gmail.com wrote: > > Hello I am trying to configure a Cisco 2611 router to connect to the
> > internet using a Linksys WRT54G as a border router. The reason I would > > like to keep the linksys router on the outside of the Cisco router is > > to prevent wireless clients from accessing my internal network but > > allow them access to the internet. When I use the Config posted below > > I am able to ping both interfaces on the 2611, and both interfaces on > > the Linksys router out to the external interface but I am not able to > > get out to the internet. I am some what new to Cisco routers so any > > help with the Config would be much appreciated. > > > > The internal network IP is 192.168.x > > The network in between the Cisco router and Linksys router is 10.2.3.x > > with the internal interface on the Linksys router being 10.2.3.1 and > > the external interface on the Cisco router being 10.2.3.5 > > The internet connection has a DHCP assigned address > > > > Using 896 out of 29688 bytes > > ! > > version 12.3 > > service timestamps debug datetime msec > > service timestamps log daletime msec > > no service password-encryption > > ! > > hostname Router > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > ip subnet-zero > > ip cef > > ! > > ! > > ! > > ip audit po max-events 100 > > ! > > ! > > interface Ethernet0/0 > > description WAN > > ip address 10.2.3.5 255.255.255.0 > > ip nat outside > > full-duplex > > ! > > interface Ethernet0/1 > > description LAN > > ip address 192.168.1.1 255.255.255.0 > > ip nat inside > > full-duplex > > ! > > ip nat pool crossbones 10.2.3.1 10.2.3.254 netmask 255.255.255.0 > > ip nat inside source list 7 pool crossbones overload > > ip http server > > no ip http secure-server > > ip classless > > ip route 0.0.0.0 0.0.0.0 Ethernet0/0 > > ! > > ! > > access-list 7 permit 192.168.1.0 0.0.0.255 > > access-list 7 permit 10.0.0.0 0.255.255.255 > > dialer-list 1 protocol ip permit > > ! > > ! > > > > line con 0 > > line aux 0 > > line vty 0 4 > > login > > ! > > ! > > end | |||||||||||||
|
Posted by Merv on September 15, 2006, 5:24 am
Please log in for more thread options what are you NATing on the 2600 ?
| |||||||||||||
| Similar Threads | Posted |
| Internet to a 2611 through a Linksys WRT54G | September 14, 2006, 6:55 pm |
| Linksys WRT54G v2 and iBM T40 wireless access - need help | December 3, 2005, 1:03 pm |
| Connecting a Linksys port to a Cisco 2611 | May 27, 2008, 11:11 am |
| Upgrade 2611 IOS | December 12, 2005, 3:32 pm |
| 2611 Question | December 14, 2005, 8:48 am |
| 2611 with 12.3.5 freezes. | July 4, 2005, 5:59 pm |
| 2611 with NM-16ESW | September 21, 2006, 8:16 pm |
| HELP WITH CISCO 2611 ARP | December 20, 2006, 6:43 pm |
| Router 2611 with two T1 | March 2, 2007, 9:51 am |
| questions about upgrading old 2611 to 12.3 | July 17, 2005, 7:11 pm |
| 2611 routing performance | October 4, 2005, 3:14 am |
| Cisco 2611 NAT Configuration | April 11, 2007, 4:03 pm |
| 2611 loading issue | March 31, 2008, 2:16 pm |
| 2611 flash issue | April 28, 2008, 12:55 pm |
| 2611 flash issue | April 28, 2008, 12:57 pm |

Internet to a 2611 through a Linksys WRT54G
Yahoo!
Windows Live
del.icio.us
digg
Netscape 






> internet using a Linksys WRT54G as a border router. The reason I would
> like to keep the linksys router on the outside of the Cisco router is
> to prevent wireless clients from accessing my internal network but
> allow them access to the internet. When I use the Config posted below
> I am able to ping both interfaces on the 2611, and both interfaces on
> the Linksys router out to the external interface but I am not able to
> get out to the internet. I am some what new to Cisco routers so any
> help with the Config would be much appreciated.
>
> The internal network IP is 192.168.x
> The network in between the Cisco router and Linksys router is 10.2.3.x
> with the internal interface on the Linksys router being 10.2.3.1 and
> the external interface on the Cisco router being 10.2.3.5
> The internet connection has a DHCP assigned address
>
> Using 896 out of 29688 bytes
> !
> version 12.3
> service timestamps debug datetime msec
> service timestamps log daletime msec
> no service password-encryption
> !
> hostname Router
> !
> boot-start-marker
> boot-end-marker
> !
> !
> no aaa new-model
> ip subnet-zero
> ip cef
> !
> !
> !
> ip audit po max-events 100
> !
> !
> interface Ethernet0/0
> description WAN
> ip address 10.2.3.5 255.255.255.0
> ip nat outside
> full-duplex
> !
> interface Ethernet0/1
> description LAN
> ip address 192.168.1.1 255.255.255.0
> ip nat inside
> full-duplex
> !
> ip nat pool crossbones 10.2.3.1 10.2.3.254 netmask 255.255.255.0
> ip nat inside source list 7 pool crossbones overload
> ip http server
> no ip http secure-server
> ip classless
> ip route 0.0.0.0 0.0.0.0 Ethernet0/0
> !
> !
> access-list 7 permit 192.168.1.0 0.0.0.255
> access-list 7 permit 10.0.0.0 0.255.255.255
> dialer-list 1 protocol ip permit
> !
> !
>
> line con 0
> line aux 0
> line vty 0 4
> login
> !
> !
> end