[EMAIL PROTECTED] (Stephan Oehlert) writes:

> hi
> 
> I dont know if this has been addressed before but ISDN setup is still not
> working very well (at least in 7.2). Yes, I can get my hardware to work with
> isdn setup and manually calling
> ifup ippp0
> isdnctrl dial ippp0
> route add default ippp0
> But I dont understand why my default route is not set automatically by ifup
> ippp0. There is these lines in ifup:
> 
> if [ "${GATEWAYDEV}" = "" -o "${GATEWAYDEV}" = "${DEVICE}" ]; then
>       # set up default gateway
>       if [ "${GATEWAY}" != "" ]; then
>           route add default gw ${GATEWAY} ${DEVICE}
>           DEFGW=${GATEWAY}
>       elif [ "${GATEWAYDEV}" = "${DEVICE}" ]; then
>           route add default ${DEVICE}
>       fi
>     fi
> 
> when I set GATEWAYDEV to ippp0 and call ifup ippp0, shouldnt this
> automatically set my default gateway to ippp0? I dont understand this. I
> would appreciate help very much.

Well, on every cards I tested, the route were added. Strange
I'll do further tests.

-- 
dam's

Reply via email to