Multiple Servers, Networking Issueshome servers and wireless routerSetting up virtualbox for outside...
gerund and noun applications
What does Deadpool mean by "left the house in that shirt"?
Recruiter wants very extensive technical details about all of my previous work
Light propagating through a sound wave
Comment Box for Substitution Method of Integrals
Asserting that Atheism and Theism are both faith based positions
Probably overheated black color SMD pads
Am I eligible for the Eurail Youth pass? I am 27.5 years old
Suggestions on how to spend Shaabath (constructively) alone
What is the term when voters “dishonestly” choose something that they do not want to choose?
Print a physical multiplication table
Help rendering a complicated sum/product formula
How does one measure the Fourier components of a signal?
Do I need to be arrogant to get ahead?
Wrapping homogeneous python objects
How to define limit operations in general topological spaces? Are nets able to do this?
Using Past-Perfect interchangeably with the Past Continuous
Deletion of copy-ctor & copy-assignment - public, private or protected?
I got the following comment from a reputed math journal. What does it mean?
How are passwords stolen from companies if they only store hashes?
In what cases must I use 了 and in what cases not?
Knife as defense against stray dogs
Synchronized implementation of a bank account in Java
Do I need to consider instance restrictions when showing a language is in P?
Multiple Servers, Networking Issues
home servers and wireless routerSetting up virtualbox for outside accessHow does Http server distinguish between computers behind a routerHow can I open ports on my Linksys RV082 router?Accessing IIS site externallyTwo computers with application running on same portWhy aren't my ports opening on my UBNT airrouter?Issues accessing webpage even with Port Forwarding enabled on PPPoE WANProtect against hacking / break-in attempts on serversI cant access my website that I hosted in home “Apache24” from internet
I have couple of servers, both of which are running different websites. They both have the same external IP address (I'm running them from my home and I have only one router with one IP address).
Those two servers require the same ports. Let's suppose the port is port 80 (HTTP). So I opened port 80 for the first server, but what about the second one?
So now the question is, how can I connect to the right server when they both have the same IP and the same port?
Should I have two routers in my home with two diffrent IPs? What if I had fifty servers, should I get fifty IPs?
networking router webserver
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have couple of servers, both of which are running different websites. They both have the same external IP address (I'm running them from my home and I have only one router with one IP address).
Those two servers require the same ports. Let's suppose the port is port 80 (HTTP). So I opened port 80 for the first server, but what about the second one?
So now the question is, how can I connect to the right server when they both have the same IP and the same port?
Should I have two routers in my home with two diffrent IPs? What if I had fifty servers, should I get fifty IPs?
networking router webserver
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
2
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago
add a comment |
I have couple of servers, both of which are running different websites. They both have the same external IP address (I'm running them from my home and I have only one router with one IP address).
Those two servers require the same ports. Let's suppose the port is port 80 (HTTP). So I opened port 80 for the first server, but what about the second one?
So now the question is, how can I connect to the right server when they both have the same IP and the same port?
Should I have two routers in my home with two diffrent IPs? What if I had fifty servers, should I get fifty IPs?
networking router webserver
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have couple of servers, both of which are running different websites. They both have the same external IP address (I'm running them from my home and I have only one router with one IP address).
Those two servers require the same ports. Let's suppose the port is port 80 (HTTP). So I opened port 80 for the first server, but what about the second one?
So now the question is, how can I connect to the right server when they both have the same IP and the same port?
Should I have two routers in my home with two diffrent IPs? What if I had fifty servers, should I get fifty IPs?
networking router webserver
networking router webserver
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 5 mins ago
Anaksunaman
5,56321322
5,56321322
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
hatem ibrahemhatem ibrahem
1
1
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
hatem ibrahem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
2
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago
add a comment |
2
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
2
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago
2
2
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
2
2
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago
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
});
}
});
hatem ibrahem 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%2f1414886%2fmultiple-servers-networking-issues%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
hatem ibrahem is a new contributor. Be nice, and check out our Code of Conduct.
hatem ibrahem is a new contributor. Be nice, and check out our Code of Conduct.
hatem ibrahem is a new contributor. Be nice, and check out our Code of Conduct.
hatem ibrahem 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%2f1414886%2fmultiple-servers-networking-issues%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
2
Why not run both websites from the same server?
– Twisty Impersonator
2 hours ago
2
You need a reverse proxy. Look up nginx reverse proxy. Requests all come in to the proxy and the proxy distributed the requests to the proper server based on the hostname or URL of the request.
– Appleoddity
1 hour ago