• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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