Hello,

Does anybody know the meaning of:

Apr 27 11:55:59 xcpc pppd[4920]: Cannot determine ethernet address for proxy
ARP
Apr 27 11:55:59 xcpc pppd[4920]: local  IP address 172.25.8.151
Apr 27 11:55:59 xcpc pppd[4920]: remote IP address 172.25.8.150
Apr 27 11:57:31 xcpc kernel: Swansea University Computer Society IPX 0.34
for NET3.035

In my ip-up.local there is a command to establish a route to a network when
one ppp connection is requested. But it isn't working. Is it related to this
message ?

That's my ip-up.local

#!/bin/bash

case "$5" in
        172.25.8.150)
        /sbin/route add -net cta-net gw xcpccta
        /sbin/route add -net cac-net gw xcpccta
        ;;
        *)
esac
exit 0

I have multiple PPP connections, my machine call up to 3 PPP servers. Is
this a problem to ip-up ?

Thanks,

Cristiano Benevento

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to