01-30-2019 02:49 AM
Hi,
I am currently working on a project this week which involves me using PT to configure a firewall. I have my two networks that individually work just fine however, trying to get the routing alone to work is proving much harder than I first thought.
I am not asking for this to be done for me as this is an assessed project. However, if someone could prod the network and see if I've made some obvious mistakes that would be great.
The Networks:
Branch: 192.168.1.0 / 255.255.255.192
HQ: 192.168.0.0 / 255.255.255.0
Connection between networks: 192.168.2.0 / 255.255.255.252
I configures the routes as follows: HQ router: 'ip route 192.168.1.0 255.255.255.192 192.168.2.2' with the same sort of configuration on the opposite side.
TIA.
01-30-2019 03:13 AM - edited 01-30-2019 03:14 AM
Without a diagram it is not totally clear but sounds like you have the right idea -
HQ -
ip route 192.168.1.0 255.255.255.0 192.168.2.2 (assuming 192.168.2.2 is the branch end)
Branch
ip route 192.168.0.0 255.255.255.0 192.168.2.1 (assuming that is HQ end)
Jon
01-30-2019 03:34 AM
Jon,
Exactly what I have done. Thanks for taking a look but i am still royally stumped on what more I could change.
Thank you anyway.
LKY
01-30-2019 03:50 AM
01-30-2019 05:54 AM
02-18-2020 06:57 AM
Hi, did you find a solution to this problem? I am looking at something similar and would like to know how you fixed it.
@LKY wrote:I thought I attached it the first time, apologies.
Thanks.
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