Securing and Optimizing Linux:RedHat Edition | All about OS

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    ]

Страниц: 1 2 3 4 5

« Files related to networking functionality
Networking Firewall.Linux IPCHAINS »