Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
We also need a reverse route on PC1
route add 10.10.10.2 mask 255.255.255.255 192.168.2.1
Well, in general, default gateways are enough in this configuration.
On PC1 192.168.2.1
On PC2 10.10.10.2 respectively
Routes:
on PC1: route add 10.10.10.3 255.255.255.255 192.168.2.1
on PC2: route add 192.168.2.2 255.255.255.255 10.10.10.2
Perhaps it would be better to use routes not to hosts, but to networks, then like this:
on PC1: route add 10.10.10.0 255.255.255.0 192.168.2.1
on PC2: route add 192.168.2.0 255.255.255.0 10.10.10.2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question