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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisso Lab setup

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
 
Maybe try putting the Cisco router on the DMZ? If you do not like my post feel free to point out your opinion or my errors.
 
Dah!!!

I disabled split-horizon on E0 and it works fine.

Dah!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top