Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 13:07:29 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        "Roberto Nunnari, AGIE" <roberto.Nunnari@agie.ch>
Cc:        isdn@freebsd.org
Subject:   Re: AVM Fritz!Card pnp
Message-ID:  <20000724130727.A94126@alaska.cert.siemens.de>
In-Reply-To: <397C2D82.76A4F9DC@agie.ch>; from roberto.Nunnari@agie.ch on Mon, Jul 24, 2000 at 12:50:26PM %2B0100
References:  <390EB6D8.1089A80A@agie.ch> <20000502122511.A66256@alaska.cert.siemens.de> <390EBD65.2EBDDEFA@agie.ch> <20000502124235.A66656@alaska.cert.siemens.de> <392CF53E.DE8CC0B4@agie.ch> <20000525112228.A53021@alaska.cert.siemens.de> <397C2D82.76A4F9DC@agie.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 24, 2000 at 12:50:26 +0100, Roberto Nunnari, AGIE wrote:
> Hi Udo.
> 
> It took me some time but finally I made up my mind
> and went on installing the development version you
> sent to me...
> 
> Installation went quite smooth (I just had to modify
> a Makefile in ispppcontrol adding a CFLAGS+=-I..)
> 
> I built a new kernel and installed it. At boot time
> my ISDN card is recognized and all drivers are
> successfully attached.
> 
> I went on and custumized /etc/isdn/isdnd.rc
> 

First of all: RTM.

> Now I need to tell my system to use my isdn
> card instead of the modem attached on /dev/cuaa1
> 
> What should I modify /etc/ppp/ppp.conf?
> Surely 'set device = /dev/cuaa1' must be changed
> to something else... What should that "else" be???
> 

You should not use ppp (instead ISDN uses sppp). You should have something 
like this in your /etc/rc.conf:

sppp_interfaces="isp0"
spppconfig_isp0="authproto=none"
ifconfig_isp0="0.0.0.0 0.0.0.1 link1 debug"

isdn_traceflags="-f /var/tmp/isdntrace0"
isdn_trace="NO"
# isdn_flags="-l -dn -d0x1f9"
isdn_flags="-l"
isdn_fsdev="/dev/ttyv6"
isdn_enable="YES"
network_interfaces="lo0 isp0"
defaultrouter="-interface isp0"

After a reboot a simple ping (or any other non-local netcommand) will start
your isdn-connection.

Regards

-- 
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
ZT IK 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : ust@cert.siemens.de
PGP-2/5 fingerprint          | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


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?20000724130727.A94126>