Difference between revisions of "Redhat: Network Config commands"
Jump to navigation
Jump to search
(Created page with "== ifconfig == == ifup / ifdown ==") |
|||
| Line 1: | Line 1: | ||
| + | == ifup / ifdown == | ||
| + | |||
| + | The simplest commands for network configuration simply activate and deactivate and network adapter | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | ifup eth0 | ||
| + | ifup ifcfg-eth0 | ||
| + | |||
| + | ifdown eth0 | ||
| + | ifdown ifcfg-eth0 | ||
| + | </syntaxhighlight> | ||
| + | |||
== ifconfig == | == ifconfig == | ||
| − | + | ||
| + | The ifconfig command allows much more control over the network settings. I | ||
Revision as of 10:48, 18 August 2013
ifup / ifdown
The simplest commands for network configuration simply activate and deactivate and network adapter
ifup eth0
ifup ifcfg-eth0
ifdown eth0
ifdown ifcfg-eth0ifconfig
The ifconfig command allows much more control over the network settings. I