Date: Tue, 14 Mar 2000 23:30:17 +0000 From: "Jack T. Hsieh" <jhsieh@1connect.com> To: freebsd-questions@freebsd.org Subject: PPPoE problem Message-ID: <38CECB89.E598F63F@1connect.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! 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?38CECB89.E598F63F>