Multiserver issue

Discussion in 'Installation/Configuration' started by Gleno0h, Jul 26, 2009.

  1. Gleno0h

    Gleno0h New Member

    Hey!

    2 servers are connected to eachother, i can make domains but they are not reachable on server2.

    If i change the port 80 in my router to the ip for server 2 they work, but then server1 doesnt work ofcourse.

    Whats wrong with my settings?
    /network/interfaces are on same gateway broadcast etc except the ip is diffrent
    they both only have a static ip ofcourse with "eth0".

    Vhost files show correct ip's for every site.

    Whats wrong?
    May i also suggest it would be great if somebody could write a tutorial on setting up a multi server ...

    Thanks.
     
  2. Mark_NL

    Mark_NL Member

    You can only map port 80 to ONE ip address in your router, that's why only one of them works at the time.

    Multiserver is handy when you're going for HA or loadbalancing setups.
     
  3. Gleno0h

    Gleno0h New Member

    So shortly, 1 server for apache and ftp and 1 server for dns, mail etc is possible
    2 apache's not? Man i have to get my info right
     
  4. Mark_NL

    Mark_NL Member

    Well there is a module for apache that can function as a sort of load balance mechanic, but i don't think that's what you're looking for.

    I assume both servers run completely different domains, if so, then both need a WAN IP to talk properly to the Internet and serve their services to it. There might be a way that I'm not aware of.

    Server A: 192.168.1.1
    Server B: 192.168.1.2
    Router: <WAN IP>

    On your router you say:
    "If a request comes on port 80, go to <IP>"

    That can either be Server A or B .. not both :)

    Server A: apache / ftp
    Server B: mail / dns

    will be no problem, since all services use different ports.

    How many domains your running per server? I have 5 ISPConfig servers running, one of them easily runs about 60 domains. (it's a AMD Opteron 2.2GHz with 4GB mem running on a XEN installation (image based) and on a DRBD disc for HA).
     
  5. Gleno0h

    Gleno0h New Member

    Yeah i was thinking it would be:
    User that is browsing -> domain -> router -> apache would figure out where the site that is called are located -> result.

    Uhm i have about 4 domains, nothing special. It more a testing thing.

    2 amd 1800+ both 768mb mem 1 has a 100 gb and the other 160gb.

    Although, if it all works nicely .. My brother is in the ICT section with his own company, so there will be some good systems if it is worth it.

    I mean designing websites and hosting them is better instead of sending them to another hoster.

    Thanks for the info, im gonna get another small server and gonna let apache and ftp run on server1 and the mail on server3 and the rest on server2.

    Thanks!
     

Share This Page