From owner-freebsd-questions Wed Aug 2 6:36:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dir.bg (mail.dir.bg [194.145.63.28]) by hub.freebsd.org (Postfix) with ESMTP id E5A8137B5BD for ; Wed, 2 Aug 2000 06:36:44 -0700 (PDT) (envelope-from nmnenkov@dir.bg) Received: from [193.68.172.1] (account ) by dir.bg (CommuniGate Pro WebUser 3.3) with HTTP id 1232864 for ; Wed, 02 Aug 2000 16:35:45 +0300 From: Subject: How to enable Multi-link with ppp - IP problem To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.3 Date: Wed, 02 Aug 2000 16:35:45 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I want to make multilink connection under FreeBSD, but I have some problems with that. My ISP supports multilink. I try to connect with ppp. My config line are: mp: set socket 10000 bollocks set log local Phase LCP IPCP CCP set openmode active 5 set speed 115200 set phone 0134200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATX3 OK \\dATDP\\T TIMEOUT 60 CONNECT" set ifaddr 10.0.0.1/0 10.0.0.2/0 add default HISADDR set timeout 120 set authname XXXXXX set authkey XXXXXX set mrru 1500 clone link0, link1 link deflink remove link link0 set device /dev/cuaa0 link link0 set mode ddial link link0 set login link link1 set device /dev/cuaa1 link link1 set mode ddial link link1 set login And I receive this: Ppp ON pbc-svishtov> Phase: Pap Input: SUCCESS () Phase: mp: Listening on /var/run/ppp--00- Phase: First link: link0 CCP: FSM: Using "mp" as a transport CCP: mp: State change Initial --> Closed CCP: mp: LayerStart. CCP: mp: SendConfigReq(1) state = Closed CCP: DEFLATE[4] win 15 CCP: PRED1[2] CCP: mp: State change Closed --> Req-Sent CCP: FSM: Using "link0" as a transport CCP: link0: State change Initial --> Closed CCP: link0: State change Closed --> Stopped Phase: link0: lcp -> open Phase: bundle: Network IPCP: FSM: Using "mp" as a transport IPCP: mp: State change Initial --> Closed IPCP: mp: LayerStart. IPCP: mp: SendConfigReq(1) state = Closed IPCP: IPADDR[6] 0.0.0.0 IPCP: COMPPROTO[6] 16 VJ slots with slot compression IPCP: mp: State change Closed --> Req-Sent PPp ON pbc-svishtov> CCP: mp: SendConfigReq(1) state = Req-Sent CCP: DEFLATE[4] win 15 CCP: PRED1[2] IPCP: mp: SendConfigReq(1) state = Req-Sent IPCP: IPADDR[6] 0.0.0.0 IPCP: COMPPROTO[6] 16 VJ slots with slot compression Phase: link0: Carrier lost CCP: link0: State change Stopped --> Closed CCP: link0: State change Closed --> Initial LCP: link0: LayerDown As far as I understand I have problem with receiving my remote IP. Can anyone tell what more I must put in config lines? Thanks for the attention. ----------------------------- Free mail from www.dir.bg! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message