Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 11:58:56 GMT
From:      Igor <igor.beatle@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115345: problem  with ppp
Message-ID:  <200708091158.l79Bwu0n025559@www.freebsd.org>
Resent-Message-ID: <200708091200.l79C0616084490@freefall.freebsd.org>

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

>Number:         115345
>Category:       ports
>Synopsis:       problem  with ppp
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 12:00:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Igor
>Release:        6.0
>Organization:
no
>Environment:
FreeBSD myGW.sreda 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I've installed my FreeBSD. Then I've created some config files for my PPPoE server.
I'm launching it 

root@myGW# cat /sbin/pppoed 
#!/bin/sh   
/usr/libexec/pppoed -Fa "*" -l pppoe -p "*" xl0



then I'm trying to connect from another machine in my  LAN. 


on the server:

root@myGW# pppoed 
pppoed[663]: Listening as provider *
pppoed[663]: Listening as provider *
pppoed[665]: Offering to .:exec-665 as access concentrator *
pppoed[665]: adding to .:exec-665 as offered service *
pppoed[665]: Received NGM_PPPOE_SESSIONID (hook "
                                                 ")
pppoed[665]: Received NGM_PPPOE_SUCCESS (hook "exec-665")
pppoed[665]: Executing: exec /usr/sbin/ppp -direct pppoe
exec: /usr/sbin/ppp: not found

on client:

root@OpenWrt:/etc/ppp# pppoe -I vlan1
PADT: Generic-Error: session closed

so... The problem is sin missing /usr/sbin/ppp file.. but I don't know, how to get it.
>How-To-Repeat:
upper
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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