aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPreston Brown <pbrown@redhat.com>2001-05-11 16:39:53 +0000
committerPreston Brown <pbrown@redhat.com>2001-05-11 16:39:53 +0000
commit2120e02fbdadc2dfdddad20670e5905fa2834b49 (patch)
tree33ff1ba2dc3078e940b5320264dd24f3317e4dad
parent8809e4a00c82727bedd1d3d3d8101abde5c4b6bb (diff)
downloadinitscripts-2120e02fbdadc2dfdddad20670e5905fa2834b49.tar
initscripts-2120e02fbdadc2dfdddad20670e5905fa2834b49.tar.gz
initscripts-2120e02fbdadc2dfdddad20670e5905fa2834b49.tar.bz2
initscripts-2120e02fbdadc2dfdddad20670e5905fa2834b49.tar.xz
initscripts-2120e02fbdadc2dfdddad20670e5905fa2834b49.zip
moved from network-scripts directoriy
-rw-r--r--sysconfig/networking/ifcfg-lo9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconfig/networking/ifcfg-lo b/sysconfig/networking/ifcfg-lo
new file mode 100644
index 00000000..cb4f3f94
--- /dev/null
+++ b/sysconfig/networking/ifcfg-lo
@@ -0,0 +1,9 @@
+DEVICE=lo
+IPADDR=127.0.0.1
+NETMASK=255.0.0.0
+NETWORK=127.0.0.0
+# If you're having problems with gated making 127.0.0.0/8 a martian,
+# you can change this to something else (255.255.255.255, for example)
+BROADCAST=127.255.255.255
+ONBOOT=yes
+NAME=loopback