Networking Forums

Networking Forums > Computer Networking > Windows Networking > two ips of the same subnet

Reply
Thread Tools Display Modes

two ips of the same subnet

 
 
=?Utf-8?B?cm9uYWxkIHdhcm5lcg==?=
Guest
Posts: n/a

 
      01-31-2005, 05:09 AM
Good day.

I have configured two IP's of the same network on a network card, because
each application needs to bind to ports 80 and 443.

IP A is binded to IIS.
IP B is binded to application B.

So, far everything works, except for when application B uses IP A to access
an internal server.

Is there any way to configure the server to use IP B when application B is
accessing the internal server?

thanks.
 
Reply With Quote
 
 
 
 
Steve Riley [MSFT]
Guest
Posts: n/a

 
      02-01-2005, 06:16 AM
No. When the application generates its own outbound traffic (as opposed to
traffic that's a reply to an inbound request) it simply creates data and
drops it on the stack. The stack divides the data into packets and consults
the routing table to see which interface can route the data to its destination.
If more than one interface is capable, then the stack chooses the interface
with the lowest metric (lower numbers mean higher priority). If both metrics
are the same, the stack chooses the interface that's bound first.

There are ways you can code an application to use a specific interface; how
to do that is buried somewhere deep within MSDN but I don't know where. If
your application B is packaged software, there's nothing you can do other
than contact the vendor and ask for a modification.

Steve Riley
(E-Mail Removed)



> Good day.
>
> I have configured two IP's of the same network on a network card,
> because each application needs to bind to ports 80 and 443.
>
> IP A is binded to IIS.
> IP B is binded to application B.
> So, far everything works, except for when application B uses IP A to
> access an internal server.
>
> Is there any way to configure the server to use IP B when application
> B is accessing the internal server?
>
> thanks.
>



 
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
Routing - Computers on either subnet have problems finding PCs on the other subnet ZZYZX Windows Networking 2 03-26-2011 01:01 AM
VPN Clients and subnet, NOT the usual "255.255.255.255 subnet mask" question! snowdog_2112 Windows Networking 4 09-09-2006 01:35 AM
subnet to subnet routing question S James Linux Networking 0 09-04-2003 03:37 PM
firewall/router - subnet/router - subnet S James Linux Networking 0 09-04-2003 01:17 PM
21 bit subnet ? Carl Farrington Linux Networking 4 08-07-2003 10:47 AM



1 2 3 4 5 6 7 8 9 10 11