Unable to login with PPPoE (2.10-RELEASE x86)
YONETANI Tomokazu
y0n3t4n1 at gmail.com
Wed Jul 6 21:05:52 PDT 2011
Hi.
On Thu, Jul 07, 2011 at 04:47:23AM +0200, Georg Bege wrote:
> I actually never had a lot of issue regarding this, but now Im running
> out of ideas.
>
> Whatever I try Im not able to use PPPoE to login to my internet (which
> is essential for the purpose of this box).
> I seem to get an IP but I cannot ping anything (eg. no routing?)
ppp.log:
> Jul 7 04:24:05 aquina ppp[337]: tun0: IPCP: myaddr 84.62.131.143 hisaddr = 84.62.128.1
> Jul 7 04:24:05 aquina ppp[337]: tun0: Warning: 84.62.128.1: Change route failed: errno: No such process
Try this command to replace the current default route to hisaddr above
# route change default 84.62.128.1
If ping works after this, change the last line in ppp.conf from
add default HISADDR
to
add! default HISADDR
Cheers.
More information about the Users
mailing list