cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
487
Views
0
Helpful
3
Replies

Need assistance in Communication between 3 PCs

sabregod
Level 1
Level 1

Hi all,

Basically, I'm new to Cisco so please bare with me. I can ping between PC2 and PC3. But I don't know how can I let these 3 PCs communicate especially with PC1. Since PC1 has to be in different subnet. I haven't configured any of the switch or router because I have no idea what to do. I also haven't filled the default gateway of the 3 PCs because I might mess it up. Any pointers will be greatly appreciated.

 

See image -> https://i.imgur.com/2jFp2ZS.png

3 Replies 3

Hi,

You need to run this script on your router.  I´m supposing your interface number considering you did not inform it. So, replace this interface number by real router interface.

 Then, ping and let me know if that´s ok.

 

conf t
int fa 1/0
ip add 192.168.0.1 255.255.255.0
int fa 1/1
no shut
ip add 10.0.0.2 255.128.0.0
exit

It doesn't ping. Maybe I need to add a Default Gateway?

Yes. On each PC, you can put the corresponding router interface as default gateway.

   Default gateways is necessary when you want to communicate with an IP that does not belong to the same IP range of yours. In our scenário, PC1 needs default gateway to get to PC2 and PC3 because PC1 belongs to a different network segment.

 Try this and let me know.

Review Cisco Networking for a $25 gift card