Port forwarding not working for ports
I have Fiber ISP connection with Static IP connected with my web server. My network model is,
Cloud -> ISP Modem/Router(GPON ONT) -> Switch <- My Web Server
Let's say My ISP static IP, x.x.x.x
My Router IP address is, 192.168.1.98
My Web Server machine IP Address is, 192.168.1.12
and Gateway of Web server is 192.168.1.98
I set my Port Forwarding settings at My Router as below,
Application: Web-Server
Start~End Port:80
Protocol: TCP
To IP Address:192.168.1.12
Start~End Port:80
Enable: Yes
1) Ping x.x.x.x from outside, It works.
2) Internet connection works from my web server 192.168.1.12
But I can't reach my website from the outside world. So I tested my connection using nmap
. nmap result is,
$ nmap -A -T4 x.x.x.x
Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-26 12:00 IST
Warning: x.x.x.x giving up on port because retransmission cap hit (6).
Nmap scan report for x.x.x.x
Host is up (0.073s latency).
Not shown: 991 closed ports
PORT STATE SERVICE VERSION
23/tcp filtered telnet
53/tcp open tcpwrapped
80/tcp filtered http
2099/tcp filtered h2250-annex-g
2323/tcp filtered 3d-nfsd
3005/tcp filtered deslogin
9081/tcp filtered cisco-aqos
33354/tcp filtered unknown
49161/tcp filtered unknown
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 65.91 seconds
Why I couldn't access 80 port of my web server? What went wrong here? One more information, When I check time in my GPON ONT Router, it says,
current time: 2000-01-01 01:05:07
port-forwarding
add a comment |
I have Fiber ISP connection with Static IP connected with my web server. My network model is,
Cloud -> ISP Modem/Router(GPON ONT) -> Switch <- My Web Server
Let's say My ISP static IP, x.x.x.x
My Router IP address is, 192.168.1.98
My Web Server machine IP Address is, 192.168.1.12
and Gateway of Web server is 192.168.1.98
I set my Port Forwarding settings at My Router as below,
Application: Web-Server
Start~End Port:80
Protocol: TCP
To IP Address:192.168.1.12
Start~End Port:80
Enable: Yes
1) Ping x.x.x.x from outside, It works.
2) Internet connection works from my web server 192.168.1.12
But I can't reach my website from the outside world. So I tested my connection using nmap
. nmap result is,
$ nmap -A -T4 x.x.x.x
Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-26 12:00 IST
Warning: x.x.x.x giving up on port because retransmission cap hit (6).
Nmap scan report for x.x.x.x
Host is up (0.073s latency).
Not shown: 991 closed ports
PORT STATE SERVICE VERSION
23/tcp filtered telnet
53/tcp open tcpwrapped
80/tcp filtered http
2099/tcp filtered h2250-annex-g
2323/tcp filtered 3d-nfsd
3005/tcp filtered deslogin
9081/tcp filtered cisco-aqos
33354/tcp filtered unknown
49161/tcp filtered unknown
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 65.91 seconds
Why I couldn't access 80 port of my web server? What went wrong here? One more information, When I check time in my GPON ONT Router, it says,
current time: 2000-01-01 01:05:07
port-forwarding
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40
add a comment |
I have Fiber ISP connection with Static IP connected with my web server. My network model is,
Cloud -> ISP Modem/Router(GPON ONT) -> Switch <- My Web Server
Let's say My ISP static IP, x.x.x.x
My Router IP address is, 192.168.1.98
My Web Server machine IP Address is, 192.168.1.12
and Gateway of Web server is 192.168.1.98
I set my Port Forwarding settings at My Router as below,
Application: Web-Server
Start~End Port:80
Protocol: TCP
To IP Address:192.168.1.12
Start~End Port:80
Enable: Yes
1) Ping x.x.x.x from outside, It works.
2) Internet connection works from my web server 192.168.1.12
But I can't reach my website from the outside world. So I tested my connection using nmap
. nmap result is,
$ nmap -A -T4 x.x.x.x
Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-26 12:00 IST
Warning: x.x.x.x giving up on port because retransmission cap hit (6).
Nmap scan report for x.x.x.x
Host is up (0.073s latency).
Not shown: 991 closed ports
PORT STATE SERVICE VERSION
23/tcp filtered telnet
53/tcp open tcpwrapped
80/tcp filtered http
2099/tcp filtered h2250-annex-g
2323/tcp filtered 3d-nfsd
3005/tcp filtered deslogin
9081/tcp filtered cisco-aqos
33354/tcp filtered unknown
49161/tcp filtered unknown
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 65.91 seconds
Why I couldn't access 80 port of my web server? What went wrong here? One more information, When I check time in my GPON ONT Router, it says,
current time: 2000-01-01 01:05:07
port-forwarding
I have Fiber ISP connection with Static IP connected with my web server. My network model is,
Cloud -> ISP Modem/Router(GPON ONT) -> Switch <- My Web Server
Let's say My ISP static IP, x.x.x.x
My Router IP address is, 192.168.1.98
My Web Server machine IP Address is, 192.168.1.12
and Gateway of Web server is 192.168.1.98
I set my Port Forwarding settings at My Router as below,
Application: Web-Server
Start~End Port:80
Protocol: TCP
To IP Address:192.168.1.12
Start~End Port:80
Enable: Yes
1) Ping x.x.x.x from outside, It works.
2) Internet connection works from my web server 192.168.1.12
But I can't reach my website from the outside world. So I tested my connection using nmap
. nmap result is,
$ nmap -A -T4 x.x.x.x
Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-26 12:00 IST
Warning: x.x.x.x giving up on port because retransmission cap hit (6).
Nmap scan report for x.x.x.x
Host is up (0.073s latency).
Not shown: 991 closed ports
PORT STATE SERVICE VERSION
23/tcp filtered telnet
53/tcp open tcpwrapped
80/tcp filtered http
2099/tcp filtered h2250-annex-g
2323/tcp filtered 3d-nfsd
3005/tcp filtered deslogin
9081/tcp filtered cisco-aqos
33354/tcp filtered unknown
49161/tcp filtered unknown
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 65.91 seconds
Why I couldn't access 80 port of my web server? What went wrong here? One more information, When I check time in my GPON ONT Router, it says,
current time: 2000-01-01 01:05:07
port-forwarding
port-forwarding
edited Feb 26 at 6:40
Smith Dwayne
asked Feb 26 at 6:18
Smith DwayneSmith Dwayne
1011
1011
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40
add a comment |
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40
add a comment |
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
});
}
});
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%2f1409447%2fport-forwarding-not-working-for-ports%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
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%2f1409447%2fport-forwarding-not-working-for-ports%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
Did you run the nmap test from the outside world, too? Trying to access/scan your public IP address from within the same LAN doesn't count. (See "hairpinning" for explanation)
– grawity
Feb 26 at 6:25
@grawity: Edited question with the nmap result from the outside world.
– Smith Dwayne
Feb 26 at 6:40