How can I communicate across a VPN trust boundary on my home network?
I have a primary network that is connected directly to my modem. Primary gateway: 192.168.0.1.
From my primary router, I have another router connected. It has an IP address of 192.168.0.100 on the primary network but also has its own DHCP server enabled.
Secondary gateway: 192.168.1.1.
My computers are connected to the primary gateway. I have my TVs and NAS connected to my secondary gateway.
Occasionally (not often), I need to my computers to communicate with the NAS in order to transfer some files.
How can I get from 192.168.0.x to 192.168.1.x?
Some additional information.
The secondary gateway is used for a VPN. So that all connections on that go through a VPN which is installed on the router. I want the traffic on my primary network to go through without a VPN and the traffic on the secondary network to go through the VPN.
vpn routing
add a comment |
I have a primary network that is connected directly to my modem. Primary gateway: 192.168.0.1.
From my primary router, I have another router connected. It has an IP address of 192.168.0.100 on the primary network but also has its own DHCP server enabled.
Secondary gateway: 192.168.1.1.
My computers are connected to the primary gateway. I have my TVs and NAS connected to my secondary gateway.
Occasionally (not often), I need to my computers to communicate with the NAS in order to transfer some files.
How can I get from 192.168.0.x to 192.168.1.x?
Some additional information.
The secondary gateway is used for a VPN. So that all connections on that go through a VPN which is installed on the router. I want the traffic on my primary network to go through without a VPN and the traffic on the secondary network to go through the VPN.
vpn routing
add a comment |
I have a primary network that is connected directly to my modem. Primary gateway: 192.168.0.1.
From my primary router, I have another router connected. It has an IP address of 192.168.0.100 on the primary network but also has its own DHCP server enabled.
Secondary gateway: 192.168.1.1.
My computers are connected to the primary gateway. I have my TVs and NAS connected to my secondary gateway.
Occasionally (not often), I need to my computers to communicate with the NAS in order to transfer some files.
How can I get from 192.168.0.x to 192.168.1.x?
Some additional information.
The secondary gateway is used for a VPN. So that all connections on that go through a VPN which is installed on the router. I want the traffic on my primary network to go through without a VPN and the traffic on the secondary network to go through the VPN.
vpn routing
I have a primary network that is connected directly to my modem. Primary gateway: 192.168.0.1.
From my primary router, I have another router connected. It has an IP address of 192.168.0.100 on the primary network but also has its own DHCP server enabled.
Secondary gateway: 192.168.1.1.
My computers are connected to the primary gateway. I have my TVs and NAS connected to my secondary gateway.
Occasionally (not often), I need to my computers to communicate with the NAS in order to transfer some files.
How can I get from 192.168.0.x to 192.168.1.x?
Some additional information.
The secondary gateway is used for a VPN. So that all connections on that go through a VPN which is installed on the router. I want the traffic on my primary network to go through without a VPN and the traffic on the secondary network to go through the VPN.
vpn routing
vpn routing
edited Dec 16 at 21:21
Spiff
76.5k10116161
76.5k10116161
asked Dec 16 at 20:42
Frankie
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
(Step 3 from https://www.techwalla.com/articles/how-to-connect-computers-that-are-on-2-different-subnets)
Enable a routing protocol in each subnet's router. Options include Routing Information Protocol (RIP), Open Shortest Path First (OSPF) or, on Cisco-based switches, Interior Gateway Routing Protocol (IGRP).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1385074%2fhow-can-i-communicate-across-a-vpn-trust-boundary-on-my-home-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
(Step 3 from https://www.techwalla.com/articles/how-to-connect-computers-that-are-on-2-different-subnets)
Enable a routing protocol in each subnet's router. Options include Routing Information Protocol (RIP), Open Shortest Path First (OSPF) or, on Cisco-based switches, Interior Gateway Routing Protocol (IGRP).
add a comment |
(Step 3 from https://www.techwalla.com/articles/how-to-connect-computers-that-are-on-2-different-subnets)
Enable a routing protocol in each subnet's router. Options include Routing Information Protocol (RIP), Open Shortest Path First (OSPF) or, on Cisco-based switches, Interior Gateway Routing Protocol (IGRP).
add a comment |
(Step 3 from https://www.techwalla.com/articles/how-to-connect-computers-that-are-on-2-different-subnets)
Enable a routing protocol in each subnet's router. Options include Routing Information Protocol (RIP), Open Shortest Path First (OSPF) or, on Cisco-based switches, Interior Gateway Routing Protocol (IGRP).
(Step 3 from https://www.techwalla.com/articles/how-to-connect-computers-that-are-on-2-different-subnets)
Enable a routing protocol in each subnet's router. Options include Routing Information Protocol (RIP), Open Shortest Path First (OSPF) or, on Cisco-based switches, Interior Gateway Routing Protocol (IGRP).
answered Dec 16 at 21:18
Finn Henderson
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1385074%2fhow-can-i-communicate-across-a-vpn-trust-boundary-on-my-home-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown