Re: Dual networks. Routing issue? [message #43366 is a reply to message #43365] |
Wed, 31 August 2011 08:36  |
Einar S. Ids
Messages: 6 Registered: August 2011
|
Junior Member |
|
|
On Wed, Aug 31, 2011 at 10:14 AM, CM [Sprintserve.net]
<silver@sprintserve.net> wrote:
> You need to add a route on the virtual host using the private IP as the
> gateway:
>
> i.e using your example
>
> On the 1st VPS:
>
> route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.0.0.179
>
> On the 2nd VPS:
>
> route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.0.0.173
>
>
> Best Regards,
> CM Ho
Wow... I knew it had to be easy, but not that it was that easy! Thank
you so much, that did the trick! :)
Any chance I could ask you to please explain to me why this was needed
for the backend network but not for the frontend? I am a bit confused
as to the difference here.
Cheers,
Einar
|
|
|