I have a webpage which I can access via localhost but how can I set it online? CentOS on VMware Workstartion...
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
Using substitution ciphers to generate new alphabets in a novel
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
What exact color does ozone gas have?
How to hide some fields of struct in C?
PTIJ: Haman's bad computer
How should I respond when I lied about my education and the company finds out through background check?
Why did the EU agree to delay the Brexit deadline?
How does a computer interpret real numbers?
Store Credit Card Information in Password Manager?
Has any country ever had 2 former presidents in jail simultaneously?
Mixing PEX brands
Quoting Keynes in a lecture
Calculating total slots
Yosemite Fire Rings - What to Expect?
Does malloc reserve more space while allocating memory?
The IT department bottlenecks progress. How should I handle this?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Angel of Condemnation - Exile creature with second ability
It grows, but water kills it
What are the advantages of simplicial model categories over non-simplicial ones?
How to cover method return statement in Apex Class?
Is this toilet slogan correct usage of the English language?
I have a webpage which I can access via localhost but how can I set it online? CentOS on VMware Workstartion 15
Connect to CentOS httpd server running on VMware Player?Can't access Apache in my CentOS VirtualboxHow Do I Access localHost From VMware when even the computer isn't accessible from the networkUnable to access localhost & Internet using one adapter in CentOsCan access VM Guest IP from Host but not from other computer on same LANAccess virtual Ubuntu Localhost from WindowsUnable to forward windows host port 80 to Centos guest port 80No device is showing up in network and host connection in virtual machine on vmwareworkstationAccess Site on localhost from a vmwareUnable to Ping from VMWARE Linux Guest to Other VMs running but can ping Windows Guest to others
I have a webpage which I can access via localhost - let's say http://localhost/
or http://127.0.0.1/
, or 192.168.44.128
(my VMWare VPS local assigned network IP - 192.168.44.128)
Here my public IPv4 address is 185.11.12.13.
In this case, I need to make it available online on my public IP - 185.11.12.13 just like any other VPS I buy from other providers are set available online. We just login to root and type yum install httpd
and it is done and you can type in the public IP on your browser and the APACHE TEST PAGE is available.
How do I achieve it from my VMware Workstation 15?
- OS: Windows 10 Pro 64-bit
- Installed: VMware Workstation 15 Licensed
- Internet working in CentOS meaning the virtual network router is setup correctly.
- Port 80 is working on CentOS and Windows 10 because test page showing at 192.168.44.128:80
I tried editing the Windows 10 host
file and set config to:
192.168.44.128 185.11.12.13
185.11.12.13 192.168.44.128
Even if working when I type my public IPv4 in browser 185.11.12.13 it's only because I edited the Windows host file to redirect 185.11.12.13 visitors to 192.168.44.128, but it only works on my PC.
When I use a different PC with a different network connected, it can't find 185.11.12.13 and shows down/offline.
I have added inbound and outbound rule Port 80 allowed in Windows 10.
Please tell me how to get my VPS online/live on my public IP.
linux windows-10 centos vmware
New contributor
add a comment |
I have a webpage which I can access via localhost - let's say http://localhost/
or http://127.0.0.1/
, or 192.168.44.128
(my VMWare VPS local assigned network IP - 192.168.44.128)
Here my public IPv4 address is 185.11.12.13.
In this case, I need to make it available online on my public IP - 185.11.12.13 just like any other VPS I buy from other providers are set available online. We just login to root and type yum install httpd
and it is done and you can type in the public IP on your browser and the APACHE TEST PAGE is available.
How do I achieve it from my VMware Workstation 15?
- OS: Windows 10 Pro 64-bit
- Installed: VMware Workstation 15 Licensed
- Internet working in CentOS meaning the virtual network router is setup correctly.
- Port 80 is working on CentOS and Windows 10 because test page showing at 192.168.44.128:80
I tried editing the Windows 10 host
file and set config to:
192.168.44.128 185.11.12.13
185.11.12.13 192.168.44.128
Even if working when I type my public IPv4 in browser 185.11.12.13 it's only because I edited the Windows host file to redirect 185.11.12.13 visitors to 192.168.44.128, but it only works on my PC.
When I use a different PC with a different network connected, it can't find 185.11.12.13 and shows down/offline.
I have added inbound and outbound rule Port 80 allowed in Windows 10.
Please tell me how to get my VPS online/live on my public IP.
linux windows-10 centos vmware
New contributor
add a comment |
I have a webpage which I can access via localhost - let's say http://localhost/
or http://127.0.0.1/
, or 192.168.44.128
(my VMWare VPS local assigned network IP - 192.168.44.128)
Here my public IPv4 address is 185.11.12.13.
In this case, I need to make it available online on my public IP - 185.11.12.13 just like any other VPS I buy from other providers are set available online. We just login to root and type yum install httpd
and it is done and you can type in the public IP on your browser and the APACHE TEST PAGE is available.
How do I achieve it from my VMware Workstation 15?
- OS: Windows 10 Pro 64-bit
- Installed: VMware Workstation 15 Licensed
- Internet working in CentOS meaning the virtual network router is setup correctly.
- Port 80 is working on CentOS and Windows 10 because test page showing at 192.168.44.128:80
I tried editing the Windows 10 host
file and set config to:
192.168.44.128 185.11.12.13
185.11.12.13 192.168.44.128
Even if working when I type my public IPv4 in browser 185.11.12.13 it's only because I edited the Windows host file to redirect 185.11.12.13 visitors to 192.168.44.128, but it only works on my PC.
When I use a different PC with a different network connected, it can't find 185.11.12.13 and shows down/offline.
I have added inbound and outbound rule Port 80 allowed in Windows 10.
Please tell me how to get my VPS online/live on my public IP.
linux windows-10 centos vmware
New contributor
I have a webpage which I can access via localhost - let's say http://localhost/
or http://127.0.0.1/
, or 192.168.44.128
(my VMWare VPS local assigned network IP - 192.168.44.128)
Here my public IPv4 address is 185.11.12.13.
In this case, I need to make it available online on my public IP - 185.11.12.13 just like any other VPS I buy from other providers are set available online. We just login to root and type yum install httpd
and it is done and you can type in the public IP on your browser and the APACHE TEST PAGE is available.
How do I achieve it from my VMware Workstation 15?
- OS: Windows 10 Pro 64-bit
- Installed: VMware Workstation 15 Licensed
- Internet working in CentOS meaning the virtual network router is setup correctly.
- Port 80 is working on CentOS and Windows 10 because test page showing at 192.168.44.128:80
I tried editing the Windows 10 host
file and set config to:
192.168.44.128 185.11.12.13
185.11.12.13 192.168.44.128
Even if working when I type my public IPv4 in browser 185.11.12.13 it's only because I edited the Windows host file to redirect 185.11.12.13 visitors to 192.168.44.128, but it only works on my PC.
When I use a different PC with a different network connected, it can't find 185.11.12.13 and shows down/offline.
I have added inbound and outbound rule Port 80 allowed in Windows 10.
Please tell me how to get my VPS online/live on my public IP.
linux windows-10 centos vmware
linux windows-10 centos vmware
New contributor
New contributor
edited 3 mins ago
Anaksunaman
5,58321423
5,58321423
New contributor
asked 22 hours ago
NovaNova
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
First of all you have to understand your network.
- Your vmware workstation machine is NAT mode or Bridge mode?
- Keep it in bridge mode.
- Do you have any firewall in your enviroment if yes then do nattig from firewall
- If you don't have firewall then do natting from modem to the virtual machine
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
});
}
});
Nova is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1416214%2fi-have-a-webpage-which-i-can-access-via-localhost-but-how-can-i-set-it-online-c%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
First of all you have to understand your network.
- Your vmware workstation machine is NAT mode or Bridge mode?
- Keep it in bridge mode.
- Do you have any firewall in your enviroment if yes then do nattig from firewall
- If you don't have firewall then do natting from modem to the virtual machine
add a comment |
First of all you have to understand your network.
- Your vmware workstation machine is NAT mode or Bridge mode?
- Keep it in bridge mode.
- Do you have any firewall in your enviroment if yes then do nattig from firewall
- If you don't have firewall then do natting from modem to the virtual machine
add a comment |
First of all you have to understand your network.
- Your vmware workstation machine is NAT mode or Bridge mode?
- Keep it in bridge mode.
- Do you have any firewall in your enviroment if yes then do nattig from firewall
- If you don't have firewall then do natting from modem to the virtual machine
First of all you have to understand your network.
- Your vmware workstation machine is NAT mode or Bridge mode?
- Keep it in bridge mode.
- Do you have any firewall in your enviroment if yes then do nattig from firewall
- If you don't have firewall then do natting from modem to the virtual machine
answered 20 hours ago
Aman ShuklaAman Shukla
1
1
add a comment |
add a comment |
Nova is a new contributor. Be nice, and check out our Code of Conduct.
Nova is a new contributor. Be nice, and check out our Code of Conduct.
Nova is a new contributor. Be nice, and check out our Code of Conduct.
Nova 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.
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%2f1416214%2fi-have-a-webpage-which-i-can-access-via-localhost-but-how-can-i-set-it-online-c%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