Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created June 2, 2017 14:44
Show Gist options
  • Save Voronenko/bbe419b4ffa5b0d09919a60abbf2ee76 to your computer and use it in GitHub Desktop.
Save Voronenko/bbe419b4ffa5b0d09919a60abbf2ee76 to your computer and use it in GitHub Desktop.
Unbricking centos minimal
# /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