Created
November 26, 2012 20:09
-
-
Save if6was9/4150314 to your computer and use it in GitHub Desktop.
turn on networking for CentOS 6.x minimal Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dhclient eth0 | |
| yum -y install system-config-network-tui | |
| # Run system-config-network-tui | |
| # Make sure that /etc/sysconfig/network/scripts/ifcfg-eth0 has ONBOOT=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment