How to access a device within a WiFi AP from outside?
I have three devices: A desktop, a server (local), and a laptop. My server and laptop are connected through a WiFi device (My server should be on LAN, but some other issues prevent me from doing that right now), while the desktop is hooked up to LAN (which the WiFi AP is also connected to). I can SSH into the server from my laptop easily, but I cannot access the server from my desktop. This is what my setup looks like (example IPs):
LAN (internet, DHCP)
/
Desktop (192.60.12.4) WiFi AP (192.60.12.2, DHCP)
/
Laptop Server (192.168.1.64, static)
What I need to do is setup the WiFi AP to provide access to the server from the outside. Unfortunately, port forwarding settings on the WiFi AP seem to only work in the opposite direction (e.g allows accessing desktop from within WiFi). Here's a screenshot of my router port forwarding page. It's a NanoStation M2 (running airOS). How do I get the server to be accessible to the desktop?
EDIT: I have no clue how the internet setup works - this was handed to me (I moved in). I'd be happy to share more information, but I don't know enough to provide the info without some directions.
wireless-networking router port-forwarding
add a comment |
I have three devices: A desktop, a server (local), and a laptop. My server and laptop are connected through a WiFi device (My server should be on LAN, but some other issues prevent me from doing that right now), while the desktop is hooked up to LAN (which the WiFi AP is also connected to). I can SSH into the server from my laptop easily, but I cannot access the server from my desktop. This is what my setup looks like (example IPs):
LAN (internet, DHCP)
/
Desktop (192.60.12.4) WiFi AP (192.60.12.2, DHCP)
/
Laptop Server (192.168.1.64, static)
What I need to do is setup the WiFi AP to provide access to the server from the outside. Unfortunately, port forwarding settings on the WiFi AP seem to only work in the opposite direction (e.g allows accessing desktop from within WiFi). Here's a screenshot of my router port forwarding page. It's a NanoStation M2 (running airOS). How do I get the server to be accessible to the desktop?
EDIT: I have no clue how the internet setup works - this was handed to me (I moved in). I'd be happy to share more information, but I don't know enough to provide the info without some directions.
wireless-networking router port-forwarding
add a comment |
I have three devices: A desktop, a server (local), and a laptop. My server and laptop are connected through a WiFi device (My server should be on LAN, but some other issues prevent me from doing that right now), while the desktop is hooked up to LAN (which the WiFi AP is also connected to). I can SSH into the server from my laptop easily, but I cannot access the server from my desktop. This is what my setup looks like (example IPs):
LAN (internet, DHCP)
/
Desktop (192.60.12.4) WiFi AP (192.60.12.2, DHCP)
/
Laptop Server (192.168.1.64, static)
What I need to do is setup the WiFi AP to provide access to the server from the outside. Unfortunately, port forwarding settings on the WiFi AP seem to only work in the opposite direction (e.g allows accessing desktop from within WiFi). Here's a screenshot of my router port forwarding page. It's a NanoStation M2 (running airOS). How do I get the server to be accessible to the desktop?
EDIT: I have no clue how the internet setup works - this was handed to me (I moved in). I'd be happy to share more information, but I don't know enough to provide the info without some directions.
wireless-networking router port-forwarding
I have three devices: A desktop, a server (local), and a laptop. My server and laptop are connected through a WiFi device (My server should be on LAN, but some other issues prevent me from doing that right now), while the desktop is hooked up to LAN (which the WiFi AP is also connected to). I can SSH into the server from my laptop easily, but I cannot access the server from my desktop. This is what my setup looks like (example IPs):
LAN (internet, DHCP)
/
Desktop (192.60.12.4) WiFi AP (192.60.12.2, DHCP)
/
Laptop Server (192.168.1.64, static)
What I need to do is setup the WiFi AP to provide access to the server from the outside. Unfortunately, port forwarding settings on the WiFi AP seem to only work in the opposite direction (e.g allows accessing desktop from within WiFi). Here's a screenshot of my router port forwarding page. It's a NanoStation M2 (running airOS). How do I get the server to be accessible to the desktop?
EDIT: I have no clue how the internet setup works - this was handed to me (I moved in). I'd be happy to share more information, but I don't know enough to provide the info without some directions.
wireless-networking router port-forwarding
wireless-networking router port-forwarding
edited Jan 28 at 15:20
ARaspiK
asked Jan 27 at 10:13
ARaspiKARaspiK
262
262
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As seen in the image, you have configured the WiFi device not as an AP, but as a SOHO Router
. Since you don't want the NAT functionality, I recommend you reconfigure to Access Point
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
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%2f1398891%2fhow-to-access-a-device-within-a-wifi-ap-from-outside%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
As seen in the image, you have configured the WiFi device not as an AP, but as a SOHO Router
. Since you don't want the NAT functionality, I recommend you reconfigure to Access Point
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
add a comment |
As seen in the image, you have configured the WiFi device not as an AP, but as a SOHO Router
. Since you don't want the NAT functionality, I recommend you reconfigure to Access Point
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
add a comment |
As seen in the image, you have configured the WiFi device not as an AP, but as a SOHO Router
. Since you don't want the NAT functionality, I recommend you reconfigure to Access Point
As seen in the image, you have configured the WiFi device not as an AP, but as a SOHO Router
. Since you don't want the NAT functionality, I recommend you reconfigure to Access Point
answered Jan 27 at 10:34
Eugen RieckEugen Rieck
10.2k22228
10.2k22228
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
add a comment |
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
Switching from "SOHO Router" to "Router", or even just disabling NAT, prevents Internet access through WiFi.
– ARaspiK
Jan 27 at 14:07
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
The OQ says nothing about Internet access - how is it provided? And of course you have to harmonize the IP ranges on wired and wireless LANs.
– Eugen Rieck
Jan 27 at 19:01
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.
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%2f1398891%2fhow-to-access-a-device-within-a-wifi-ap-from-outside%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