Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 17:04:25 +0100 
From:      "Dirk.Nerling" <Dirk.Nerling@pdv.de>
To:        "'freebsd-isdn@freebsd.org'" <freebsd-isdn@freebsd.org>
Subject:   ifconfig isp0 calls out - more information
Message-ID:  <6CC81B07CB44D311A1D20001FA7E99565EA3E5@exchange.pdv.de>

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

as some of you requested more information. I do use a FreeBSD 4.4 with an
ethernet and isdn card (Teles 16.3) as an gateway between my local lan and
the router at the firm (Teleworking). I have a very simple isdnd.rc without
any callback and run one script after the boot process proceeds rc.isdn. The
script configures routing tables, isp0 and some PPP values. I4B dials out
while proceeding the following script (while configure isp0) and hangs up
the line after a few seconds. 

/sbin/route delete default
/sbin/route delete 192.168.11.20
/sbin/route delete 0.0.0.1

ifconfig isp0 delete -link1 down
ispppcontrol isp0 myauthproto=chap
ispppcontrol isp0 myauthname=<user>
ispppcontrol isp0 myauthsecret=<passwort>

ifconfig isp0 0.0.0.0 192.168.11.20 netmask 0xffffffff link1
sleep 3
/sbin/route add default 192.168.11.20
/sbin/sysctl net.inet.ip.forwarding=1


does anybody has an idea? 
best regards Dirk
--
Dirk Nerling, PDV-Systeme Erfurt, Haarbergstr. 73, 99099 Erfurt, phone:
++49-361-4407144
            PGP Fingerprint: C559 FF0E BAD0 9E09 F720  20F3 683E 357F 69B5
CC83
                       		http://www.pdv.de


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?6CC81B07CB44D311A1D20001FA7E99565EA3E5>