Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up Lab behind Linksys router

Status
Not open for further replies.

ciscowanab

Technical User
Nov 13, 2002
5
US
My friend & I have chipped in on some routers to study cisco. We need help setting it up behind the linksys router.
The cisco 2511 has all cables to the other routers and works fine on the lan side but cannot be accessed from the WAN side. Straight throught cable to port 4, E 0 = 192.168.1.200 255.255.255.0

Linksys setup:
DHCP disabled >>PCs have static ip,dns,& gateway 192.168.1.1
Block WAN request disabled
Multicast Pass Through: Enable
IPSec Pass Through: Enable
PPTP Pass Through: Enable

Port forward 23 to 192.168.1.200 [E0 of the 2511]

Com_Serv#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password- encryption
service tcp-small-servers
!
hostname Com_Serv
!
enable secret 5 $1$04dk$K58R2ZloenVQDUpIG1LcS.
!
ip subnet-zero
no ip domain-lookup
ip host r1 2001 1.1.1.1
ip host r2 2002 1.1.1.1
ip host r3 2003 1.1.1.1
ip host r4 2004 1.1.1.1
ip host r5 2005 1.1.1.1
ip host r6 2006 1.1.1.1
ip host r7 2007 1.1.1.1
ip host r8 2008 1.1.1.1
!
interface Loo
ip address 1.1.1.1 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
interface Ethernet0
ip address 192.168.1.200 255.255.255.0 secondary
ip address 192.168.0.200 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
interface Serial0
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
shutdown
!
ip classless
!
line con 0
exec-timeout 0 0
password edited
login
transport input none
line 1 16
transport input all
line aux 0
transport input all
line vty 0 4
exec-timeout 0 0
password edited
login
!
end


Any help would be appreciated.
Thanks
 
I don't know anything about Linksys routers, but I would be careful with that secondary address config. But more importantly right now, I don't see a routing protocol or any static routes. How would the Cisco know how to reach destinations not directly connected?
 
Ok just an update. I removed seconday add and added default route and disabled split-horizon E0

Com_Serv#sh ip rou
blah...blah

Gateway of last resort is 192.168.1.1 to network 0.0.0.0

1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
C 192.168.1.0/24 is directly connected, Ethernet0
S* 0.0.0.0/0 [1/0] via 192.168.1.1
Com_Serv#

It seems I can ping the outside world. I have to test it.
If I missed anythin let me know.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top