File: chapsecrets.sample

package info (click to toggle)
xl2tpd 1.3.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,616 kB
  • sloc: ansic: 9,991; sh: 303; makefile: 146; cpp: 126
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# Secrets for authentication on server using CHAP
# client	server	secret			IP addresses
jacco		*	"mysecret"		192.168.1.128/25 # Dynamic IP
sam		*	"rumpelstiltskin"	192.168.1.5	 # Static IP
#
# Secrets for authentication on client using CHAP
# client	server	secret			IP addresses
*		jacco	"mysecret"
*		sam	"rumpelstiltskin"