li...@gradstein.info
unread,May 22, 2012, 12:37:39 PM5/22/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I'm trying to use the multilink feature of PPP (by bonding two links) on a Linux Ubuntu (Oneiric). I followed the instructions by adding a 'multilink' (also tried 'mp' but looks the same) to my provider scripts in /etc/ppp/peers/myprovider1:
multilink
plugin rp-pppoe.so
rp_pppoe_service
'XXXXXXXXXXXXXXXXXXXXX'
# network interface
eth0
user ""
noipdefault
nodefaultroute
usepeerdns
persist
noreplacedefaultroute
hide-password
noauth
But When I launch the connection ("ifup myprovider"), I don't see ANYTHING (debug activated) related to multilink. No 'New bundle' message. The connection goes OK, creating a ppp0, that's all (not a single error message). It's as if my provider (which is supporting multilink) ignored the multilink request, if that's even possible? Why can't I get a bundle message? How can I debug this?
Here is the output of the debug messages:
pppd[2438]: Plugin rp-pppoe.so loaded.
pppd[2438]: pppd 2.4.5 started by user1, uid 0
pppd[2438]: Send PPPOE Discovery V1T1 PADI session 0x0 length 57
pppd[2438]: dst ff:ff:ff:ff:ff:ff src 0:49:9f:b6:76:aa
pppd[2438]: [service-name XXXXXXXXXXX] [host-uniq 86 09 00 00]
pppd[2438]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 164
pppd[2438]: dst 0:49:9f:b6:76:aa src 0:51:69:04:58:ba
pppd[2438]: [AC-name DataIO] [service-name XXXXXXXXXXXXXXXXXX] [service-name PacketData] [service-name PacketData-1] [service-name ISDN] [service-name ISDN-1] [service-name PacketData-2] [service-name ISDN-2] [service-name 28#] [host-uniq 86 09 00 00]
pppd[2438]: Send PPPOE Discovery V1T1 PADR session 0x0 length 57
pppd[2438]: dst 0:51:69:04:58:ba src 0:49:9f:b6:76:aa
pppd[2438]: Recv PPPOE Discovery V1T1 PADS session 0x9 length 57
pppd[2438]: PADS: Service-Name: 'XXXXXXXXXXXXXXXXX'
pppd[2438]: PPP session is 9
pppd[2438]: Connected to 00:51:69:04:58:ba via interface eth0
pppd[2438]: using channel 12
pppd[2438]: Starting negotiation on eth0
pppd[2438]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xbd93159d> <mrru 1500> <endpoint [MAC:00:49:9f:b6:76:aa]>]
pppd[2438]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xbd93159d> <mrru 1500> <endpoint [MAC:00:49:9f:b6:76:aa]>]
pppd[2438]: rcvd [LCP ConfRej id=0x1 <mrru 1500> <endpoint [MAC:00:49:9f:b6:76:aa]>]
pppd[2438]: sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xbd93159d>]
pppd[2438]: rcvd [LCP ConfReq id=0x1 <magic 0x2436bc4d> <pcomp>]
pppd[2438]: sent [LCP ConfRej id=0x1 <pcomp>]
pppd[2438]: rcvd [LCP ConfAck id=0x2 <mru 1492> <magic 0xbd93159d>]
pppd[2438]: rcvd [LCP ConfReq id=0x2 <magic 0x2436bc4d>]
pppd[2438]: sent [LCP ConfAck id=0x2 <magic 0x2436bc4d>]
pppd[2438]: sent [LCP EchoReq id=0x0 magic=0xbd93159d]
pppd[2438]: peer from calling number 00:51:69:04:58:BA authorized
pppd[2438]: Using interface ppp0
pppd[2438]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd[2438]: rcvd [IPCP ConfReq id=0x0 <addr 192.168.1.1>]