Hello friends.

In the past time I was thinking about the "problem" and a solution
using different destination addresses (partly dynamic or static)
in relation with AutoDial and ISDNPM. My own config.fnc was growing
but still not everything was working. As I now learned from Manfred,
it should be very simple to do so.
With the condition that all outgoing connections are set with 
"Masquermode = 2"

1.)
If you use the LAN interface for ISDNPM then this interface is configured
in setup.cmd and usd in default route. Everything else is done by
ISDNPM with NAT. Inside the config.fnc no more IP commands are
necessary, they are harmful in a way.

Here is an example (partly) of settings in TCP/IP 4.1 (an higher)
(LAN1 is ISDN): 

*** snip ***
ifconfig lan0 192.168.5.103 netmask 255.255.255.0 mtu 1500
ifconfig lan1 192.168.101.103 netmask 255.255.255.0 metric 1 mtu 1500
-icmpred
route add default 192.168.101.103 -hopcount 1
ipgate on
*** snip ***

2.)

If you use the sl0 interface used, then you have to configure this in
the "START"-block of config.fnc. More entries in the config.fnc are not needed.

The variante using the LAN is working ok with me.

I hope that this was not to boring, but it is/was
maybe not clear enough to everybody.


best regards/2

Karlheinz

