Skip to content

Instantly share code, notes, and snippets.

@kahagon
Created December 13, 2013 12:37
Show Gist options
  • Select an option

  • Save kahagon/7943626 to your computer and use it in GitHub Desktop.

Select an option

Save kahagon/7943626 to your computer and use it in GitHub Desktop.
Raspberry Pi の /etc/network/interfaces のデフォルトの内容
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment