
>Hi Tobias,

>it works !
>In ISDNPM 3.0 you need to have 2 *.out files.
>Now you can establish both connections. The trick is the routing.
>As you can have only one possible "default route", and this is set to the new connection
>every time you use the dialer the route changes with the second connection.

>- dial the internet connection
>- Default-Route is set to Internet
>- keep the connection open
>- dial the Intranet connection
>- a new default route is set, your Internet connection is lost on IP level,
>- because all packets are routed to the Intranet.

>How to solve:

>You have to setup sl0 and sl1.
>sl0 (Internet) uses Config.fnc. sl1 (Intranet) you can copy
>config.fnc to i.e. configsl1.fnc
>Change entries in ISDN.CFG !
>Delete the "route default" und "route delete default" command from the
>new Configsl1.fnc, to keep your default Internet-Route.
>If the Intranet-Access uses static, private IP numbering, it should be ok
>if you add a routing entry of the interface. If that is not enough,
>you can setup a fixed route to the INTRANET.

>Its similar in ISDNPM 2.9. You only have to start a second instance
>of the program (mentioned somewhere in the docs).
>Its always the routing which is requires a tricky setup.

>Bye Uwe

2 interfaces are only necessary if one does not want to use Masquerading/NAT
or if its not possible for him. Its much easier using Masquerading/NAT as
already discribed from Karlheinz.

The most important entries are "RemoteAdress" and "ExRemoteAddress" in the
user files (also if 2 interfaces are used).

Example
The company network has 2 subnetworks with masks 155.55.54.xx and 155.55.56.xx.

Then you have to code the *.out file of the company connection like:

      RemoteAddress :  155.55.54.00/255.255.255.0
      RemoteAddress :  155.55.56.00/255.255.255.0

The *.out file used for the ISP has to be like

      RemoteAddress   :  0.0.0.0/0.0.0.0
      ExRemoteAddress :  155.55.54.00/255.255.255.0
      ExRemoteAddress :  155.55.56.00/255.255.255.0


Manfred
-----------------------------------------------------------
Thu Sep 07 12:58:38

