This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

2 webservers port 80 1 ip

Hi all,

I have a problem.
I have multiple webservers but only 1 ip.
Is it possible to access the webservers based on url?

webserver-a.domain.com 192.168.2.10 port 80
webserver-b.domain.com 192.168.2.11 port 80
dns configured 2 cnames to ip

is WAF the solution?
or is it not possible.

thx ,

guido


This thread was automatically locked due to age.
  • Hi guido.

    You mean URL Redirect like TMG, does? 
    If that is the case (where you have serveral websites, and based on the url, you get redirect to the proper internal website on the same iis), i´m afraid you can´t.

    Is this your scenario?
  • @NL:

    You can try editing the default site-path-rule ("/" to st. like "/site1" and "/site2"). But don'n know exactly, it there has to be a "/" as the default for your virtualserver-object.
  • I have a security camera which works only on port 80.
    i have a windows 2008 r2 webserver
    I use a webserver for 2 factor authentication (wikid) which works also on port 80


    So when i connect to webserver-a.domain.com it must go to 192.168.2.10
    or when i connect to view.domain.com it must go to 192.168.2.14
    all on port 80 

    I can't put all websites on 1 server.
     
    --
    Bottomline a have several servers which are listening on port 80.
    I can i arrange that every server is accessible by url such as subdomain.domain.com on 1 single IPadress.

    Thanks,

    Guido
  • I don't think that this is working with WAF.

    But you can do a D-NAT with different external Ports (like 80 for Webserver and 81 for cam), this are then nat'ted internally to the corresponding IPs (TCP/80).
  • webserver-a.domain.com 192.168.2.10 port 80
    webserver-b.domain.com 192.168.2.11 port 80
    dns configured 2 cnames to ip


    Create a real webserver for 192.168.2.10 and a second one for 192.168.2.11.

    Create a virtual webserver, select the network interface that handles your IP address, add webserver-a.domain.com to the list of domains, select your real webserver for 192.168.2.10.

    Create a second virtual webserver, select the same network interface as in your first virtual webserver, add webserver-b.domain.com to the list of domains, select your real webserver for 192.168.2.11.
  • Create a real webserver for 192.168.2.10 and a second one for 192.168.2.11.

    Create a virtual webserver, select the network interface that handles your IP address, add webserver-a.domain.com to the list of domains, select your real webserver for 192.168.2.10.

    Create a second virtual webserver, select the same network interface as in your first virtual webserver, add webserver-b.domain.com to the list of domains, select your real webserver for 192.168.2.11.


    SuperB!! thanks!

    And if i wanted to add a https connection?
    then i need a certificate. But if i have a self signed or a certificare signed by my local CA is that OK. or do i need a 3th party ca certificate?
  • Self-certs are ok, just the browser will show a warning.  Adds to inconvenience.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Self-certs are ok, just the browser will show a warning.  Adds to inconvenience.


    Thank you for your answers It helped alot.

    this topic is solved