08-15-2023 02:20 PM
Dears
As I m aware that 1 public IP address can serve one service port for example HTTPS, i have a upcoming requirement of more web servers, and i don't have public IP address how i can publish them ?
thanks
Solved! Go to Solution.
08-18-2023 10:22 AM
yes you can do IPV6 to IPv4 also or you can use Local IP address also IPv6 address (like 192 or 10 or 172 address space)
check the product configuration guide
08-15-2023 02:38 PM
You need to Look for Virtual hosts
bb.com. A 192.168.1.100
cc.com. A 192.168.1.100
www.bb.com. CNAME bb.com.
www.cc.com. CNAME cc.com.
And you have to configure virtual hosts for each domain (i assume you are using Apache)
Listen 80
<VirtualHost *:80>
DocumentRoot /www/bb
ServerName www.bb.com
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /www/cc
ServerName www.cc.com
</VirtualHost>
08-15-2023 03:25 PM - edited 08-15-2023 03:25 PM
Dear Balaji
can you elaborate more in a layman terms, i couldn't understood your reply, the virtual host solution is from cisco or DNS name resolutions,
we are not expert like you so bear with us.
thanks
08-15-2023 03:49 PM
Virtual Host solution from the WebServer Like Apache or IIS server side option.
Cisco router just nat 1 Public IP with 1 Internet IP
08-16-2023 05:19 AM
thanks balaji
what if the customer moves to IPv6 address with their ISP then ?? can u answer me my above questions please.
thansk
08-16-2023 08:49 AM
it should be same way as IPv4 should work.
08-16-2023 02:19 PM
Dear Balaji
thanks so IPv6 also work in the same way, but IPv6 are little cheaper in prices and i can get more of them.
before i rate the thread can you answer me the below question
Awaiting your reply
08-18-2023 01:25 AM
Dears
Anybody can help me for the above answers.
Thanks
08-18-2023 10:22 AM
yes you can do IPV6 to IPv4 also or you can use Local IP address also IPv6 address (like 192 or 10 or 172 address space)
check the product configuration guide
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide