Hello...
My NIC card can have multiple IPs binded to it. I only have one public ip address.
I was reading that SSL cannot use HOST HEADER to differenciate between domain names.
The discussion in the IIS manual shows using different IPs on one IIS server. It says you have to have a different NIC for each IP address. Well I know I don't need that as I can bind many IP addresses to my external NIC.
Again... referring to the the IIS manual. The diagram and wording depicts about four different domain names serviced by the single IIS server - each has its own unique IP address... BUT... like I want to do... three of them are private IP addresses.
Can these private IP addresses be seen from the callers on the external IP?
I just don't know how it could work.
I tried it... and it does work. But I'm thinking because I'm doing it all in house on my own hubs/routers. I set up a machine with the same subnet as the external IP NIC on the server machine... both were plugged to the same switch/hub using the same netmask setting.
I added/binded a private IP 192.168.1.31 to the external NIC and also to a web site in IIS.
The client machine I set up with the 204.xxx.xxx.xxx address the was using the netmask as the static IP for the external (public) NIC that all website will point to pulls up the web site binded to 192.168.1.31 fine!
I can ping it too. I just don't know how that's going to work on the internet. No one can get to my web site if it's got a private IP address. At least that's how I thought I was trained to think.
But why does Microsoft use private IP addresses as a suggestion in the manual/documentation??? Go to "Hosting Multiple Sites by Assiging Ports, Addresses, and Host Header Names" to see what I'm talking about.
I have DNS running on this server and it works only when I make sure an point the domain's HOST name to the correct private IP that I binded to the external NIC.
Still... It's not going to work when I connect it and try to have a friend pull it up that is outside of my hubs/routers. I just know it's not.
I was reading here and someone used NAT to pass it to the correct internal (private) IP?
My server has two NICs so I could do this... but I need some more help. There isn't enought written about it in the documentation.
I don't mind using HOST HEADER to distiguish between the different domains I am serving... but I want to use SSL too!
Please help if you can or point me to something I can read concerning this. Thanks.
Sincerely,
John Ford
My NIC card can have multiple IPs binded to it. I only have one public ip address.
I was reading that SSL cannot use HOST HEADER to differenciate between domain names.
The discussion in the IIS manual shows using different IPs on one IIS server. It says you have to have a different NIC for each IP address. Well I know I don't need that as I can bind many IP addresses to my external NIC.
Again... referring to the the IIS manual. The diagram and wording depicts about four different domain names serviced by the single IIS server - each has its own unique IP address... BUT... like I want to do... three of them are private IP addresses.
Can these private IP addresses be seen from the callers on the external IP?
I just don't know how it could work.
I tried it... and it does work. But I'm thinking because I'm doing it all in house on my own hubs/routers. I set up a machine with the same subnet as the external IP NIC on the server machine... both were plugged to the same switch/hub using the same netmask setting.
I added/binded a private IP 192.168.1.31 to the external NIC and also to a web site in IIS.
The client machine I set up with the 204.xxx.xxx.xxx address the was using the netmask as the static IP for the external (public) NIC that all website will point to pulls up the web site binded to 192.168.1.31 fine!
I can ping it too. I just don't know how that's going to work on the internet. No one can get to my web site if it's got a private IP address. At least that's how I thought I was trained to think.
But why does Microsoft use private IP addresses as a suggestion in the manual/documentation??? Go to "Hosting Multiple Sites by Assiging Ports, Addresses, and Host Header Names" to see what I'm talking about.
I have DNS running on this server and it works only when I make sure an point the domain's HOST name to the correct private IP that I binded to the external NIC.
Still... It's not going to work when I connect it and try to have a friend pull it up that is outside of my hubs/routers. I just know it's not.
I was reading here and someone used NAT to pass it to the correct internal (private) IP?
My server has two NICs so I could do this... but I need some more help. There isn't enought written about it in the documentation.
I don't mind using HOST HEADER to distiguish between the different domains I am serving... but I want to use SSL too!
Please help if you can or point me to something I can read concerning this. Thanks.
Sincerely,
John Ford