I am having an issue connecting to a device via port forward from another network Announcing...

Trying to understand entropy as a novice in thermodynamics

How much damage would a cupful of neutron star matter do to the Earth?

White walkers, cemeteries and wights

Did pre-Columbian Americans know the spherical shape of the Earth?

Monty Hall Problem-Probability Paradox

Tips to organize LaTeX presentations for a semester

Was Kant an Intuitionist about mathematical objects?

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?

How many time has Arya actually used Needle?

What does 丫 mean? 丫是什么意思?

How to ask rejected full-time candidates to apply to teach individual courses?

How to write capital alpha?

Why weren't discrete x86 CPUs ever used in game hardware?

Is it dangerous to install hacking tools on my private linux machine?

Why are vacuum tubes still used in amateur radios?

Why is std::move not [[nodiscard]] in C++20?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

Understanding p-Values using an example

Google .dev domain strangely redirects to https

How can god fight other gods?

Putting class ranking in CV, but against dept guidelines

Most effective melee weapons for arboreal combat? (pre-gunpowder technology)

Can you force honesty by using the Speak with Dead and Zone of Truth spells together?



I am having an issue connecting to a device via port forward from another network



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Connect to Computers in different router networkNeed iptables commands to permit all WAN originating traffic to enter the LAN side of a routermodem and two routers configurationAccess ssh server behind two routersCan't connect via LuCI or SSH from WAN side network to Raspberry Pi 1B running OpenWRT 14.07How can I access devices on another router's network100Mbps internet line go down to 10Mbps on second routerAccess/forward port to server on secondary LAN-to-WAN subnet from the main subnet in a cascaded networkSeparate network with second router behind openmesh/cloudtrax site?Linux with 2 interfaces, select default outbound for devices in same lan





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I am having some type of routing problem where I cannot
connect to a Raspberry pi via a port forward behind a Wi-Fi
router. I have a network set up consisting of a Comcast Wi-Fi
router (connected to the Internet). To extend my Wi-Fi range,
I have two additional routers, both connected to the Comcast
router via Ethernet. My network layout is below (excuse the
simple ASCII art).




  • My laptop is connected via Wi-Fi to Router1 on its LAN side.

  • The RPi is connected via Ethernet to Router2 on its LAN side.


    • The RPi's SSH port (22) is port-forwarded from Router2 as port 3333

      (so for example, from the laptop I use ssh pi@1.1.1.20 -p 3333)






 ------------
Laptop - - - - -
2.2.2.100
___________ |
[____________]
|

/ / /
+----------------+ +----------------+ +----------------+
| Comcast | | Router1 | | Router2 |
| Wi-Fi AP | | Wi-Fi AP | | Wi-Fi AP |
| LAN:1.1.1.1/24 | | LAN:2.2.2.1/24 | | LAN:3.3.3.1/24 |
| | | WAN:1.1.1.10 | | WAN:1.1.1.20 |
+----------------+ +----------------+ +----------------+
| | | | |
| +-----------------+------------------+ |
| |
| |
Internet +-----------+
| Rasp Pi |
| 3.3.3.100 |
+-----------+


This is where I have the problem. SSH to the RPi using the
forwarded port does not seem to work from my laptop behind
Router1. If I move my laptop to connect directly to the
Comcast Router (where it has an IP address from the Comcast
router of 1.1.1.100), then everything works great.



Does Comcast simply not allow the connection due to it being
behind a router? I don't have any firewall rules set up that
block any of this traffic—I can only assume it's a routing
issue at the Comcast AP.










share|improve this question









New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

    – Larryc
    48 mins ago




















0















I am having some type of routing problem where I cannot
connect to a Raspberry pi via a port forward behind a Wi-Fi
router. I have a network set up consisting of a Comcast Wi-Fi
router (connected to the Internet). To extend my Wi-Fi range,
I have two additional routers, both connected to the Comcast
router via Ethernet. My network layout is below (excuse the
simple ASCII art).




  • My laptop is connected via Wi-Fi to Router1 on its LAN side.

  • The RPi is connected via Ethernet to Router2 on its LAN side.


    • The RPi's SSH port (22) is port-forwarded from Router2 as port 3333

      (so for example, from the laptop I use ssh pi@1.1.1.20 -p 3333)






 ------------
Laptop - - - - -
2.2.2.100
___________ |
[____________]
|

/ / /
+----------------+ +----------------+ +----------------+
| Comcast | | Router1 | | Router2 |
| Wi-Fi AP | | Wi-Fi AP | | Wi-Fi AP |
| LAN:1.1.1.1/24 | | LAN:2.2.2.1/24 | | LAN:3.3.3.1/24 |
| | | WAN:1.1.1.10 | | WAN:1.1.1.20 |
+----------------+ +----------------+ +----------------+
| | | | |
| +-----------------+------------------+ |
| |
| |
Internet +-----------+
| Rasp Pi |
| 3.3.3.100 |
+-----------+


