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

Problems with Routing I THINK! On a cisco 3600

Status
Not open for further replies.

mekmiotek

IS-IT--Management
Nov 15, 2005
5
US
Hello folks,
Im just getting my feet wet in the networking world so bear with me. I was given a cisco 3600 Router with 2 fast ethernet modules a TR mod and a hssi module. I was also given a 3500 catalyst 24 port switch. This stuff was given to me when I got laid off at my last job because the network guy I worked with knew I was interested in learning the stuff. Anyway Im just starting to play with them now in preperation for my CCNA cert course. Trying to learn as much as possible before I even take the course :). On to my problem....

I have a cable modem coming into my house, connected to a linksys router, and a linksys switch. I have like 5 various pcs running off them.

I hooked a cable from the linksys switch into the Fast 0/0 interface on the cisco router.I gave that int a ip address of 192.168.1.49/24. All seems ok there, I can telnet into that address from my network.

I assigned FastEthernet 1/0 192.168.2.49/24. I hooked a cable from fastethernet 1/0 into the 3500 switch.

I gave the switch a vlan1 and an ip address of 192.168.2.100, figuring to put it on the same subnet as the fastethernet 1/0 thats its plugged into.

I can telnet into the switch from the cisco router, but not from anywhere else on my network. I get no ping replies when I try and ping 192.168.2.49, or 192.168.2.100 from anywhere on the network except the router that is directly plugged into it. Is the router not routing correctly? I can post the configuration files if that would help. Configs coming shortly...
 
Router config...


Current configuration : 1370 bytes
!
! Last configuration change at 22:32:13 UTC Mon Nov 14 2005
! NVRAM config last updated at 14:09:20 UTC Mon Nov 14 2005
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname MattsHouse
!
enable secret 5 $1$lNl2$bGrMM5MvcSZK2UvRXlCT/1
!
username braul privilege 15 password 7 0759714342000F004142
ip subnet-zero
!
!
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.49 255.255.255.0
loopback
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 192.168.2.49 255.255.255.0
loopback
duplex auto
speed auto
!
interface TokenRing1/0
no ip address
shutdown
ring-speed 16
!
interface Hssi2/0
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 0.0.0.0 0.0.0.0 192.168.2.100
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
ip route 0.0.0.0 0.0.0.0 FastEthernet1/0
ip http server
ip http authentication local
ip pim bidir-enable
!
!
!
dial-peer cor custom
!
!
!
banner motd ^C This router is all FUCKED up!!
^C
!
line con 0
line aux 0
line vty 0
privilege level 15
password 7 1511021F0725
login local
transport input telnet
line vty 1
privilege level 15
password 7 1511021F0725
login local
history size 25
transport input telnet
line vty 2 4
privilege level 15
password 7 1511021F0725
login local
transport input telnet
!
end
 
Ok everyone call off the hounds, I think Its taken care of. For anyone who is interested on my stupidity, I had to set my LINKSYS router to forward packets from 192.168.2.0 to the 192.168.1.49, and it solved the problem. Sometimes you just have to think about it a little bit I guess :D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top