summaryrefslogtreecommitdiffstats
path: root/share/examples/pppd/chap-secrets.sample
blob: 40d5dfdc86e32549ea8ed42f513a1437a37acefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$
#
# Example for /etc/ppp/chap-secrets file.
#
# This file should be owned by root and not readable or
# writable by any other user.
#
# Dialin format: <remote name> <our name> <password> <allowed IP addresses>
#
joe	server	password	192.168.0.0/24 192.168.2.2
lisa	server	l1z4		* !192.168.0.1
mike	server	secret		*
luser	server	nopass		-
#
# Dialout format: <our name> <server name> <password>
#
jane	isp	password
OpenPOWER on IntegriCloud