<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I figured it would be something like that. Well, at least I have
something to work on.<br>
<br>
Thanks again.<br>
<br>
<br>
Steven Critchfield wrote:
<blockquote cite="mid1105045913.32245.25.camel@critch" type="cite">
  <pre wrap="">On Thu, 2005-01-06 at 22:05 +0000, Niksa Baldun wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks, that was it. Now I can accept incoming RAS connections. But,
what about outgoing connections? Is it possible to make * behave like
ISDN router, i.e. have it establish a connection when someone on the
LAN requests specific IP address?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This would be a bit harder. Start with detecting when the route is down
and the specific IP needs to come up. If you can detect that, then you
just need to drop an appropriate .call file and it will dial out and
connect. 

I'm assuming this is all in an attempt to do dial on demand out to
remote locations. I'm not sure how to do the detect you need to route so
fire a script.

  </pre>
</blockquote>
<br>
</body>
</html>