Date: Sun, 30 Jul 2000 23:34:28 -0400 From: mhf <michael.flug@snet.net> To: Dan Flemming <danflemming@mac.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Please help: Cannot connect PPPoE with ADSL modem Message-ID: <3984F3C4.444A9693@snet.net> References: <39845813.431A045C@snet.net> <3984733F.2E7F4A0A@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dan Flemming wrote:
> PPPoE is tricky. Post your complete rc.conf and ppp.conf.
Thanks for taking the time to look at these files. If it would be
helpful to repost the original questions now that you have the files in
front of you, please tell me.
Best regards,
Mike
Here's my ppp.conf file:
default:snet.net
set device PPPoE:dc0
set MRU 1490
set MTU 1490
set authname michael.flug
set authkey {{{left blank for post}}}
set log Phase tun command # you can add more detailed logging if you
wish
set dial
set login "TIMEOUT 1.5 name:-\\r-login:\\U word:\\P ocol:PPP HELLO" #
this is set ifaddr 10.0.0.1/0 10.0.0.2/0
add default HISADDR
nat enable yes # if you want to enable nat for your local net
set cd off
set crtscts off
papchap:
set authname michael.flug
set authkey {{{left blank for post}}}
Here's my rc.conf file:
# This file now contains just the overrides from /etc/defaults/rc.conf
# please make all changes to this file.
# -- sysinstall generated deltas -- #
moused_port="/dev/sysmouse"
moused_type="microsoft"
moused_enable="YES"
saver="fire"
blanktime="1200"
font8x8="cp437-8x8"
font8x14="cp437-8x14"
font8x16="cp437-8x16"
keyrate="fast"
# -- sysinstall generated deltas -- #
moused_type="microsoft"
moused_enable="YES"
# -- ppp snet.net script --- #
ppp_enable="YES"
ppp_mode="dedicated"
ppp_nat="YES"
ppp_profile="snet.net"
# -- sysinstall generated deltas -- #
moused_port="/dev/sysmouse"
moused_enable="YES"
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?3984F3C4.444A9693>
