Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
pc_newbie #1
debian user needs helps!
how can i disable "sl0"? and what is that for? thanks:)
debian:/etc# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:4F:C0:FA:21
inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1263 errors:0 dropped:0 overruns:0 frame:0
TX packets:1124 errors:0 dropped:0 overruns:0 carrier:62
collisions:0 txqueuelen:100
RX bytes:124138 (121.2 KiB) TX bytes:127088 (124.1 KiB)
Interrupt:11 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:644 errors:0 dropped:0 overruns:0 frame:0
TX packets:644 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:42361 (41.3 KiB) TX bytes:42361 (41.3 KiB)
sl0 Link encap:Serial Line IP
inet addr:192.168.0.100 P-t-P:192.168.0.100
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
debian:/etc#
pc_newbie Guest
-
button problem need helps...
Hi there, To make it simple to be understood my prob : Image A = up & over button Image B = down & hit button My question is how to keep... -
Meta: Scoring debian-user with mutt?
I'm a tad curious how people use mutt (or any other MUA) with scoring to handle the vast amount of email that passes through this list. Thanks, ... -
Meta: Scoring debian-user with mutt?
On Sun, Aug 03, 2003 at 12:32:43AM -0400, Gregory Seidman wrote: What? mutt has scoring? How have I done without it all these years? uh... How do... -
[gmane.linux.debian.user] PowerManagement mysteries
Le Tue, 29 Jul 2003 08:23:10 -0400, Tom Allison a écrit : Beginning of dmesg|less (or /var/log/messages if you got lots of errors), will shows... -
debian-user be forever young
Wow, the subject is cool! -- ZHAO Wei zhaoway@public1.ptt.js.cn zw@netspeed-tech.com http://www.advogato.org/person/zhaoway/ Linux & Free... -
Peter T. Breuer #2
disable sl0 device (was Re: debian user needs helps!)
Please mend you subject line.
pc_newbie <ay@computermail.net> wrote:man ifconfig. ifconfig sl0 down. rmmod slip, or whatever.> how can i disable "sl0"? and what is that for? thanks:)
It's a serial line protocol carrying a tcp link. SLIP. Usually
deprecated in favour of PPP. I believe slip can run over tcp
and things like telnet connections too, but I may be wrong.
Peter> sl0 Link encap:Serial Line IP
> inet addr:192.168.0.100 P-t-P:192.168.0.100 Mask:255.255.255.255
> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:10
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Peter T. Breuer Guest
-
pc_newbie #3
Re: disable sl0 device (was Re: debian user needs helps!)
Peter T. Breuer wrote:
THanks a lot, can i disable it at boot time, so that i don't need to> Please mend you subject line.
>
> pc_newbie <ay@computermail.net> wrote:
>>>>how can i disable "sl0"? and what is that for? thanks:)
>
> man ifconfig. ifconfig sl0 down. rmmod slip, or whatever.
>
> It's a serial line protocol carrying a tcp link. SLIP. Usually
> deprecated in favour of PPP. I believe slip can run over tcp
> and things like telnet connections too, but I may be wrong.
>
>
>>>>sl0 Link encap:Serial Line IP
>> inet addr:192.168.0.100 P-t-P:192.168.0.100 Mask:255.255.255.255
>> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
>> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:10
>> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>
> Peter
shut it down everytime i reboot my machine?
pc_newbie Guest
-
Peter T. Breuer #4
Re: disable sl0 device (was Re: debian user needs helps!)
pc_newbie <ay@computermail.net> wrote:
> Peter T. Breuer wrote:Just stop starting it! That's a silly question - why are you loading the> THanks a lot, can i disable it at boot time, so that i don't need to> > man ifconfig. ifconfig sl0 down. rmmod slip, or whatever.> >>how can i disable "sl0"? and what is that for? thanks:)
> >> >> >>sl0 Link encap:Serial Line IP
> >> inet addr:192.168.0.100 P-t-P:192.168.0.100 Mask:255.255.255.255
> >> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
> >> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >> collisions:0 txqueuelen:10
> >> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
module and configuring the interface? You must have configured it as
your network device. Remove from your interfaces defn.
Not starting it would seem to be simpler than stopping it!> shut it down everytime i reboot my machine?
Peter
Peter T. Breuer Guest
-
Alex Yung #5
Re: debian user needs helps!
Take a look at "/etc/network/interfaces". You probably specified the
SLIP interface during the installation. You can remove or comment out
the SLIP section.
pc_newbie (ay@computermail.net) wrote:
: how can i disable "sl0"? and what is that for? thanks:)
: debian:/etc# ifconfig
: eth0 Link encap:Ethernet HWaddr 00:C0:4F:C0:FA:21
: inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:1263 errors:0 dropped:0 overruns:0 frame:0
: TX packets:1124 errors:0 dropped:0 overruns:0 carrier:62
: collisions:0 txqueuelen:100
: RX bytes:124138 (121.2 KiB) TX bytes:127088 (124.1 KiB)
: Interrupt:11 Base address:0xdc00
: lo Link encap:Local Loopback
: inet addr:127.0.0.1 Mask:255.0.0.0
: UP LOOPBACK RUNNING MTU:3924 Metric:1
: RX packets:644 errors:0 dropped:0 overruns:0 frame:0
: TX packets:644 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:0
: RX bytes:42361 (41.3 KiB) TX bytes:42361 (41.3 KiB)
: sl0 Link encap:Serial Line IP
: inet addr:192.168.0.100 P-t-P:192.168.0.100
: Mask:255.255.255.255
: UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:10
: RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
: debian:/etc#
Alex Yung Guest
-
Alan Connor #6
Re: debian user needs helps!
On Thu, 11 Sep 2003 00:00:41 +1000, pc_newbie <ay@computermail.net> wrote:
>
>
> how can i disable "sl0"? and what is that for? thanks:)
>
> debian:/etc# ifconfig
> eth0 Link encap:Ethernet HWaddr 00:C0:4F:C0:FA:21
> inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:1263 errors:0 dropped:0 overruns:0 frame:0
> TX packets:1124 errors:0 dropped:0 overruns:0 carrier:62
> collisions:0 txqueuelen:100
> RX bytes:124138 (121.2 KiB) TX bytes:127088 (124.1 KiB)
> Interrupt:11 Base address:0xdc00
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:3924 Metric:1
> RX packets:644 errors:0 dropped:0 overruns:0 frame:0
> TX packets:644 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:42361 (41.3 KiB) TX bytes:42361 (41.3 KiB)
>
> sl0 Link encap:Serial Line IP
> inet addr:192.168.0.100 P-t-P:192.168.0.100
> Mask:255.255.255.255
> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:10
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>
> debian:/etc#
>
SLIP "serial-line-internet-protocol" . You can use it with a null-modem
cable to connect two boxes if you have configured serial ports. Can be
handy.
The interface is being configured by a script in /etc/init.d, I'm pretty
sure. Try grep -rn 'sl0' /etc/init.d
HTH
Alan C
--
take control of your mailbox ----- elrav1 ----- [url]http://tinyurl.com/l55a[/url]
Alan Connor Guest
-
pc_newbie #7
Re: debian user needs helps!
Alan Connor wrote:
> On Thu, 11 Sep 2003 00:00:41 +1000, pc_newbie <ay@computermail.net> wrote:
>>>>
>>how can i disable "sl0"? and what is that for? thanks:)
>>
>>debian:/etc# ifconfig
>>eth0 Link encap:Ethernet HWaddr 00:C0:4F:C0:FA:21
>> inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:1263 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:1124 errors:0 dropped:0 overruns:0 carrier:62
>> collisions:0 txqueuelen:100
>> RX bytes:124138 (121.2 KiB) TX bytes:127088 (124.1 KiB)
>> Interrupt:11 Base address:0xdc00
>>
>>lo Link encap:Local Loopback
>> inet addr:127.0.0.1 Mask:255.0.0.0
>> UP LOOPBACK RUNNING MTU:3924 Metric:1
>> RX packets:644 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:644 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:0
>> RX bytes:42361 (41.3 KiB) TX bytes:42361 (41.3 KiB)
>>
>>sl0 Link encap:Serial Line IP
>> inet addr:192.168.0.100 P-t-P:192.168.0.100
>>Mask:255.255.255.255
>> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
>> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:10
>> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>>
>>debian:/etc#
>>
>
>
> SLIP "serial-line-internet-protocol" . You can use it with a null-modem
> cable to connect two boxes if you have configured serial ports. Can be
> handy.
>
> The interface is being configured by a script in /etc/init.d, I'm pretty
> sure. Try grep -rn 'sl0' /etc/init.d
>
> HTH
>
> Alan C
>
>
> --
>
> take control of your mailbox ----- elrav1 ----- [url]http://tinyurl.com/l55a[/url]
>
>
all done!, thanks :)
pc_newbie Guest
-
Alan Connor #8
Re: debian user needs helps!
On Thu, 11 Sep 2003 14:47:45 +1000, pc_newbie <ay@computermail.net> wrote:
Cool>
> all done!, thanks :)
>
AC
--
take control of your mailbox ----- elrav1 ----- [url]http://tinyurl.com/l55a[/url]
Alan Connor Guest



Reply With Quote

