Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x support forum
 Helicon Tech : ISAPI_Rewrite 2.x support forum
Subject Topic: ISAPI Multihomed Issues Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
guffer
Newbie
Newbie


Joined: 07 October 2008
Location: United Kingdom
Online Status: Offline
Posts: 2
Posted: 07 October 2008 at 9:39am | IP Logged Quote guffer

Have ISAPI on a front end that is multihomed on IIS 6. Has 3 IP's as the firewall won't multinat. Has IP's .19 .36 & .49, in that order bound to the NIC. The request is being proxied to a web server behind the front end.

Problem is that request is made to .49 but the request to the back end comes from the first IP address .19

Can it be overridden?


Back to Top View guffer's Profile Search for other posts by guffer
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7565
Posted: 08 October 2008 at 2:31pm | IP Logged Quote Lexey

No, ISAPI_Rewrite's proxy can not specify which IP address will be used as a subrequest source.
But you could try to add explicit route to the backend server's IP through .19 address. It could be done with the command like (if both target and source are on the same network segment):

route add ddd.ddd.ddd.ddd mask 255.255.255.255 yyy.yyy.yyy.19 -p

Note that command should be run after each server reboot.
Back to Top View Lexey's Profile Search for other posts by Lexey
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

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