summaryrefslogtreecommitdiff
path: root/etc/wpa_supplicant/appliance/interfaces.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/wpa_supplicant/appliance/interfaces.conf.sample')
-rw-r--r--etc/wpa_supplicant/appliance/interfaces.conf.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/wpa_supplicant/appliance/interfaces.conf.sample b/etc/wpa_supplicant/appliance/interfaces.conf.sample
new file mode 100644
index 0000000..f1c2f2c
--- /dev/null
+++ b/etc/wpa_supplicant/appliance/interfaces.conf.sample
@@ -0,0 +1,18 @@
+# This is an iface stanza for interfaces(5) with relatively sane
+# defaults. Consult http://manpages.org/etc-network-interfaces/5 for
+# more.
+#
+# The `eth0` networking interface represents the virtual Ethernet card
+# of the guest, which would be the default gateway for the host.
+# Change these values only if the 10.0.0.0/24 network is not suitable.
+
+iface eth0 inet static
+ address 10.0.0.1
+ netmask 255.255.255.0
+
+# The `wlan0` networking interface is associated with the wireless
+# networking card as it is exposed by the driver. By this default
+# configuration, the corresponding IP address is obtained through the
+# use of DHCP. This should just work for most of the cases.
+
+iface wlan0 dhcp