> The problem, as I see it, is that the only pppd that supports netgraph is mpd.

  I don't agree. Our ppp(8) also supports netgraph (I used to use it up
  to 2 days ago, then I switched - maybe temporarily - to mpd for
  testing). I use it to connect to my ADSL ISP, using PPPoE.

  Here's my /etc/ppp/ppp.conf, in case there's no obvious documentation
  on how to make ppp to work with PPPoE:

default:
  # set device linktype:physical_interface:profile
  set device PPPoE:ed0:ISP
  disable lqr
  enable mssfixup

  set ifaddr 0.0.0.0 0.0.0.0 255.255.255.0 0.0.0.0
  set lqrperiod 6
  set mru max 1492
  set mtu max 1492
  set timeout 0
  set log phase tun
  set redial 5 0

  nat enable no

  add default HISADDR

  set authname mylogin
  set authkey mypassword


  I hope that helps.


  Fred


-- 
"The future is a race between education and catastrophe."
                -- H.G. Wells

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to