Hello!

Just to be sure you have the same issue as me: is the cause of your
problem the setting of $IFACE and $LOGICAL to the same $LOGICAL
interface name by ifupdown?

If so, this is my temporary workaround:

        if test "$IFACE" == "<MY_LOGICAL_NAME>"
        then
                echo "Crappy hack for ppp0, report bug"
                IFACE=ppp0
        fi

Replace <MY_LOGICAL_NAME> with the logical interface name in
use. This goes to if-{up,down}.d scripts.

The remaining problem is lack of flexibility which physical
interface can be used. Here only ppp0 may be used.

I think $IFACE should be set properly for ppp connections by
ifupdown.

Greetings,

Raoul




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to