Date: Fri, 3 Apr 1998 12:43:07 +0200 (MET DST) From: Dennis Michl <mosh@kino.ch> To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b-L1-F_ill:What is this? Message-ID: <980403124307.217AAFxX.mosh@darmok> In-Reply-To: <199804021635.IAA10129@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Eric, I see four strange things here. In your rc.isdn file, you have >ifconfig isppp0 link1 0.0.0.0 $ROUTEUR netmask 0xffffff00 debug and >route add default $ROUTEUR But your interface configuration shows another netmask!? >isppp0: flags=2814<DEBUG,POINTOPOINT,SIMPLEX,LINK1> mtu 1500 > inet 0.0.0.0 --> 193.107.122.7 netmask 0xff000000 I would set the default router as follows and let sppp do the rest for you: route add default -interface isppp0 This works well for me. What I have problems with is natd, but that's another story. The third thing that you probably won't need are the following lines in your isdnd.rc file, but Hellmuth told you that already: >regexpr = "connected.*KTS" >regprog = connectKTS Hellmuth also already mentioned that you should not enable the buggy soft down feature: >usedown = on Turn it off. Cheers MoSH -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: next iQEVAwUBNSS8MB6WZntgURpdAQGQTwf8C3aKLIoLQauaNu6gCRqurUC83frhLv07 muHE5rRXqJJT1p0A1f+aUy0XJdvoBD5rPXf0aB31s9t6xZkyifv2M9sHHX732aID lE0YtAbxUEhy90wu/KLd0XeR5qfgUulReW/a2Ml/ELDkxpzUVwpuA+B0up05222a crJBZz3u9HzEfw7aWB+i1rdY/i39TsCAfx1ziyxyJ3PlLMc9aWBi+TebAcQZZdVQ 3seFPjgioyUdcAU6l5Hplha3WOqCRQRFcBuCcoD4tHhiMNBAJrjL/5tdZ2x/onDn 7giXNu4XsiArHm/Qe2huFVKeg2bCqcodZ+LaLj4xm2XOt/u1a2VMvA== =DkF3 -----END PGP SIGNATURE----- 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?980403124307.217AAFxX.mosh>