File: securenets

package info (click to toggle)
ypserv 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: ansic: 10,161; xml: 1,872; sh: 915; makefile: 263; awk: 21
file content (17 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# securenets	This file defines the access rights to your NIS server
#		for NIS clients. This file contains netmask/network
#		pairs. A clients IP address needs to match with at least
#		one of those.
#
#		One can use the word "host" instead of a netmask of
#		255.255.255.255. Only IP addresses are allowed in this
#		file, not hostnames.
#
# Always allow access for localhost, IPv4 and IPv6
255.0.0.0	127.0.0.0
host		::1

# This lines gives access to everybody. PLEASE ADJUST!
0.0.0.0		0.0.0.0
::/0