Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 1998 03:27:21 -0500 (CDT)
From:      alk@pobox.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/7515: rcmds fail under recent /usr/sbin/ppp
Message-ID:  <199808070827.DAA18766@pobox.com>

next in thread | raw e-mail | index | archive | help

>Number:         7515
>Category:       bin
>Synopsis:       rcmds fail under recent /usr/sbin/ppp
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug  7 01:30:00 PDT 1998
>Last-Modified:
>Originator:     Tony Kimball
>Organization:
Dis
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	Current, from at least 15 Jul through 5 Aug

>Description:

Using current ppp with aliasing, rcmds fail.

Nota Bene:
  If I 'cd usr.sbin/ppp;cvs update -D 'June 21' .;make install', then
  the problem goes away.

>How-To-Repeat:

; cat /etc/ppp/ppp.conf
default:
 allow users alk
 load ptech

basic:
 allow users alk
 accept chap
 accept pap
 disable chap
 disable pap
 alias enable yes
 set mtu 1500
 set server /tmp/ppp ********
 set log +connect +phase 

ptech:
 allow users alk
 load basic
 set authname alk
 set authkey ********
 set phone 7397050
 set login "TIMEOUT 15 Session"
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 4 \"\" ATY0 OK ATDT\\T TIMEOUT 45 CONNECT"
 set device /dev/cuaa0
 set redial 5 2
 set speed 115200
 set timeout 0

ptech2:
 allow users alk
 load ptech
 set phone 7367388

dial:
 allow users alk
 load ptech
 dial

#
# pilot servers
#

pnet:
 allow users alk
 set timeout 0
 enable proxy
 set device localhost:6999
 set ifaddr 172.24.0.1 192.168.0.7

pcom:
 allow users alk
 set timeout 0
 enable proxy
 set speed 9600
 set device /dev/cuaa1
 set ifaddr 172.16.0.1 192.168.0.7
; ppp
Working in interactive mode
Using interface: tun0
ppp ON compound> dial

[then try:]

; rsh somehost.org date
select: protocol failure in circuit setup

[i.e /usr/src/lib/libc/net/rcmd.c:176]

>Fix:
	
whoops, time's up.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808070827.DAA18766>