Initial commit.
This commit is contained in:
9
sysconfig/network-scripts/ifcfg-lo
Normal file
9
sysconfig/network-scripts/ifcfg-lo
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user