Click to See Complete Forum and Search --> : how can i get the sl0 device out of my ifconfig??


abraxas@debian
11-11-2002, 01:15 PM
Hi!

Yes ... my first poasting *gg*.

Ok, my prob: I'm useing a analog-modem to connect to the internet. I don't know why, but when I start my system there is alway's a so-called sl0-device in my ifconfig. And all Traffic will route over that. But I don't need such a interface! So I must become root, then doing a "ifconfig down sl0" and all works fine when i'm connecting to the internet.

Without that ping and such programs can't access my modem or so. With other word, I can't ping anythink when this strange sl0-device is still in ifconfig.

Any ideas???

Greez, abraxas

frizzbee
11-15-2002, 08:59 PM
Its probably being set up in you startup files. Im not familar with debian but they might be in the /etc/rc.d directory and comment out where the sl0 device is being start up.

abraxas@debian
11-16-2002, 08:09 AM
thx for your response!

yes, in the /etc/init.d dir. The script is called "diald". When it runs the sl0-device will be created. Debian use System-V initialisation so the only thing I've got to do was to delete the link in /etc/rc2.d (because the default runlevel is 2).

Now, all works fine *gg*.

Greez, abraxas

frizzbee
11-16-2002, 06:22 PM
No problem glad i could help and thanks now i know that debian uses SysV.