02-18-2020 03:42 AM
Hello guys!
Im currently struggling creating a connection between two different sites. The purpose is that there are two different networks in two different cities. Btw Im pretty new to Cisco Packet Tracer
First site with 1841 Router (IPv4: 192.168.75.1), 2nd Stite is a HomeRouter PT-AC (IPv4: 192.168.76.1).
I want to establish connection with both sites through a leased line.
I have already configured the router1 (CLI) and router2 (GUI). (Hopefully correct config).
What kind of modules are recommended for router1?
Let me know if there is more information I will need to provide in order to get the best help possible! :)
Anyone out there with experience that would like to help a fellow out?
Much appreciated, thanks in advance!
02-18-2020 05:50 AM
So here you would like use LES circuit.
The configuration is similar to a normal router interface Fast ethernet configuration.
Its just normal cross over cable,
lets assume the following setup
RA----------fa1/0-R1-fa0/0-------------fa0/0-R2-fa1/0--------RB
10.0.0.0 20.0.0.0
R1 and R2 is your router and RA and RB is other network routers.
R1 Configuration :
conf t
interface fa0/0
ip address 192.168.75.1 255.255.0.0
no shutdown
exit
interface fa1/0
ip address 10.0.0.2 255.0.0.0.0
no shutdown
ip route 20.0.0.0 0.0.0.255 192.168.76.1
R2 Configuration :
conf t
interface fa0/0
ip address 192.168.76.1 255.255.0.0
no shutdown
exit
interface fa1/0
ip address 20.0.0.2 255.0.0.0.0
no shutdown
ip route 10.0.0.0 0.0.0.255 192.168.75.1
02-18-2020 05:52 AM
Hello,
is this a Packet Tracer project ? If so, post the zipped .pkt file here...
02-18-2020 05:54 AM
I use GNS3, but i believe you can just copy paste the command in your packet tracer just changing the interface.
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