Created
June 2, 2017 14:44
-
-
Save Voronenko/bbe419b4ffa5b0d09919a60abbf2ee76 to your computer and use it in GitHub Desktop.
Unbricking centos minimal
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
# /etc/config/network | |
# add line NETWORKING=yes | |
# | |
# | |
# vi /etc/sysconfig/network-scripts/ifcfg-eth0 | |
# ensure | |
# BOOT_PROTO=dhcp | |
# ONBOOT=yes | |
# optionals: | |
# | |
# There should be some stuff in here already. You need to add: | |
# DHCP_HOSTNAME=newhost | |
# Then ifdown eth0 followed by ifup eth0. | |
# This should release and renew via DHCP so checking the Windows DHCP Server log should show the expected DNS update messages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment