11-27-2018 10:04 PM - edited 03-08-2019 04:41 PM
Hi, I have 2 network network one is current office setup and the main gate way is 158.113.173.254, How the users in this networks can not communicate with each other they should reach to to main gate way. Thanks.
11-28-2018 12:59 AM
Hello,
this looks like a Packet Tracer project. Post the .pkt or .pka file so we can review your config (zip the file first before uploading)...
11-28-2018 05:21 AM
11-28-2018 06:04 AM
Hello,
I don't know what the requirements are, but Router1 and Router0 have no connectivity. You can solve this by adding an IP address to interface FastEthernet0/1, and then run a routing protocol:
Router0
!
interface FastEthernet0/1
ip address 158.113.173.253 255.255.255.0
duplex auto
speed auto
!
router rip
version 2
network 0.0.0.0
Router1
!
router rip
version 2
network 0.0.0.0
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide