Skip to content

Instantly share code, notes, and snippets.

@yzaguirre
Created August 24, 2013 03:13
Show Gist options
  • Save yzaguirre/6325841 to your computer and use it in GitHub Desktop.
Save yzaguirre/6325841 to your computer and use it in GitHub Desktop.
configurar IP Estática en Linux Microcore sin utilizar el excelente editor vi. Ejectuar los 2 comandos en calidad de root user
echo $'\nifconfig eth0 LA_IP_MICROCORE netmask LA_MASCARARED up\nroute add default gw LA_IP_GATEWAY eth0' >> /opt/bootloader.sh
filetool.sh -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment