Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Problems with Multiple Websites using Multiple IP Addresses

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  * IIS and SSL with port number  
Author Message
aharris23

External


Since: Nov 22, 2004
Posts: 3



(Msg. 1) Posted: Mon Nov 22, 2004 11:35 am
Post subject: Problems with Multiple Websites using Multiple IP Addresses
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hey,

I have several websites running on IIS 6.0 and have decided to convert the
setup over to use multiple IP addresses for several of the sites. I added the
IPs in the tcp/ip properties of the nic on the server, and selected the IP
from the dropdown list in IIS manager. I also have setup the appropriate host
headers.

The problem I'm having is that when I go to view the websites, it returns
the default IIS page. Is there some extra DNS, firewall or NAT stuff I have
to take care of in order to get this working?

To give an example:

I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
server is SERVER1.mydomain.ca. I want to have several different web sites
with this domain, all with different IP addresses (team.mydomain.ca,
xyz.mydomain.ca) for SSL purposes.

I have the default page running on 192.168.0.1, www.mydomain.ca running on
192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server, if
I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From an
external computer, if i attempt to access any of these pages it returns the
default web page. If i turn off the default page, it returns a 400 error.

I have tried using the iplisten command of httpcfg that was described by
someone with a similar issue, but to no avail. If I run any of the other
pages off 192.168.0.1 it works appropriately.

