On Thu, 27 Apr 2000, Benevento Cristiano-Q14793 wrote:

|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 ?

The ip-up.local script does not get executed by pppd, /etc/ppp/ip-up gets
executed by pppd.  The ip-up.local is a RH thang, I'd expect there to be
a line in /etc/ppp/ip-up to execute it, although given RH's propensity for 
indirection that guess should be taken with a good-sized salt-lick.

The message isn't related in any case.  Pppd has found the proxyarp option
somewhere in it's configuration but hasn't found a NIC in the host that it
can use to proxy arp for a LAN. 

|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 ?

I *think* not, each pppd instance should execute /etc/ppp/ip-up.  The
script above should do the right thing for the connection to the host
172.25.8.150, aka xcpccta.  The bothersome thing is that it suggests that
the host is on two LANs, cta-net and cac-net, so it's not clear why pppd
complains about not finding an Ethernet address.

---
Clifford Kite                                               Not a guru. (tm)


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

Reply via email to