LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-23-2009, 06:28 AM   #1
Hi_This_is_Dev
Member
 
Registered: May 2009
Location: India
Distribution: On my PC I use RHEL, at office AIX, Solaris, HP-UX, RHEL.
Posts: 254

Rep: Reputation: 18
Link sit0?


Hi,


Consider this output:

Code:
[root@localhost ~]# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:1d:60:7d:39:ad brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.13/24 brd 192.168.1.255 scope global eth1
    inet 192.168.1.20/24 brd 192.168.1.255 scope global secondary eth1
    inet6 fe80::21d:60ff:fe7d:39ad/64 scope link 
       valid_lft forever preferred_lft forever
3: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:22:b0:53:25:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.20/24 brd 192.168.1.255 scope global eth0
4: sit0: <NOARP> mtu 1480 qdisc noop 
    link/sit 0.0.0.0 brd 0.0.0.0
[root@localhost ~]#

[1] What is sit0?

[2] Does "/8" in "inet 127.0.0.1/8" mean that the self-loop back ip range is from 1 to 8?


Thanks!
 
Old 09-23-2009, 06:35 AM   #2
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
google sit0 does not help you?
 
Old 09-23-2009, 07:06 AM   #3
Hi_This_is_Dev
Member
 
Registered: May 2009
Location: India
Distribution: On my PC I use RHEL, at office AIX, Solaris, HP-UX, RHEL.
Posts: 254

Original Poster
Rep: Reputation: 18
What are experts, then, for?

Quote:
Originally Posted by Wim Sturkenboom View Post
google sit0 does not help you?
 
Old 11-09-2021, 06:43 PM   #4
yangm97
LQ Newbie
 
Registered: Nov 2021
Posts: 2

Rep: Reputation: Disabled
Welcome to the year 2021

Quote:
Originally Posted by Wim Sturkenboom View Post
google sit0 does not help you?
Google brought me right here, smart pants. And now look what you made me do, create a forum account just to funnel my frustration with idiots like you through thread necromancy.

Anyway for anyone as unfortunate as me to land here who may also be tired of doing the keyword-change dance and/or skimming through spam/unhelpful links/useless videos/ads/whatever Google felt like throwing at you, lo and behold an answer:

sit is a kernel module which provides the so called 6to4 tunnel capability for linux, which is used to ease the IPv4 to IPv6 transition by allowing IPv4 traffic to travel inside IPv6 links. This module, when loaded, creates the sit0 interface.

Now why this sit0 interface has appeared on your system for seemingly no reason we may never know. What I do know however is that you can remove it: https://askubuntu.com/questions/2360...work-interface
 
Old 11-11-2021, 03:34 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,965

Rep: Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622
8 is a short form of the subnet mask. Typically one might find a class based subnet in the range that the IP resides.
 
Old 11-11-2021, 04:42 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,604

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by yangm97 View Post
Google brought me right here, smart pants. And now look what you made me do, create a forum account just to funnel my frustration with idiots like you through thread necromancy.

Anyway for anyone as unfortunate as me to land here who may also be tired of doing the keyword-change dance and/or skimming through spam/unhelpful links/useless videos/ads/whatever Google felt like throwing at you, lo and behold an answer:

sit is a kernel module which provides the so called 6to4 tunnel capability for linux, which is used to ease the IPv4 to IPv6 transition by allowing IPv4 traffic to travel inside IPv6 links. This module, when loaded, creates the sit0 interface. Now why this sit0 interface has appeared on your system for seemingly no reason we may never know. What I do know however is that you can remove it: https://askubuntu.com/questions/2360...work-interface
No idea what you looked at, because putting "sit0 linux" into Google pulls up a LOT of information saying exactly what it's for, without any 'videos/ads/spam/unhelpful links/etc' that you're talking about. First hit is an exact explanation..second is a hit from this very site (from two years after this thread was opened), saying the same thing. Along with developer white-papers from Red Hat explaining it in GREAT detail.

Yet you came here after 12 years just to complain and call someone else names?? Answers were easily found then (and now)...hard to believe you couldn't find them.
 
  


Reply

Tags
ip


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IPv6 Tunnel Sit0 Halsafar Linux - Networking 1 02-01-2009 04:23 AM
How to activate sit0 interface? barghota Linux - Networking 2 09-27-2006 02:55 PM
sit0 bruse Linux - Newbie 1 10-16-2005 07:46 PM
sit0 alfonso12 Linux - Networking 1 02-23-2005 06:55 AM
sit0 device and SNMP brumela Linux - General 2 10-24-2004 08:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration