Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2002 01:13:55 +0100
From:      I.Hoogen <i.hoogen@gmx.de>
To:        questions@freebsd.org
Subject:   ppp callback?
Message-ID:  <20020310011355.533092cb.i.hoogen@gmx.de>

next in thread | raw e-mail | index | archive | help
Hi all!

I've a little Problem, my new ISP works with callback. So i'll call my 
Provider and then i'll be called back by the provider, but i don't know
how to get an IP Address, i didn't find anything in the ppp manpage.
Here's the part from my ppp.conf and my isdnd.conf


ppp.conf :

default:
 set phone <providers phone>
 set authname <authname>
 set authkey <authkey>
 set enddisc ip
 enable lqr
 set callback
 set cbcp *
 set redial 3 10
 set lqrperiod 45
 disable pred1 deflate mppe
 deny pred1 deflate mppe
 set device /dev/i4brbch0 /dev/i4brbch1
 set speed sync
 enable dns
 set ifaddr 172.16.0.1/0 212.0.0.0/0 0 0
 add! default hisaddr
 set mru 1504



isdnd.rc :

system
acctall         = on
acctfile        = /var/log/isdnd.acct
useacctfile     = yes
isdntime        = on
monitor-allowed = no
entry
name                    = internet
usrdevicename           = rbch
usrdeviceunit           = 0
isdncontroller          = 0
isdnchannel             = -1
local-phone-incoming    = 0
remote-phone-incoming   = *
local-phone-dialout     = <my local msn>
remote-phone-dialout    = <my ISPs number>
remdial-handling        = first
dialin-reaction         = accept
dialout-type            = calledback
b1protocol              = hdlc
idletime-incoming       = 900
idletime-outgoing       = 900
unitlength              = 0
unitlengthsrc           = conf
dialretries             = 1
dialrandincr            = on
recoverytime            = 1
usedown                 = off
downtries               = 2
downtime                = 30
calledbackwait          = 10


Can anybody help me howto change myn config to get it working?!

Ingo

-- 
Ingo Hoogen (QuarxXx) <i.hoogen@gmx.de>
KeyID: C4F6F09FA42F75D4
FPrint: DF2D 21BF C58C A9B3 AEC2 E0E7 C4F6 F09F A42F 75D4

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020310011355.533092cb.i.hoogen>