Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created July 27, 2015 14:37
Show Gist options
  • Save chris-rock/57340cce7ab65031f676 to your computer and use it in GitHub Desktop.
Save chris-rock/57340cce7ab65031f676 to your computer and use it in GitHub Desktop.
Ubuntu Cloud Image Second Interface
#!/bin/bash
cat << EOF > /etc/network/interfaces.d/eth1.cfg
auto eth1
iface eth1 inet dhcp
EOF
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment