linuxOS_AP05/debian/test/usr/share/doc/xl2tpd/examples/chapsecrets.sample
2025-09-26 09:40:02 +08:00

10 lines
324 B
Plaintext

# 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"