If it's a DNS issue, I don't understand how I would be able to direct www
and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
(Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.

Does anyone have any suggestions about what I am doing wrong?

 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
infonospam2

External


Since: Nov 16, 2004
Posts: 46



(Msg. 2) Posted: Mon Nov 22, 2004 4:42 pm
Post subject: Re: Problems with Multiple Websites using Multiple IP Addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What you should instead do is use host headers. Search on google for
multihomed IIS.

All those DNS records are probably getting mapped to a single public IP,
which means all traffic for all those domains ends up going to 192.168.0.1.
So on those webs in IIS you should add another entry for the server bindings
("Advanced" button by IP Address in Web Site tab).

For the "team" website, add 192.168.0.1 as the IP, 80 as the port, and
team.mydomain.ca as the host header.

For the "www" website, add 192.168.0.1 as the IP, 80 as the port, and
<a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> as the host header.



--
Ben Strackany
<a style='text-decoration: underline;' href="http://www.developmentnow.com" target="_blank">www.developmentnow.com</a>

dn


"aharris23" <aharris23.DeleteThis@discussions.microsoft.com> wrote in message
news:AD7C6862-B2DC-4FCB-9B5A-B7EFB8111466@microsoft.com...
 > Hey,
 >
 > I have several websites running on IIS 6.0 and have decided to convert the
 > setup over to use multiple IP addresses for several of the sites. I added
the
 > IPs in the tcp/ip properties of the nic on the server, and selected the IP
 > from the dropdown list in IIS manager. I also have setup the appropriate
host
 > headers.
 >
 > The problem I'm having is that when I go to view the websites, it returns
 > the default IIS page. Is there some extra DNS, firewall or NAT stuff I
have
 > to take care of in order to get this working?
 >
 > To give an example:
 >
 > I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
 > server is SERVER1.mydomain.ca. I want to have several different web sites
 > with this domain, all with different IP addresses (team.mydomain.ca,
 > xyz.mydomain.ca) for SSL purposes.
 >
 > I have the default page running on 192.168.0.1, <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> running on
 > 192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server,
if
 > I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From
an
 > external computer, if i attempt to access any of these pages it returns
the
 > default web page. If i turn off the default page, it returns a 400 error.
 >
 > I have tried using the iplisten command of httpcfg that was described by
 > someone with a similar issue, but to no avail. If I run any of the other
 > pages off 192.168.0.1 it works appropriately.
 >
 > If it's a DNS issue, I don't understand how I would be able to direct www
 > and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
 > (Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.
 >
 > Does anyone have any suggestions about what I am doing wrong?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
aharris23

External


Since: Nov 22, 2004
Posts: 3



(Msg. 3) Posted: Mon Nov 22, 2004 7:12 pm
Post subject: Re: Problems with Multiple Websites using Multiple IP Addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Heres the issue:

I have my default IIS website running Outlook Web Access - 192.168.0.1 SSL
443. I also have windows sharepoint services on two separate web sites that I
also would like secured with SSL.

How do I go about securing all of them with SSL and host headers? I'd have
to use different SSL ports? That's not ideal, as I would have to open more
ports on my firewall and it might become confusing.


"Ben Strackany" wrote:

 > What you should instead do is use host headers. Search on google for
 > multihomed IIS.
 >
 > All those DNS records are probably getting mapped to a single public IP,
 > which means all traffic for all those domains ends up going to 192.168.0.1.
 > So on those webs in IIS you should add another entry for the server bindings
 > ("Advanced" button by IP Address in Web Site tab).
 >
 > For the "team" website, add 192.168.0.1 as the IP, 80 as the port, and
 > team.mydomain.ca as the host header.
 >
 > For the "www" website, add 192.168.0.1 as the IP, 80 as the port, and
 > <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> as the host header.
 >
 >
 >
 > --
 > Ben Strackany
<font color=purple> > <a style='text-decoration: underline;' href="http://www.developmentnow.com</font" target="_blank">www.developmentnow.com</font</a>>
 >
 > dn
 >
 >
 > "aharris23" <aharris23 RemoveThis @discussions.microsoft.com> wrote in message
 > news:AD7C6862-B2DC-4FCB-9B5A-B7EFB8111466@microsoft.com...
  > > Hey,
  > >
  > > I have several websites running on IIS 6.0 and have decided to convert the
  > > setup over to use multiple IP addresses for several of the sites. I added
 > the
  > > IPs in the tcp/ip properties of the nic on the server, and selected the IP
  > > from the dropdown list in IIS manager. I also have setup the appropriate
 > host
  > > headers.
  > >
  > > The problem I'm having is that when I go to view the websites, it returns
  > > the default IIS page. Is there some extra DNS, firewall or NAT stuff I
 > have
  > > to take care of in order to get this working?
  > >
  > > To give an example:
  > >
  > > I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
  > > server is SERVER1.mydomain.ca. I want to have several different web sites
  > > with this domain, all with different IP addresses (team.mydomain.ca,
  > > xyz.mydomain.ca) for SSL purposes.
  > >
  > > I have the default page running on 192.168.0.1, <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> running on
  > > 192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server,
 > if
  > > I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From
 > an
  > > external computer, if i attempt to access any of these pages it returns
 > the
  > > default web page. If i turn off the default page, it returns a 400 error.
  > >
  > > I have tried using the iplisten command of httpcfg that was described by
  > > someone with a similar issue, but to no avail. If I run any of the other
  > > pages off 192.168.0.1 it works appropriately.
  > >
  > > If it's a DNS issue, I don't understand how I would be able to direct www
  > > and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
  > > (Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.
  > >
  > > Does anyone have any suggestions about what I am doing wrong?
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 4) Posted: Tue Nov 23, 2004 7:35 am
Post subject: Re: Problems with Multiple Websites using Multiple IP Addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 22 Nov 2004 19:12:24 -0800, aharris23
<aharris23.RemoveThis@discussions.microsoft.com> wrote:

 >Heres the issue:
 >
 >I have my default IIS website running Outlook Web Access - 192.168.0.1 SSL
 >443. I also have windows sharepoint services on two separate web sites that I
 >also would like secured with SSL.
 >
 >How do I go about securing all of them with SSL and host headers? I'd have
 >to use different SSL ports? That's not ideal, as I would have to open more
 >ports on my firewall and it might become confusing.

SSL doesn't do host headers. Separate ports or separate IP addresses
for each site.

Jeff

 >
 >"Ben Strackany" wrote:
 >
  >> What you should instead do is use host headers. Search on google for
  >> multihomed IIS.
  >>
  >> All those DNS records are probably getting mapped to a single public IP,
  >> which means all traffic for all those domains ends up going to 192.168.0.1.
  >> So on those webs in IIS you should add another entry for the server bindings
  >> ("Advanced" button by IP Address in Web Site tab).
  >>
  >> For the "team" website, add 192.168.0.1 as the IP, 80 as the port, and
  >> team.mydomain.ca as the host header.
  >>
  >> For the "www" website, add 192.168.0.1 as the IP, 80 as the port, and
  >> <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> as the host header.
  >>
  >>
  >>
  >> --
  >> Ben Strackany
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.developmentnow.com</font" target="_blank">www.developmentnow.com</font</a>>
  >>
  >> dn
  >>
  >>
  >> "aharris23" <aharris23.RemoveThis@discussions.microsoft.com> wrote in message
  >> news:AD7C6862-B2DC-4FCB-9B5A-B7EFB8111466@microsoft.com...
   >> > Hey,
   >> >
   >> > I have several websites running on IIS 6.0 and have decided to convert the
   >> > setup over to use multiple IP addresses for several of the sites. I added
  >> the
   >> > IPs in the tcp/ip properties of the nic on the server, and selected the IP
   >> > from the dropdown list in IIS manager. I also have setup the appropriate
  >> host
   >> > headers.
   >> >
   >> > The problem I'm having is that when I go to view the websites, it returns
   >> > the default IIS page. Is there some extra DNS, firewall or NAT stuff I
  >> have
   >> > to take care of in order to get this working?
   >> >
   >> > To give an example:
   >> >
   >> > I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
   >> > server is SERVER1.mydomain.ca. I want to have several different web sites
   >> > with this domain, all with different IP addresses (team.mydomain.ca,
   >> > xyz.mydomain.ca) for SSL purposes.
   >> >
   >> > I have the default page running on 192.168.0.1, <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> running on
   >> > 192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server,
  >> if
   >> > I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From
  >> an
   >> > external computer, if i attempt to access any of these pages it returns
  >> the
   >> > default web page. If i turn off the default page, it returns a 400 error.
   >> >
   >> > I have tried using the iplisten command of httpcfg that was described by
   >> > someone with a similar issue, but to no avail. If I run any of the other
   >> > pages off 192.168.0.1 it works appropriately.
   >> >
   >> > If it's a DNS issue, I don't understand how I would be able to direct www
   >> > and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
   >> > (Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.
   >> >
   >> > Does anyone have any suggestions about what I am doing wrong?
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
aharris23

External


Since: Nov 22, 2004
Posts: 3



(Msg. 5) Posted: Tue Nov 23, 2004 7:35 am
Post subject: Re: Problems with Multiple Websites using Multiple IP Addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I realize this - which was my original issue. Do I need a separate external
public ip, or can assign multiple private IPs on my internal network (inside
my firewall) and host them on multiple IPs that way?

Thanks again for your reply Jeff



"Jeff Cochran" wrote:

 > On Mon, 22 Nov 2004 19:12:24 -0800, aharris23
 > <aharris23.DeleteThis@discussions.microsoft.com> wrote:
 >
  > >Heres the issue:
  > >
  > >I have my default IIS website running Outlook Web Access - 192.168.0.1 SSL
  > >443. I also have windows sharepoint services on two separate web sites that I
  > >also would like secured with SSL.
  > >
  > >How do I go about securing all of them with SSL and host headers? I'd have
  > >to use different SSL ports? That's not ideal, as I would have to open more
  > >ports on my firewall and it might become confusing.
 >
 > SSL doesn't do host headers. Separate ports or separate IP addresses
 > for each site.
 >
 > Jeff
 >
  > >
  > >"Ben Strackany" wrote:
  > >
   > >> What you should instead do is use host headers. Search on google for
   > >> multihomed IIS.
   > >>
   > >> All those DNS records are probably getting mapped to a single public IP,
   > >> which means all traffic for all those domains ends up going to 192.168.0.1.
   > >> So on those webs in IIS you should add another entry for the server bindings
   > >> ("Advanced" button by IP Address in Web Site tab).
   > >>
   > >> For the "team" website, add 192.168.0.1 as the IP, 80 as the port, and
   > >> team.mydomain.ca as the host header.
   > >>
   > >> For the "www" website, add 192.168.0.1 as the IP, 80 as the port, and
   > >> <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> as the host header.
   > >>
   > >>
   > >>
   > >> --
   > >> Ben Strackany
<font color=brown>   > >> <a style='text-decoration: underline;' href="http://www.developmentnow.com</font" target="_blank">www.developmentnow.com</font</a>>
   > >>
   > >> dn
   > >>
   > >>
   > >> "aharris23" <aharris23.DeleteThis@discussions.microsoft.com> wrote in message
   > >> news:AD7C6862-B2DC-4FCB-9B5A-B7EFB8111466@microsoft.com...
   > >> > Hey,
   > >> >
   > >> > I have several websites running on IIS 6.0 and have decided to convert the
   > >> > setup over to use multiple IP addresses for several of the sites. I added
   > >> the
   > >> > IPs in the tcp/ip properties of the nic on the server, and selected the IP
   > >> > from the dropdown list in IIS manager. I also have setup the appropriate
   > >> host
   > >> > headers.
   > >> >
   > >> > The problem I'm having is that when I go to view the websites, it returns
   > >> > the default IIS page. Is there some extra DNS, firewall or NAT stuff I
   > >> have
   > >> > to take care of in order to get this working?
   > >> >
   > >> > To give an example:
   > >> >
   > >> > I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
   > >> > server is SERVER1.mydomain.ca. I want to have several different web sites
   > >> > with this domain, all with different IP addresses (team.mydomain.ca,
   > >> > xyz.mydomain.ca) for SSL purposes.
   > >> >
   > >> > I have the default page running on 192.168.0.1, <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> running on
   > >> > 192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server,
   > >> if
   > >> > I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From
   > >> an
   > >> > external computer, if i attempt to access any of these pages it returns
   > >> the
   > >> > default web page. If i turn off the default page, it returns a 400 error.
   > >> >
   > >> > I have tried using the iplisten command of httpcfg that was described by
   > >> > someone with a similar issue, but to no avail. If I run any of the other
   > >> > pages off 192.168.0.1 it works appropriately.
   > >> >
   > >> > If it's a DNS issue, I don't understand how I would be able to direct www
   > >> > and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
   > >> > (Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.
   > >> >
   > >> > Does anyone have any suggestions about what I am doing wrong?
   > >>
   > >>
   > >>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 6) Posted: Tue Nov 23, 2004 6:35 pm
Post subject: Re: Problems with Multiple Websites using Multiple IP Addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 23 Nov 2004 05:49:21 -0800, aharris23
<aharris23 RemoveThis @discussions.microsoft.com> wrote:

 >I realize this - which was my original issue. Do I need a separate external
 >public ip, or can assign multiple private IPs on my internal network (inside
 >my firewall) and host them on multiple IPs that way?

Your IIS server won't care, but you can't get to multiple internal
IP's by forwarding a single external IP. Smile

Jeff

 >Thanks again for your reply Jeff
 >
 >
 >
 >"Jeff Cochran" wrote:
 >
  >> On Mon, 22 Nov 2004 19:12:24 -0800, aharris23
  >> <aharris23 RemoveThis @discussions.microsoft.com> wrote:
  >>
   >> >Heres the issue:
   >> >
   >> >I have my default IIS website running Outlook Web Access - 192.168.0.1 SSL
   >> >443. I also have windows sharepoint services on two separate web sites that I
   >> >also would like secured with SSL.
   >> >
   >> >How do I go about securing all of them with SSL and host headers? I'd have
   >> >to use different SSL ports? That's not ideal, as I would have to open more
   >> >ports on my firewall and it might become confusing.
  >>
  >> SSL doesn't do host headers. Separate ports or separate IP addresses
  >> for each site.
  >>
  >> Jeff
  >>
   >> >
   >> >"Ben Strackany" wrote:
   >> >
   >> >> What you should instead do is use host headers. Search on google for
   >> >> multihomed IIS.
   >> >>
   >> >> All those DNS records are probably getting mapped to a single public IP,
   >> >> which means all traffic for all those domains ends up going to 192.168.0.1.
   >> >> So on those webs in IIS you should add another entry for the server bindings
   >> >> ("Advanced" button by IP Address in Web Site tab).
   >> >>
   >> >> For the "team" website, add 192.168.0.1 as the IP, 80 as the port, and
   >> >> team.mydomain.ca as the host header.
   >> >>
   >> >> For the "www" website, add 192.168.0.1 as the IP, 80 as the port, and
   >> >> <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> as the host header.
   >> >>
   >> >>
   >> >>
   >> >> --
   >> >> Ben Strackany
<font color=brown>   >> >> <a style='text-decoration: underline;' href="http://www.developmentnow.com</font" target="_blank">www.developmentnow.com</font</a>>
   >> >>
   >> >> dn
   >> >>
   >> >>
   >> >> "aharris23" <aharris23 RemoveThis @discussions.microsoft.com> wrote in message
   >> >> news:AD7C6862-B2DC-4FCB-9B5A-B7EFB8111466@microsoft.com...
   >> >> > Hey,
   >> >> >
   >> >> > I have several websites running on IIS 6.0 and have decided to convert the
   >> >> > setup over to use multiple IP addresses for several of the sites. I added
   >> >> the
   >> >> > IPs in the tcp/ip properties of the nic on the server, and selected the IP
   >> >> > from the dropdown list in IIS manager. I also have setup the appropriate
   >> >> host
   >> >> > headers.
   >> >> >
   >> >> > The problem I'm having is that when I go to view the websites, it returns
   >> >> > the default IIS page. Is there some extra DNS, firewall or NAT stuff I
   >> >> have
   >> >> > to take care of in order to get this working?
   >> >> >
   >> >> > To give an example:
   >> >> >
   >> >> > I have the domain mydomain.ca. My server name is SERVER1, the FQDN of the
   >> >> > server is SERVER1.mydomain.ca. I want to have several different web sites
   >> >> > with this domain, all with different IP addresses (team.mydomain.ca,
   >> >> > xyz.mydomain.ca) for SSL purposes.
   >> >> >
   >> >> > I have the default page running on 192.168.0.1, <a style='text-decoration: underline;' href="http://www.mydomain.ca" target="_blank">www.mydomain.ca</a> running on
   >> >> > 192.168.0.5 and team.mydomain.ca running on 192.168.0.6. From the server,
   >> >> if
   >> >> > I go to 192.168.0.5 or 192.168.0.6 it returns the appropriate page. From
   >> >> an
   >> >> > external computer, if i attempt to access any of these pages it returns
   >> >> the
   >> >> > default web page. If i turn off the default page, it returns a 400 error.
   >> >> >
   >> >> > I have tried using the iplisten command of httpcfg that was described by
   >> >> > someone with a similar issue, but to no avail. If I run any of the other
   >> >> > pages off 192.168.0.1 it works appropriately.
   >> >> >
   >> >> > If it's a DNS issue, I don't understand how I would be able to direct www
   >> >> > and team records to go to 192.168.05 or 192.168.0.6. As far as my firewall
   >> >> > (Firebox x500) is concerned - it routes port 80 traffic to 192.168.0.1.
   >> >> >
   >> >> > Does anyone have any suggestions about what I am doing wrong?
   >> >>
   >> >>
   >> >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problems with Multiple Websites using Multiple IP Addresses 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Multiple IP addresses for FTP - Hi everyone, I was wondering if you could provide me with some background on this one. I am trying to setup a small hosting company. I have used host headers to allow access to the various www sites and that works great, but I cannot for the life o...

Multiple Web Sites IIS 5.0 with Two IP Addresses - I cannot get a second web site to work using a second IP address (on the same NIC). OS is W2K Svr. The 2nd IP address shows up OK and is selectable from the IP address dropdown list in the Web site properties page. Both web sites use port 80. I hav...

Multiple Websites - Hi, I'm using headers for my websites, how can I access them locally for testing purposes? TIA Regards, TagaR

Multiple websites on XP? - I remember there was a way (by script, not GUI), to create multiple websites on a machine running Windows XP, but you could only have one website running at each time. Anyone remember how you did that? -- Regards, Kristofer Gafvert..

Multiple Websites... - Hi, I just got started administering a new server, and have a noob question and would appreciate a point in the right direction (e.g. FAQ) At my new organization, they have multiple websites on IIS 5, with each website having multiple virtual..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]