DNS HELP, please, someone...
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: DNS HELP, please, someone...
It's very hard to connect multiple servers behind 1IP.
Re: DNS HELP, please, someone...
The problem is that since you have just one pub IP the open port 80 would go through your router's port forwarding which might be pointing to your main vestacp server, the other LAN server that you have might work only on your LAN, so you can't duplicate the open ports on the same IP since it would create conflicts, if I'm not wrong you can use a load balancer for this situation which will require higher network knowladge.
Re: DNS HELP, please, someone...
Okay, thank you for the reply. Ill do some interneting' and find some options. Thanks to everyone that helpedmike08 wrote:The problem is that since you have just one pub IP the open port 80 would go through your router's port forwarding which might be pointing to your main vestacp server, the other LAN server that you have might work only on your LAN, so you can't duplicate the open ports on the same IP since it would create conflicts, if I'm not wrong you can use a load balancer for this situation which will require higher network knowladge.
-
- Posts: 7
- Joined: Thu Mar 26, 2015 2:09 pm
Re: DNS HELP, please, someone...
If you want to access multiple servers using the same protocol (for example two ftp servers) behind a single IP you have to assign different ports to them, set the services you want to use on them to the appropriate ports and then do the same with you routers NAT, you can do port forwarding to each of your servers. This way you can have many servers on a single IP.