On Saturday 14 October 2000 10:29, you wrote:
> On Fri, Oct 13, 2000 at 08:49:05PM +0200, Malte Starostik wrote:
> > - in /etc/ppp/{pap,chap}-secrects, the user name and password are not
> > quoted, which is bad if you have a #-sign in your user name (a very big
> > German ISP does that for all of its users...)
>
> Although it's true that the usernames should be quoted, the T-Online user
> name is, in my case, 0007361313575100449978470001. No need to quote
> anything here. This is my Anschlusskennung + T-Online-Nr. + 0001.
I see, I was told to use Anschlusskennung + T-Online-Nr. + #0001
> > - I needed to do the following to get the default route to ippp0 right:
> > * Add the following lines before ifup-post is called to
> > /etc/syscontrol/network-scripts/ifup-ippp:
> >
> > .. /etc/sysconfig/network
>
> You mean ". /etc...", don't you?
Of course, and that's what I wrote, but kmail doubles dots on the beginning
of lines :(
>
> > if [ -n "$GATEWAYDEV" -a "$GATEWAYDEV" == "$DEVICE" ]; then
> > route add default $DEVICE
> > fi
> > * Add I4L_PPPOPTIONS="defaultroute" to /etc/isdn/profile/link/myisp
>
> Could be done this way. And also add "ms-get-dns", to make ipppd get the
> correct IP adresses of the nameservers on dialup.
Thanks for the advice, but I've setup a local bind with T-Online's dns as
forwarders anyway
-Malte