MikroTik hAP lite port forwarding The Next CEO of Stack OverflowPort forwarding Router Port...
When you upcast Blindness/Deafness, do all targets suffer the same effect?
Find non-case sensitive string in a mixed list of elements?
Legal workarounds for testamentary trust perceived as unfair
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Is a distribution that is normal, but highly skewed considered Gaussian?
How to prove a simple equation?
Rotate a column
What was the first Unix version to run on a microcomputer?
How to install OpenCV on Raspbian Stretch?
How I can get glyphs from a fraktur font and use them as identifiers?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
What connection does MS Office have to Netscape Navigator?
How is this set of matrices closed under multiplication?
Is it professional to write unrelated content in an almost-empty email?
Why isn't the Mueller report being released completely and unredacted?
Axiom Schema vs Axiom
How to check if all elements of 1 list are in the *same quantity* and in any order, in the list2?
How to count occurrences of text in a file?
Can we say or write : "No, it'sn't"?
Unclear about dynamic binding
Make solar eclipses exceedingly rare, but still have new moons
Where do students learn to solve polynomial equations these days?
Is it convenient to ask the journal's editor for two additional days to complete a review?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
MikroTik hAP lite port forwarding
The Next CEO of Stack OverflowPort forwarding Router Port Forwarding and SSHForward a port to all users in Mikrotik RouterOShowto do a port forwarding on a windows 2012 serverForward SSH port - Connect from other placeMikrotik route internet traffic from one interface via vpnIssues accessing webpage even with Port Forwarding enabled on PPPoE WANAccessing server behind Mikrotik L2TP/IPSec ClientPort forwarding with and without ISP CGN/NAT(Apparently) not all port forwarding rules working in nested network
I bought the MikroTik hAP lite some weeks ago.
My network seems to be pretty simple:
I got a dynamic WAN-IP (with dyndns) - the hAP Lite (192.168.88.1) - my notebook (192.168.88.240).
Now I'm trying to forward a port range to my notebook. (e.g. 4500 - 4510)
What I already tried is to add a rule under IP -> Firewall -> NAT which has the following setting:
- Chain: dstnat
- Protocol: 6 (tcp)
- Dst-Port: 4500-4510
- In. Interface: ether1 (my WAN interface)
- Action: dst-nat
- To Adresses: 192.168.88.240
- To Ports: 4500-4510
If I'm using a webtool to check if the port is open (like this) I see in the NAT rules statistic graph, that there is data incoming but it says the port is still closed.
If I'm trying to connect from outside (with the application that should connect to one of these ports) there is no reaction on the graph.
I tried some solutions I found in another forum(s?) but nothing worked until now.
I hope you guys have a idea. If you need more information just ask.
Best regards
EDIT:
When I'm debugging my application that tries to connect to my laptop, it says that the :4500 refused the connection.
networking router port-forwarding nat mikrotik-routeros
add a comment |
I bought the MikroTik hAP lite some weeks ago.
My network seems to be pretty simple:
I got a dynamic WAN-IP (with dyndns) - the hAP Lite (192.168.88.1) - my notebook (192.168.88.240).
Now I'm trying to forward a port range to my notebook. (e.g. 4500 - 4510)
What I already tried is to add a rule under IP -> Firewall -> NAT which has the following setting:
- Chain: dstnat
- Protocol: 6 (tcp)
- Dst-Port: 4500-4510
- In. Interface: ether1 (my WAN interface)
- Action: dst-nat
- To Adresses: 192.168.88.240
- To Ports: 4500-4510
If I'm using a webtool to check if the port is open (like this) I see in the NAT rules statistic graph, that there is data incoming but it says the port is still closed.
If I'm trying to connect from outside (with the application that should connect to one of these ports) there is no reaction on the graph.
I tried some solutions I found in another forum(s?) but nothing worked until now.
I hope you guys have a idea. If you need more information just ask.
Best regards
EDIT:
When I'm debugging my application that tries to connect to my laptop, it says that the :4500 refused the connection.
networking router port-forwarding nat mikrotik-routeros
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13
add a comment |
I bought the MikroTik hAP lite some weeks ago.
My network seems to be pretty simple:
I got a dynamic WAN-IP (with dyndns) - the hAP Lite (192.168.88.1) - my notebook (192.168.88.240).
Now I'm trying to forward a port range to my notebook. (e.g. 4500 - 4510)
What I already tried is to add a rule under IP -> Firewall -> NAT which has the following setting:
- Chain: dstnat
- Protocol: 6 (tcp)
- Dst-Port: 4500-4510
- In. Interface: ether1 (my WAN interface)
- Action: dst-nat
- To Adresses: 192.168.88.240
- To Ports: 4500-4510
If I'm using a webtool to check if the port is open (like this) I see in the NAT rules statistic graph, that there is data incoming but it says the port is still closed.
If I'm trying to connect from outside (with the application that should connect to one of these ports) there is no reaction on the graph.
I tried some solutions I found in another forum(s?) but nothing worked until now.
I hope you guys have a idea. If you need more information just ask.
Best regards
EDIT:
When I'm debugging my application that tries to connect to my laptop, it says that the :4500 refused the connection.
networking router port-forwarding nat mikrotik-routeros
I bought the MikroTik hAP lite some weeks ago.
My network seems to be pretty simple:
I got a dynamic WAN-IP (with dyndns) - the hAP Lite (192.168.88.1) - my notebook (192.168.88.240).
Now I'm trying to forward a port range to my notebook. (e.g. 4500 - 4510)
What I already tried is to add a rule under IP -> Firewall -> NAT which has the following setting:
- Chain: dstnat
- Protocol: 6 (tcp)
- Dst-Port: 4500-4510
- In. Interface: ether1 (my WAN interface)
- Action: dst-nat
- To Adresses: 192.168.88.240
- To Ports: 4500-4510
If I'm using a webtool to check if the port is open (like this) I see in the NAT rules statistic graph, that there is data incoming but it says the port is still closed.
If I'm trying to connect from outside (with the application that should connect to one of these ports) there is no reaction on the graph.
I tried some solutions I found in another forum(s?) but nothing worked until now.
I hope you guys have a idea. If you need more information just ask.
Best regards
EDIT:
When I'm debugging my application that tries to connect to my laptop, it says that the :4500 refused the connection.
networking router port-forwarding nat mikrotik-routeros
networking router port-forwarding nat mikrotik-routeros
edited Dec 3 '18 at 19:07
Duncan X Simpson
1,112823
1,112823
asked Mar 23 '17 at 6:47
pennertennerpennertenner
419146
419146
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13
add a comment |
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13
add a comment |
1 Answer
1
active
oldest
votes
- What is your internet connection type? If it is an ADSL, make sure the In-Inetrface is your pppoe interface.
- Check the ACL settings of your application, make sure access form 0.0.0.0 is allowed.
New contributor
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%2f1191503%2fmikrotik-hap-lite-port-forwarding%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
- What is your internet connection type? If it is an ADSL, make sure the In-Inetrface is your pppoe interface.
- Check the ACL settings of your application, make sure access form 0.0.0.0 is allowed.
New contributor
add a comment |
- What is your internet connection type? If it is an ADSL, make sure the In-Inetrface is your pppoe interface.
- Check the ACL settings of your application, make sure access form 0.0.0.0 is allowed.
New contributor
add a comment |
- What is your internet connection type? If it is an ADSL, make sure the In-Inetrface is your pppoe interface.
- Check the ACL settings of your application, make sure access form 0.0.0.0 is allowed.
New contributor
- What is your internet connection type? If it is an ADSL, make sure the In-Inetrface is your pppoe interface.
- Check the ACL settings of your application, make sure access form 0.0.0.0 is allowed.
New contributor
edited 13 mins ago
New contributor
answered 21 mins ago
Peter ChaoPeter Chao
112
112
New contributor
New contributor
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.
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%2f1191503%2fmikrotik-hap-lite-port-forwarding%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
Does your laptop actually have some app listening on the port being tested?
– grawity
Mar 23 '17 at 7:17
The application on my notebook ist running.
– pennertenner
Mar 23 '17 at 7:23
Does your notebook have 192.168.88.1 as internet gateway?
– Benoit PHILIPPON
Mar 24 '17 at 8:13