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

Quick Cisco Routing Question 1

Status
Not open for further replies.

arturner

MIS
Sep 24, 2002
31
0
0
GB
Hi All,

I am setting up a test rig to simulate our 2 sister networks on a cisco 1721 modular router:

Network 1 is 192.168.9.x , I have configured the FastEthernet port IP address to be ip address 192.168.9.254 mask 255.255.255.0
Network 2 is 192.168.4.x, I have configured the Ethernet port IP address to be ip address 192.168.4.1 mask 255.255.255.0
My config is below:



Current configuration : 675 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname test
!
logging queue-limit 100
enable secret 5 $1$9MJ5$b33oPnpX/PbrDrLbicZ010
enable password **********
!
ip subnet-zero
no ip routing
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.4.1 255.255.255.0
half-duplex
!
interface FastEthernet0
ip address 192.168.9.254 255.255.255.0
speed auto
full-duplex
!
ip classless
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
password ********
login
!
no scheduler allocate
end


From a machine on Network 1, I can ping the default gateway on Network 2, but no machines inside Network 2, and vice versa.

How do I configure the router to allow traffic to pass between the 2 interfaces?

Many Thanks
Andy
 
I can't believe it was that easy.

Cheers mate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top