I have a server which has 6 IP Addresses (public IP's) and using 1 NIC.
Now, these IP's have been added to the NIC and can ping each one just fine.
There are 2 Websites, both with different IP's.
However, I just noticed, if I create a new website, I dont see the remaining IP Addresses in the drop down list.
Any ideas why this maybe? Running WS2008R2 + all updates.
Also, as a seperate note - how can I create a subdomain so when entered in the URL, it would "work" and go to that website? The Server also has DNS installed if this helps.
Are the ips showing up when you run ipconfig /all?
"Also, as a seperate note - how can I create a subdomain so when entered in the URL, it would "work" and go to that website? The Server also has DNS installed if this helps." - Not too sure what this means?
indeed, the ips are showing up when I do an IPConfig /all.
As for my second question, for example I want to be able to use subdomains so when an external user types it in, it will be recognised by the server and point to the website I set up on an IP Address
As for my second question, for example I want to be able to use subdomains so when an external user types it in, it will be recognised by the server and point to the website I set up on an IP Address
- If your subdomain ip address is registered on external dns then the external user will resolve the subdomain correctly. If you are not going to use external then I'd suggest ARR and redirect from the host header.
ahmedilyas
31 Posts
IP Addresses and bindings
Mar 04, 2012 11:33 PM|LINK
I have a server which has 6 IP Addresses (public IP's) and using 1 NIC.
Now, these IP's have been added to the NIC and can ping each one just fine.
There are 2 Websites, both with different IP's.
However, I just noticed, if I create a new website, I dont see the remaining IP Addresses in the drop down list.
Any ideas why this maybe? Running WS2008R2 + all updates.
Also, as a seperate note - how can I create a subdomain so when entered in the URL, it would "work" and go to that website? The Server also has DNS installed if this helps.
Many thanks
nastymatt
124 Posts
Re: IP Addresses and bindings
Mar 05, 2012 10:04 AM|LINK
Are the ips showing up when you run ipconfig /all?
"Also, as a seperate note - how can I create a subdomain so when entered in the URL, it would "work" and go to that website? The Server also has DNS installed if this helps." - Not too sure what this means?
ahmedilyas
31 Posts
Re: IP Addresses and bindings
Mar 05, 2012 06:56 PM|LINK
Thanks for your response.
indeed, the ips are showing up when I do an IPConfig /all.
As for my second question, for example I want to be able to use subdomains so when an external user types it in, it will be recognised by the server and point to the website I set up on an IP Address
kctt
654 Posts
Re: IP Addresses and bindings
Mar 06, 2012 04:34 AM|LINK
When you edit binding of existing website, do you see all ips in dropdown list?
ahmedilyas
31 Posts
Re: IP Addresses and bindings
Mar 06, 2012 06:23 AM|LINK
nastymatt
124 Posts
Re: IP Addresses and bindings
Mar 08, 2012 03:50 PM|LINK
As for my second question, for example I want to be able to use subdomains so when an external user types it in, it will be recognised by the server and point to the website I set up on an IP Address
- If your subdomain ip address is registered on external dns then the external user will resolve the subdomain correctly. If you are not going to use external then I'd suggest ARR and redirect from the host header.