I've followed all the steps of this guide http://eciadsl.flashtux.org/doc/eciadsl-on-openbsd.txt and it pass ok eciload1 and eciload2.
but when i do "ppp -background adsl" i get this error message
- Working in background mode
Using interface: tun0
Warning: Add route failed: 0.0.0.0/0: errno: No such process
Jun 20 23:22:32 jonathan ppp[30108]: tun0: Warning: Add route failed: 0.0.0.0/0: errno: No such process
Child failed (errdead)
this is my ppp.conf
- #################################################################
# PPP Sample Configuration File to use with the Speedtouch USB
# Written by Francois Rogler <francois@rogler.org>
#
# You will have to fill in :
# - <login>
# - <password>
# - <VPI>.<VCI> as defined by your provider.
# Check the file vpivci for some commom values.
# `adsl' profile is for the default PPPoA mode
# `pppoe' profile is for the bridged PPPoE mode
#
# $Id: ppp.conf.sample,v 1.5 2003/07/23 03:36:41 rogler Exp $
#################################################################
default:
ident user-ppp VERSION (built COMPILATIONDATE)
set log Phase Chat IPCP CCP tun command
set ifaddr 10.0.0.1/0 10.0.0.2/0
adsl:
set authname ""
set authkey ""
set device !"/root/ecia/eciadsl-usermode-0.10/pppoeci -v 1 -alt 4 -vendor 0x915 -product 0x802 -vpi 0 -vci 35"
accept chap
set speed sync
set timeout 0
set redial 15 10000
set dial ""
add default HISADDR
enable dns
pppoe:
set authname <login>
set authkey <pasword>
set device PPPoE:tap0
set speed sync
set timeout 0
set redial 15 10000
set dial
set login
add default HISADDR
enable dns
Can you help me please??
Thanx
