Hi all I've a remote site connecting to the head office through a VPN connection after dialling to the Internet using a 128K ISDN modem. The two connections are dial-on-demand connections. I've an ISDN modem installed in the HO RRAS server for incoming connections. I want the remote site to directly dial to the HO instead of dialing to the Internet if there is a problem in the Internet connection or the VPN connection. How to do that?
You should be able to create a second demand dial interface that isn't dependent on a primary connection. However, I don't think I would do this on an ISA Server machine.
Hi Tom, Thanx for the reply. I can create a second demand dial. But here is the sequence of my connections: if any backet destination to the HO, first a dialup connection to our ISP will be established, then a VPN connection to our HO. The problem here I've one ISDN line. If VPN connection failed, the first dial up connection to the ISP will still be there. So the line will be busy, for half an hour (my time out setting) hence I can't have a second interface using the same line to dial directly to the HO. (I beleive scripting might solve the problem). If it's not recommended, then how to create a failover connection to maintain availability.
Scripting may indeed be the answer, but I haven't really studied this scenario before, so its hard for me to give an intelligent analysis
The problem is that the ISA Server component uses the dial-up entry connectoid while the RRAS demand dial interface is unaware of the connectoid. You'll have to configure the connectoid to never redial so that it doesn't conflict with the demand dial interface.
Hi Tom: The dial up connection is another demand dial interface "sorry for the confusion". So I've two demand dial interfaces, one using the ISDN line to my ISP and the other interface is the VPN to my HO.
What I need exactly is the following logic:
If the demand dial to my ISP is successfull THEN >>
Try the VPN demand dial interface. >>
If the VPN failed, THEN >>
Disconnect the previous connection and use a third demand dial interface directly to my HO.
If the demand dial to my ISP failed TEHN >>
Try the third demand dial interface directly to the HO.
Any idea where to find resources for RRAS scripting? Thanx Yassin