Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 00:44:06 PST
From:      "Jack Hsieh" <jhsieh64@hotmail.com>
To:        questions@freebsd.org
Subject:   PPPoE Problem
Message-ID:  <20000315084406.9594.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hello,
        I'm using FreeBSD 3.4 release and I'm trying to setup PPPoE for
my
newly installed dsl line.
I followed the instruction from the handbook configuring the kernel with
the appropriated options.
And I have the /etc/ppp.conf as the following:
    default:
      set device PPPoE:de0
      set MRU 1492
      set MTU 1492
      set authname mylogin
      set authkey mypasswd
      set log Phase tun command
      set dial
      set ifaddr 10.0.0.1/0 10.0.0.2/0
      add default HISADDR
      nat enable
      set cd 5
      set crtscts off
    papchap:
      set authname mylogin
      set authkey mypasswd

However I'm not able to pick the connection.
from the /var/log/ppp.log, I have:

tun0: Phase: PPP Started (dedicated mode).
tun0: Phase: bundle: Established
tun0: Phase: deflink: closed -> opening
tun0: Phase: deflink: Connected!
tun0: Phase: deflink: opening -> carrier
tun0: Phase: deflink: Disconnected!
tun0: Phase: deflink: carrier -> lcp
tun0: Phase: deflink: write (1): Network is unreachable
...
...

what did I miss?
Thanks!
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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