• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

two gateway

X

xant

Guest
I have installated Centos 3.4 ed Plesk 7.5.3 Reload, i would to asked it's possible made with two gateway.
es. Nic 1 192.168.0.100 gw 192.168.0.1
Nic 2 192.168.1.100 gw 192.168.1.1

dns1 domain1.com 192.168.0.100
dns2 domain2.com 192.168.0.100

IT'S POSSIBLE

hELP ME pLEASE
 
You can assign the domains to any IP you want, on any NIC. Maybe that I do not understand exactly the question.
 
You can assign two gateways but your server will only use one to send traffic to/from. Check your route table and you will see

netstat -rn

The only way you could utilize two gateways would be to run a routing protocol such as OSPF, RIP, or BGP that would communicate with another server/router that could advertise the proper routes to your server.

If you looking for additional fault tolerance or high availability then you might do a search for HA or high availability on Linux
 
Back
Top