Need help with multiple Ubuntu\Linux server setup.

Discussion in 'Server Operation' started by Kalyptos, May 23, 2011.

  1. Kalyptos

    Kalyptos New Member

    Hello all.

    Iknow this is a longshot and maybe not possible, but then again if its not i can stop trying.
    ANY help on this matter would be appreciated look at my image for what im aiming for.

    noted that my main problem is in the main server and rerouting.

    [​IMG]
     
  2. erosbk

    erosbk New Member

    For ftp and ssh, you must define the port in ftp/ssh config file. Next, you must do a ftp/ssh port fordware to the internal IP of the server you want to connect.

    ftp p21 -> 10.0.0.22
    ftp p22 -> 10.0.0.23 (you will have to inform this ports to you clients, depending of which server them are allocated...

    ssh p2222 -> 10.0.0.22
    ssh p2223 -> 10.0.0.23

    Next, with ssh you must point to the modem IP, specifying the port used in each ssh daemon...

    If you want to use both server to allocate different sites, well... I think that you need to forward the http request to second server if you don't find the web on the first... I don't know if it is possible with your current diagram... maybe, MAYBE, if you put another server to manage requests for both servers, it could be possible...
     

Share This Page