From owner-freebsd-isdn Wed Dec 4 6: 7:56 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E654B37B401 for ; Wed, 4 Dec 2002 06:07:52 -0800 (PST) Received: from email04.aon.at (WARSL402PIP5.highway.telekom.at [195.3.96.79]) by mx1.FreeBSD.org (Postfix) with SMTP id D451243EA9 for ; Wed, 4 Dec 2002 06:07:50 -0800 (PST) (envelope-from aero311@gmx.net) Received: (qmail 299492 invoked from network); 4 Dec 2002 14:07:36 -0000 Received: from l1295p11.dipool.highway.telekom.at (HELO unspecified.host) ([62.46.225.203]) (envelope-sender ) by qmail5rs.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 4 Dec 2002 14:07:36 -0000 Received: from 192.168.1.2 ([192.168.1.2]) by 192.168.1.1 (WinRoute Pro 4.2.5) with SMTP; Wed, 4 Dec 2002 15:07:20 +0100 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Wed, 04 Dec 2002 15:07:20 +0100 Subject: Re: SPPP and changing ISP gateway HOW? From: Dominik Mimra To: Gary Jennejohn Cc: Message-ID: In-Reply-To: <200212032255.gB3MtXff008399@peedub.jennejohn.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 03.12.2002 23:55 Uhr, "Gary Jennejohn" wrote: > Turn on debugging (ifconfig -debug ) and post the output > from a connection attempt. > > Also post the exact lines (minus passwords) which you are using to > configure the interface (spppcontrol). > > --- > Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message Here comes the connection attempt output: isp0: lcp close(initial) isp0: lcp open(initial) isp0: phase establish isp0: lcp up(starting) isp0: lcp output isp0: lcp TO(req-sent) rst_counter = 10 isp0: lcp output isp0: lcp input(req-sent): isp0: lcp input(ack-rcvd): isp0: lcp parse opts: mru auth-proto magic proto-comp [rej] addr-comp [rej] send conf-rej isp0: lcp output isp0: lcp input(ack-rcvd): isp0: lcp parse opts: mru auth-proto magic isp0: lcp parse opt values: mru 1514 auth-proto [mine proto/0x0 != his chap] magic 0x1ccb86bd send conf-nak isp0: lcp output isp0: lcp input(ack-rcvd): isp0: lcp parse opts: mru auth-proto magic isp0: lcp parse opt values: mru 1514 auth-proto magic 0x1ccb86bd send conf-ack isp0: lcp output isp0: lcp tlu isp0: phase authenticate isp0: pap output isp0: pap success isp0: phase network isp0: ipcp open(initial) isp0: ipv6cp open(initial) isp0: ipcp up(starting) isp0: ipcp output isp0: ipv6cp up(starting) isp0: ipv6cp output isp0: ipcp input(req-sent): isp0: ipcp parse opts: compression [locally disabled] address send conf-rej isp0: ipcp output isp0: ipcp input(req-sent): isp0: ipcp nak opts: address [wantaddr 62.46.229.240] [agree] isp0: ipcp output isp0: lcp input(opened): isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/req-sent) isp0: ipv6cp close(req-sent) isp0: ipv6cp output isp0: ipcp input(req-sent): isp0: ipcp parse opts: address isp0: ipcp parse opt values: address 0.0.0.1 [ack] send conf-ack isp0: ipcp output isp0: ipcp input(ack-sent): isp0: ipcp tlu isp0: lcp input(opened): isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) isp0: ipv6cp TO(closing) rst_counter = 2 isp0: ipv6cp output isp0: lcp input(opened): isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) isp0: ipv6cp TO(closing) rst_counter = 1 isp0: ipv6cp output isp0: lcp input(opened): isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) isp0: ipv6cp TO(closing) rst_counter = 0 isp0: rejecting protocol isp0: lcp output Config-File to bring interface up: ifconfig isp0 delete -link1 down echo -n 'Configuring ISP0 to AON Complete:' echo -n ' spppcontrol'; spppcontrol isp0 myauthname="xxx" myauthproto=pap myauthsecret="xxx" disable-vj disable-ipv6 echo -n 'up'; ifconfig isp0 0.0.0.0 0.0.0.1 up debug echo '.' And here my rc.conf: defaultrouter="0.0.0.1" gateway_enable="YES" hostname="serwas.localhost" ifconfig_xl0="inet 192.168.1.254 netmask 255.255.255.0" ifconfig_isp0="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255" inetd_enable="YES" kern_securelevel_enable="NO" keymap="german.cp850" linux_enable="YES" nfs_client_enable="YES" nfs_reserved_port_only="NO" nfs_server_enable="YES" sendmail_enable="NONE" sshd_enable="YES" usbd_enable="YES" isdn_enable="YES" isdn_flags="-dn -d0x1f9" isdn_trace="YES" isdn_traceflags="-f /var/tmp/isdntrace0" Sorry for the long posting but this is it. Hope that will explain something to you! Dominik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message