Networking Forums

Networking Forums > Computer Networking > Windows Networking > IIS query!!!

Reply
 
 
Harry
Guest
Posts: n/a

 
      11-07-2006, 10:10 AM
Hi!
I did post this in server.general - but to reach to larger audiance Iam
reposting it again . Assistance required.....

I have a computer running IIS with a public IP(x.x.x.x), now I want the
port 80 of the public IP(x.x.x.x) to be used by another program.
Is there any way I can make both the programs up and running accepting
requests on port 80 of x.x.x.x?
If not... can I assign another public IP (y.y.y.y) to IIS and let it
accept incoming requests on port 80 of y.y.y.y?
As of now I have only one NIC.
Thank you in advance
Regards

reply.........from......."G. Stoynev" <(E-Mail Removed)> wrote in message

You can assign multiple IPs to your NIC. Go to Network Connections,
right-click your NIC, select Properties. In the items list select
Internet Protocol (TCP/IP), click Properties, I assume "Use the
following IP address:" is selected. Click "Advanced" - here you can add
multiple IP addresses

my reply...............

Hi!
Many thanks for the reply. The other application Iam using is Ultravnc, and
I want it to listen on port 80.
Well, I've added another WAN IP(x.x.x.x) to the NIC as you told me and made
IIS v5 to use that IP and listen on port 80.
I configured an WAN IP (y.y.y.y) as "Use the following IP address" and the
ULtra VNC will listen on this as this is the configured IP.

But, at any given time only 1of them is working( either VNC or IIS).

Any ideas???

Thanks
Harry



 
Reply With Quote
 
 
 
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      11-07-2006, 03:10 PM
Correct. You can assign multiple IPs to your NIC. You can use netstat command to check the port status. This link may help,

How to find open ports on a computer To see what ports your computer actually communicates with, use netstat -an |find /i "established"; To find specified open port, use find switch. ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Harry" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Hi!
I did post this in server.general - but to reach to larger audiance Iam
reposting it again . Assistance required.....

I have a computer running IIS with a public IP(x.x.x.x), now I want the
port 80 of the public IP(x.x.x.x) to be used by another program.
Is there any way I can make both the programs up and running accepting
requests on port 80 of x.x.x.x?
If not... can I assign another public IP (y.y.y.y) to IIS and let it
accept incoming requests on port 80 of y.y.y.y?
As of now I have only one NIC.
Thank you in advance
Regards

reply.........from......."G. Stoynev" <(E-Mail Removed)> wrote in message

You can assign multiple IPs to your NIC. Go to Network Connections,
right-click your NIC, select Properties. In the items list select
Internet Protocol (TCP/IP), click Properties, I assume "Use the
following IP address:" is selected. Click "Advanced" - here you can add
multiple IP addresses

my reply...............

Hi!
Many thanks for the reply. The other application Iam using is Ultravnc, and
I want it to listen on port 80.
Well, I've added another WAN IP(x.x.x.x) to the NIC as you told me and made
IIS v5 to use that IP and listen on port 80.
I configured an WAN IP (y.y.y.y) as "Use the following IP address" and the
ULtra VNC will listen on this as this is the configured IP.

But, at any given time only 1of them is working( either VNC or IIS).

Any ideas???

Thanks
Harry



 
Reply With Quote
 
Harry
Guest
Posts: n/a

 
      11-08-2006, 02:13 AM
Thank you for the reply.
I have assigned multiple IP's to the NIC a) 202.x.x.172; b) 202.x.x.173.

I have assigned IP 'a' to IIS and made it listen on port 80 of that IP.
In the network connection - " use the following IP address" I gave the IP 'b'
I have also specified both the IP's in the "advanced - IP address" of the network connections.

With the above settings - I understand that IIS should listen on port 80 of IP 'a'
and the ultraVNC should listen to port 80 if IP 'b' - Right ?

But thru "netstat -ano" I see "proto - TCP", "Local address - 0.0.0.0:80" with the program ID for IIS - when IIS is started first.
But when I try to open UltraVNC it gives error. Thsi is obvious because IIS is already using port 80
The vice-versa happens if I start IIS while UltraVNC is listening on port 80.

