i want to use wingate to serve as middle man between external and internal network. i am very new to wingate i am facing lot of issue with configuration etc.
reverse proxy
i have only one public ip address on me and multiple internal servers running on port 80 and 443 now i want to map my internal server using url only. internal and extenal servers are https based
https://publicip/webmail should redirect to 192.168.20.1:443
https://publicip/payroll should redirect to 192.168.20.5:443
https://publicip/webmag should redirect to 192.168.20.5:80
forward proxy - i will call my proxy server address to access my external server. it is my application dependency that i can not use proxy server configuration inside application ( redirection is showing external server ip address into address bar and application fails due to it.) i want application should see only internal server not external
https://192.168.20.1/paycheck/default.asp should actually go to https://externalserverip/paycheck/default.asp
https://192.168.20.1/userinit/default.asp should actually go to https://externalserverip/userinit/default.asp
Thanks in Advance
Mahesh