eduardo:linux:ip
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eduardo:linux:ip [2011/03/15 06:42] – created eduardo | eduardo:linux:ip [2024/02/23 08:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 48: | Line 48: | ||
# ifup eth0 | # ifup eth0 | ||
</ | </ | ||
+ | |||
+ | ====== Redhat 7.X ====== | ||
+ | |||
+ | ===== ifconfig ===== | ||
+ | |||
+ | The minimal install does not include ifconfig. To install ifconfig run the following: | ||
+ | |||
+ | < | ||
+ | yum install net-tools | ||
+ | </ | ||
+ | |||
+ | ===== EnsXXX ===== | ||
+ | |||
+ | In Redhat 7.X, the interface naming convention has changed from ethX to EnsXXX. To restore the default behavior, do the following: | ||
+ | |||
+ | - Edit / | ||
+ | |||
+ | < | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | </ | ||
+ | |||
+ | - grub2-mkconfig -o / | ||
+ | - Rename / | ||
+ | - Set Name=eth0 and Device=eth0 in / | ||
+ | - reboot |
eduardo/linux/ip.1300171343.txt.gz · Last modified: 2024/02/23 08:19 (external edit)