How to access a Virtual Machine webserver from outside the network
I have installed a virtual machine for using an ERP through webserver.
I have configured the network as NAT.
All of my computers attached to the local network can access the webserver by typing the server's ip followed by the port. 192.168.8.1:8080
How would I access the webserver through Internet from outside the local network.
virtual-machine webserver remote-access
add a comment |
I have installed a virtual machine for using an ERP through webserver.
I have configured the network as NAT.
All of my computers attached to the local network can access the webserver by typing the server's ip followed by the port. 192.168.8.1:8080
How would I access the webserver through Internet from outside the local network.
virtual-machine webserver remote-access
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54
add a comment |
I have installed a virtual machine for using an ERP through webserver.
I have configured the network as NAT.
All of my computers attached to the local network can access the webserver by typing the server's ip followed by the port. 192.168.8.1:8080
How would I access the webserver through Internet from outside the local network.
virtual-machine webserver remote-access
I have installed a virtual machine for using an ERP through webserver.
I have configured the network as NAT.
All of my computers attached to the local network can access the webserver by typing the server's ip followed by the port. 192.168.8.1:8080
How would I access the webserver through Internet from outside the local network.
virtual-machine webserver remote-access
virtual-machine webserver remote-access
asked Nov 29 '15 at 12:27
Omer AbbasOmer Abbas
111
111
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54
add a comment |
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54
add a comment |
1 Answer
1
active
oldest
votes
Yes you can do this by forwarding port 8080 on your router to the local lan address of your vm (192.168.8.1). You will need to know your wan (internet) ip address, which you can find from the router or (usually) by googling 'find my ip' from a computer on your lan. And don't leave this in place for a long period unless you know what you are doing and are confident your webserver is secure.
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%2f1006820%2fhow-to-access-a-virtual-machine-webserver-from-outside-the-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
Yes you can do this by forwarding port 8080 on your router to the local lan address of your vm (192.168.8.1). You will need to know your wan (internet) ip address, which you can find from the router or (usually) by googling 'find my ip' from a computer on your lan. And don't leave this in place for a long period unless you know what you are doing and are confident your webserver is secure.
add a comment |
Yes you can do this by forwarding port 8080 on your router to the local lan address of your vm (192.168.8.1). You will need to know your wan (internet) ip address, which you can find from the router or (usually) by googling 'find my ip' from a computer on your lan. And don't leave this in place for a long period unless you know what you are doing and are confident your webserver is secure.
add a comment |
Yes you can do this by forwarding port 8080 on your router to the local lan address of your vm (192.168.8.1). You will need to know your wan (internet) ip address, which you can find from the router or (usually) by googling 'find my ip' from a computer on your lan. And don't leave this in place for a long period unless you know what you are doing and are confident your webserver is secure.
Yes you can do this by forwarding port 8080 on your router to the local lan address of your vm (192.168.8.1). You will need to know your wan (internet) ip address, which you can find from the router or (usually) by googling 'find my ip' from a computer on your lan. And don't leave this in place for a long period unless you know what you are doing and are confident your webserver is secure.
answered Nov 30 '15 at 7:02
gogoudgogoud
9481611
9481611
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%2f1006820%2fhow-to-access-a-virtual-machine-webserver-from-outside-the-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
Much more information about your network would be needed. Do you have a static IP? Also keep in mind that some ISPs block port 80 and 8080 unless you are using a business class service.
– Dave M
Nov 29 '15 at 13:54