Just stumbled upon... Using pppoe on two interfaces fails with this:

Jan 28 22:57:01 nora mpd: mpd: pid 47609, version 4.0b4 ([EMAIL PROTECTED]
17:55 28-Jan-2006)
Jan 28 22:57:01 nora mpd: [out0] ppp node is "mpd47609-out0"
Jan 28 22:57:01 nora mpd: netflow node is "mpd47609-netflow"
Jan 28 22:57:01 nora mpd: tcpmss node is "mpd47609-mss"
Jan 28 22:57:01 nora mpd: [out0] exec: /sbin/ifconfig rl1 up
Jan 28 22:57:01 nora mpd: [out0] using interface ng0
Jan 28 22:57:01 nora mpd: [out0] IFACE: Open event
Jan 28 22:57:01 nora mpd: [out0] IPCP: Open event
Jan 28 22:57:01 nora mpd: [out0] IPCP: state change Initial --> Starting
Jan 28 22:57:01 nora mpd: [out0] IPCP: LayerStart
Jan 28 22:57:01 nora mpd: [in2] ppp node is "mpd47609-in2"
Jan 28 22:57:01 nora mpd: [in2] exec: /sbin/ifconfig rl0 up
Jan 28 22:57:01 nora mpd: [out0] bundle: OPEN event in state CLOSED
Jan 28 22:57:01 nora mpd: [out0] opening link "pr1"...
Jan 28 22:57:01 nora mpd: [pr1] link: OPEN event
Jan 28 22:57:01 nora mpd: [pr1] LCP: Open event
Jan 28 22:57:01 nora mpd: [pr1] LCP: state change Initial --> Starting
Jan 28 22:57:01 nora mpd: [pr1] LCP: LayerStart
Jan 28 22:57:01 nora mpd: [pr1] device: OPEN event in state DOWN
Jan 28 22:57:01 nora mpd: [out0] exec: /sbin/ifconfig rl0 up
Jan 28 22:57:01 nora mpd: [out0] using interface ng0

  The interesting part is that out0 makes active interface rl1 first
then switching to rl0. None of them can work after that...

  Each of them works successfully alone but turning on both of 'em
trashes everything.

  Here's a config file parts:

==[ mpd.conf ]==
startup:
  set global disable tcp-wrapper
  set console port 5005
  set console ip 127.0.0.1
  set console user root ---
  set console open

default:
  load out0
  load in2

out0:
  new -n -i ng0 out0 pr1
  set auth authname ---
  set auth password ---
  set bundle yes compression encryption multilink
  set ccp yes mppc mpp-e40 mpp-e56 mpp-e128 mpp-stateless
  set ecp yes des
  set iface addrs 1.1.1.1 2.2.2.2
  set iface enable tcpmssfix
  set iface disable on-demand proxy-arp
  set iface route default
  set ipcp ranges 0.0.0.0/0 0.0.0.0/0
  set link no pap chap
  set link accept chap-msv2 pap
  set link yes acfcomp protocomp
  set netflow export 127.0.0.1 2055
  open iface

in2:
  new -n -i ng1 in2 pr0
  load in

in:
  set auth enable internal
  set auth max-logins 0
  set bundle yes compression encryption noretry multilink
  set ccp yes mppc mpp-e40 mpp-e56 mpp-e128 mpp-stateless
  set ecp enable des
  set iface disable on-demand proxy-arp
  set iface enable tcpmssfix
  set ipcp ranges 172.31.0.0/32 172.31.0.0/16
  set ipcp dns 172.31.0.0
  set link no pap chap
  set link enable chap-msv2
  set link yes acfcomp protocomp
  set netflow export 127.0.0.1 2055

==[ mpd.links ]==
pr1:
        set link type pppoe
        set pppoe iface rl1
        set pppoe service "anyone"
        set pppoe disable incoming
        set pppoe enable originate

pr0:
        set link type pppoe
        set pppoe iface rl0
        set pppoe service "sg"
        set pppoe disable originate
        set pppoe enable incoming

==[ end ]==

  And I'm on:
FreeBSD nora.lan 6.0-STABLE FreeBSD 6.0-STABLE #77: Sat Jan 28
00:51:07 EET 2006     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NORA  i386

--
[WBR], Arcade.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Mpd-users mailing list
Mpd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mpd-users

Reply via email to