Configuring TCP/IP Networking manually with the command line
Категория: Securing and Optimizing
To stop all network devices manually on your system, use the following command:
[root@deep /]# /etc/rc.d/init.d/network stop
Shutting down interface ethO [ OK ]
Disabling IPv4 packet forwarding [ OK ]
To start all network devices manually on your system, use the following command:
[root@deep /]# /etc/rc.d/init.d/network start
Enabling IPv4 packet forwarding [ OK ]
Bringing up interface lo [ OK ]
Bringing up interface ethO [ OK ]