Looks like both the programs are using port 80 of a single IP.

Iam able to get the reply of Ping for both the IP's.
I dont know if Iam missing something. Any idea what Iam doing wrong?
Regards
Harry
"Robert L [MVP - Networking]" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
Correct. You can assign multiple IPs to your NIC. You can use netstat command to check the port status. This link may help,

How to find open ports on a computer To see what ports your computer actually communicates with, use netstat -an |find /i "established"; To find specified open port, use find switch. ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Harry" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Hi!
I did post this in server.general - but to reach to larger audiance Iam
reposting it again . Assistance required.....

I have a computer running IIS with a public IP(x.x.x.x), now I want the
port 80 of the public IP(x.x.x.x) to be used by another program.
Is there any way I can make both the programs up and running accepting
requests on port 80 of x.x.x.x?
If not... can I assign another public IP (y.y.y.y) to IIS and let it
accept incoming requests on port 80 of y.y.y.y?
As of now I have only one NIC.
Thank you in advance
Regards

reply.........from......."G. Stoynev" <(E-Mail Removed)> wrote in message

You can assign multiple IPs to your NIC. Go to Network Connections,
right-click your NIC, select Properties. In the items list select
Internet Protocol (TCP/IP), click Properties, I assume "Use the
following IP address:" is selected. Click "Advanced" - here you can add
multiple IP addresses

my reply...............

Hi!
Many thanks for the reply. The other application Iam using is Ultravnc, and
I want it to listen on port 80.
Well, I've added another WAN IP(x.x.x.x) to the NIC as you told me and made
IIS v5 to use that IP and listen on port 80.
I configured an WAN IP (y.y.y.y) as "Use the following IP address" and the
ULtra VNC will listen on this as this is the configured IP.

But, at any given time only 1of them is working( either VNC or IIS).

Any ideas???

Thanks
Harry



 
Reply With Quote
 
Harry
Guest
Posts: n/a

 
      11-09-2006, 04:21 AM
No reply??
Was I informative enough, someone pl help me soon.
many thanks
harry
"Robert L [MVP - Networking]" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
Correct. You can assign multiple IPs to your NIC. You can use netstat command to check the port status. This link may help,

How to find open ports on a computer To see what ports your computer actually communicates with, use netstat -an |find /i "established"; To find specified open port, use find switch. ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Harry" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Hi!
I did post this in server.general - but to reach to larger audiance Iam
reposting it again . Assistance required.....

I have a computer running IIS with a public IP(x.x.x.x), now I want the
port 80 of the public IP(x.x.x.x) to be used by another program.
Is there any way I can make both the programs up and running accepting
requests on port 80 of x.x.x.x?
If not... can I assign another public IP (y.y.y.y) to IIS and let it
accept incoming requests on port 80 of y.y.y.y?
As of now I have only one NIC.
Thank you in advance
Regards

reply.........from......."G. Stoynev" <(E-Mail Removed)> wrote in message

You can assign multiple IPs to your NIC. Go to Network Connections,
right-click your NIC, select Properties. In the items list select
Internet Protocol (TCP/IP), click Properties, I assume "Use the
following IP address:" is selected. Click "Advanced" - here you can add
multiple IP addresses

my reply...............

Hi!
Many thanks for the reply. The other application Iam using is Ultravnc, and
I want it to listen on port 80.
Well, I've added another WAN IP(x.x.x.x) to the NIC as you told me and made
IIS v5 to use that IP and listen on port 80.
I configured an WAN IP (y.y.y.y) as "Use the following IP address" and the
ULtra VNC will listen on this as this is the configured IP.

But, at any given time only 1of them is working( either VNC or IIS).

Any ideas???

Thanks
Harry



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sky query Woody Broadband 7 04-08-2008 06:31 PM
Sky BB MAX query Marauder Broadband 11 03-24-2007 11:12 AM
query Martinpara Home Networking 7 12-06-2006 10:29 PM
One to One NAT query Josh Howlett Linux Networking 0 05-06-2004 11:32 AM
VPN query gethrog Wireless Internet 5 05-03-2004 03:18 PM



1 2 3 4 5 6 7 8 9 10 11