Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 19:11:50 +0600
From:      "Andrew A. Khlebutin" <andrey@hm.perm.ru>
To:        freebsd-questions@freebsd.org
Subject:   PPPoE clent trouble under 5.1
Message-ID:  <314632969.20030821191150@perm.ru>

next in thread | raw e-mail | index | archive | help
Hello,

I try to establish connection through PPPoE from my home PC but do not
succeed  ;-(.  I  read  related  section  of  handbook               -
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html
and http://renaud.waldura.com/doc/freebsd/pppoe/.

Any ideas?

ppp logs here - http://hydra.pstu.ru/andrew/pppoe.txt

Maybe other PPPoE clients exist for FreeBSD?

P.S: PPP Version 3.1, FreeBSD 5.1-RELEASE-p2

=======================/etc/ppp/ppp.conf==========================
default:
    set log All
    set timeout 0

pppoe:
    set device PPPoE:xl0
    set authname "mylogin"
    set authkey "mypass"
    set mru 1492
    set mtu 1492
    disable ipv6cp
    set ctsrts off
    set speed sync
    enable lqr
    set dial
    set login
    add default HISADDR
    enable dns
    enable proxy
    disable acfcomp protocomp
=======================/etc/ppp/ppp.conf==========================

-- 
Best regards,
Andrew A. Khlebutin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?314632969.20030821191150>