0

我在应用名称和 http 中使用了“-”,但请删除它,这只是因为我不能添加超过 2 个链接。我只是放了一个代码,因为我有格式问题

    Hi  
    i have 3 server  
    1) DC d-o-m-a-i-n controller  
    2) S-R-V-1  
    3) S-R-V-2  

    DC has d-o-m-a-i-n xxx.yyy and IP 10.21.221.145  
    S-R-V-1 has IP 10.21.221.146  
    S-R-V-2 has IP 10.21.221.147  

    in S-R-V-1 i have 2 web application , a-p-p-1 , a-p-p-2  
    a-p-p-1 runs in port 9643 using h-t-t-ps  
    a-p-p-2 runs in port 443 using h-t-t-p-s  

    so i have u-r-l like  
    h-t-t-p-s://s-r-v-1.xxx.yyy:9643/a-p-p-1  
    h-t-t-p-s://s-r-v-1.xxx.yyy/a-p-p-2  

    same for s-r-v-2 where i have same web application running on same port  

    h-t-t-p-s://s-r-v-2.xxx.yyy:9643/a-p-p-1  
    h-t-t-p-s://s-r-v-2.xxx.yyy/a-p-p-2  

    i have created also wildcard certificate and FQDN certificate  
    *.xxx.yyy  
    s-r-v-1.xxx.yyy  
    s-r-v-2.xxx.yyy  

    now i want to create an alias for app1 so that i can use  
    h-t-t-p-s://w-e-b-1:9643/a-p-p-1  
    and an alias for a-p-p-2 so that i can use  
    h-t-t-p-s://w-e-b-2/a-p-p-2  

    so now i want to create a cluster NLB based on microsoft  
    as far as i know i need to install the feature of NLB in both servers srv1 and srv2  
    and create a cluster with IP 10.21.221.10 for example and add the 2 servers  
    let's call the cluster SRVCLU  
    so i can use h-t-t-p-s://SRVCLU:9643/app1 and h-t-t-p-s://SRVCLU/app2  
    but i can i do to use the 2 aliases above?  
4

0 回答 0