Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2000 08:09:03 +0200
From:      "Miklos Niedermayer" <mico@bsd.hu>
To:        DEAMmac <mac@deam.org>
Cc:        isdn <freebsd-isdn@freebsd.org>
Subject:   Re: more "howto fritz and ppp"
Message-ID:  <20000731080903.A763@bsd.hu>
In-Reply-To: <B5AA370E.3786%mac@deam.org>; from mac@deam.org on Sun, Jul 30, 2000 at 07:48:31PM %2B0200
References:  <B5AA370E.3786%mac@deam.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

DEAMmac:

> 2. i changed the isdnd.rc from the /usr/share/examples/ppp and put it in
> /etc/isdn

It may need some further customization.


> now i got the problem with this ppp-stuff: at boottime i got many warnings
> like "Waring: set phone: No context (use the 'link' command).

Have you set yout phone number(s) in isdnd.rc carefully?


ppp.conf:

>  # Use the raw B-channel devices
>  # set device /dev/i4brbch0 /dev/i4brbch1
>  set device /dev/i4brbch0

  You should use rbch1, too.  It won't use both channels at the same time 
(unless you want multilink), but makes the connection possible if you are 
hanging on the other channel talking with your favourite girlfriend.


>  # Multilink mode please
>  set mrru 1500
> 
>  # Two new links
>  clone 1,2
> 
>  # And get rid of the old one with the crusty name
>  link deflink rm
> 
>  # Automatically manage the second link
>  link * set mode auto
>  set autoload 10 100 30

  You only need these if you want multilink PPP, on both B channels.  However,
with this setup you can't make a multilink connection because you specified
only rbch0 (with 'set device').


isdnd.rc:

> local-phone-incoming    = *
> remote-phone-incoming   = *
> local-phone-dialout     = 123456789
> remote-phone-dialout    = 1234567       # ppp(8) will override this

You should set these ones to their correct values.


Good luck.
-- 
 ______  o _. __
/ / / (_(_(__(_)  @ bsd.hu



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




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