aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Installing/examples/static.interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Installing/examples/static.interfaces')
-rw-r--r--modules/Installing/examples/static.interfaces8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/Installing/examples/static.interfaces b/modules/Installing/examples/static.interfaces
new file mode 100644
index 0000000..e16d15e
--- /dev/null
+++ b/modules/Installing/examples/static.interfaces
@@ -0,0 +1,8 @@
+auto lo
+iface lo inet loopback
+
+auto eth0
+iface eth0 inet static
+ address 192.168.0.147
+ netmask 255.255.255.0
+ gateway 192.168.0.1