Which process sets a static route and IP when server or network are restarted ?
SOLUTION 已验证 - 已更新 2015年十月2日17:35 -
环境
Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 6
问题
- Trying to identify the process that sets a static route, IP and all network details when server or network service are restarted.
决议
- When network service is restarted the main
/etc/init.d/networkscript is executed with sets the IP, route and all network details in the system as per configuration. - While system is booted the same script via
/etc/rc.d/rc[X].d/S10networkgets execute where X is the respectiverunlevelin which the system is booting.

本文解析了在Red Hat Enterprise Linux 5和6中,当服务器或网络服务重启时,如何通过/etc/init.d/network脚本设置静态路由、IP及所有网络细节。此脚本在系统启动时通过/etc/rc.d/rc[X].d/S10network执行,X代表相应的运行级别。
930

被折叠的 条评论
为什么被折叠?



