From 7316dbeb25478f7a6300df8a4f504bf23ee8543d Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 20 Dec 2018 19:59:49 -0500 Subject: Add manual section --- modules/Installing/examples/static.interfaces | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/Installing/examples/static.interfaces (limited to 'modules/Installing/examples/static.interfaces') 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 -- cgit v1.2.3