Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-05-2012, 08:28 AM
|
#1
|
Senior Member
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351
Rep:
|
What does "service network restart" do on RHEL?
TCP/IP is just part of the kernel right? Is there a *daemon* for networking or something? What is its functionality?
|
|
|
04-05-2012, 08:39 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
it shuts down all the network interfaces, clears routing tables etc, and recreates them. did you think abuot just LOOKING at the service scripts yourself?
|
|
|
04-05-2012, 08:40 AM
|
#3
|
LQ Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
|
Anything that "service" acts on is a init script. The init scripts can be found in /etc/init.d. (There are links to this from /etc/rc?.d for the various run levels.) You can vi the script to see what it does.
Mainly what it does is stops the interfaces (e.g. ifdown eth0 to stop first ethernet), stops the networking stack then restarts the networking stack and then restarts the interfaces (e.g. ifup eth1 to start the second ethernet). It also conditions the routing table. The files it looks at are /etc/sysconfig/network and /etc/sysconfig/network-scripts (mainly ifcfg* and route* in the latter directory).
|
|
|
04-05-2012, 02:13 PM
|
#4
|
Senior Member
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351
Original Poster
Rep:
|
???!! I'm VERY curious to know how it "stops the networking stack"!
Is there a system call for this or something?
|
|
|
04-06-2012, 03:38 AM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
we already told you what it does. try reading our replies.
|
|
|
04-06-2012, 07:10 AM
|
#6
|
LQ Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
|
Quote:
Originally Posted by resetreset
???!! I'm VERY curious to know how it "stops the networking stack"!
Is there a system call for this or something?
|
Read the init script as I suggested before if you want more details.
For more excruciating detail look at the documents in /usr/share/doc/initscripts<version> directory.
|
|
|
All times are GMT -5. The time now is 03:01 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|