This is where I have the problem. SSH to the RPi using the
forwarded port does not seem to work from my laptop behind
Router1. If I move my laptop to connect directly to the
Comcast Router (where it has an IP address from the Comcast
router of 1.1.1.100), then everything works great.



Does Comcast simply not allow the connection due to it being
behind a router? I don't have any firewall rules set up that
block any of this traffic—I can only assume it's a routing
issue at the Comcast AP.










share|improve this question









New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

    – Larryc
    48 mins ago
















0












0








0








I am having some type of routing problem where I cannot
connect to a Raspberry pi via a port forward behind a Wi-Fi
router. I have a network set up consisting of a Comcast Wi-Fi
router (connected to the Internet). To extend my Wi-Fi range,
I have two additional routers, both connected to the Comcast
router via Ethernet. My network layout is below (excuse the
simple ASCII art).




  • My laptop is connected via Wi-Fi to Router1 on its LAN side.

  • The RPi is connected via Ethernet to Router2 on its LAN side.


    • The RPi's SSH port (22) is port-forwarded from Router2 as port 3333

      (so for example, from the laptop I use ssh pi@1.1.1.20 -p 3333)






 ------------
Laptop - - - - -
2.2.2.100
___________ |
[____________]
|

/ / /
+----------------+ +----------------+ +----------------+
| Comcast | | Router1 | | Router2 |
| Wi-Fi AP | | Wi-Fi AP | | Wi-Fi AP |
| LAN:1.1.1.1/24 | | LAN:2.2.2.1/24 | | LAN:3.3.3.1/24 |
| | | WAN:1.1.1.10 | | WAN:1.1.1.20 |
+----------------+ +----------------+ +----------------+
| | | | |
| +-----------------+------------------+ |
| |
| |
Internet +-----------+
| Rasp Pi |
| 3.3.3.100 |
+-----------+


This is where I have the problem. SSH to the RPi using the
forwarded port does not seem to work from my laptop behind
Router1. If I move my laptop to connect directly to the
Comcast Router (where it has an IP address from the Comcast
router of 1.1.1.100), then everything works great.



Does Comcast simply not allow the connection due to it being
behind a router? I don't have any firewall rules set up that
block any of this traffic—I can only assume it's a routing
issue at the Comcast AP.










share|improve this question









New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am having some type of routing problem where I cannot
connect to a Raspberry pi via a port forward behind a Wi-Fi
router. I have a network set up consisting of a Comcast Wi-Fi
router (connected to the Internet). To extend my Wi-Fi range,
I have two additional routers, both connected to the Comcast
router via Ethernet. My network layout is below (excuse the
simple ASCII art).




  • My laptop is connected via Wi-Fi to Router1 on its LAN side.

  • The RPi is connected via Ethernet to Router2 on its LAN side.


    • The RPi's SSH port (22) is port-forwarded from Router2 as port 3333

      (so for example, from the laptop I use ssh pi@1.1.1.20 -p 3333)






 ------------
Laptop - - - - -
2.2.2.100
___________ |
[____________]
|

/ / /
+----------------+ +----------------+ +----------------+
| Comcast | | Router1 | | Router2 |
| Wi-Fi AP | | Wi-Fi AP | | Wi-Fi AP |
| LAN:1.1.1.1/24 | | LAN:2.2.2.1/24 | | LAN:3.3.3.1/24 |
| | | WAN:1.1.1.10 | | WAN:1.1.1.20 |
+----------------+ +----------------+ +----------------+
| | | | |
| +-----------------+------------------+ |
| |
| |
Internet +-----------+
| Rasp Pi |
| 3.3.3.100 |
+-----------+


This is where I have the problem. SSH to the RPi using the
forwarded port does not seem to work from my laptop behind
Router1. If I move my laptop to connect directly to the
Comcast Router (where it has an IP address from the Comcast
router of 1.1.1.100), then everything works great.



Does Comcast simply not allow the connection due to it being
behind a router? I don't have any firewall rules set up that
block any of this traffic—I can only assume it's a routing
issue at the Comcast AP.







networking router routing






share|improve this question









New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago









Scott

16.2k113990




16.2k113990






New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









MidniteCommanderMidniteCommander

1




1




New contributor




MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






MidniteCommander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

    – Larryc
    48 mins ago





















  • Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

    – Larryc
    48 mins ago



















Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

– Larryc
48 mins ago







Is router 1 set to allow all outbound traffic? I know it should be, by default, but maybe you have that turned off(?). With laptop behind R1, can you ping 3.3.3.1?

– Larryc
48 mins ago












0






active

oldest

votes












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
});


}
});






MidniteCommander is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427834%2fi-am-having-an-issue-connecting-to-a-device-via-port-forward-from-another-networ%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








MidniteCommander is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















MidniteCommander is a new contributor. Be nice, and check out our Code of Conduct.













MidniteCommander is a new contributor. Be nice, and check out our Code of Conduct.












MidniteCommander is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427834%2fi-am-having-an-issue-connecting-to-a-device-via-port-forward-from-another-networ%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...