On Fri January 18 2008 10:20:11 Larry Fletcher wrote: > This morning I noticed something new in the plog: > > Jan 18 10:05:43 lotek pppd[4903]: pppd 2.4.4 started by root, uid 0 > Jan 18 10:05:43 lotek pppd[4903]: Using interface ppp0 > Jan 18 10:05:43 lotek pppd[4903]: Cannot determine ethernet address for > proxy ARP Jan 18 10:05:43 lotek pppd[4903]: local IP address 10.64.64.64 > Jan 18 10:05:43 lotek pppd[4903]: remote IP address 10.112.112.112 > > Does anyone know how I can fix the "Cannot determine ethernet address > for proxy ARP"? I've been reading "man pppd" and the "options" file, > but I haven't figured it out yet.
Delete everything related to PPP and PPPOE from your system. Your DSL router is handling PPPOE for you and you're only confusing yourself by trying to do PPPOE over the ethernet connection to your router. Simply make sure your eth0 is configured in /etc/network/interfaces something like this: auto eth0 iface eth0 inet dhcp - and that you have dhcp-client or dhcp3-client installed. --Mike Bird -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]