Subject: pppd Problems!
To: None <port-i386@netbsd.org>
From: Matt Bell <mtbell@mb1.dial.servtech.com>
List: port-i386
Date: 10/28/1999 23:45:01
Hi All,

I have a static ip through one isp and also have another isp that I can get
free isdn connection to. What I am trying to do is to have my analogue
modem dial up to the isp with the static ip and have all incoming packets
go through that connection. As for the isdn line I want to connect to that
isp at the same time and have all outgoing packets routed through that.
What I have done so far is get all the scripts working OK and can have both
dial up and connect at the same time. I put defaultroute in the options
file for the isdn modem so all outgoing packets will be routed through that
one. So here is what my routing tables look like:

Routing tables

Internet:
Destination      Gateway                     Flags 
default          ip to isdn connection       UG     
10.0.0.0         link#1                      U      
compaq           0:20:78:14:dc:bf            UH     
Bird             0:40:5:6d:c2:22             UH     
10.0.0.255       link#1                      UH     
localhost.servte 127.0.0.1                   UH     
e0.access0.buf.n 216.42.118.66(static IP)    UH
ip to isdn connection and dynamic IP

All the outgoing packets route through the isdn line with no problems, The
problem I am having is that I cannot access my machine from either my
static IP nor the temporary dynamic IP when both lines are connected.  

Any Help Would be greatly appreciated.

-Matt