Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / xl2tpd / examples / chapsecrets.sample
blobc7eba60266dc4193cb51a64fdde581be3960a70b
1 # Secrets for authentication on server using CHAP
2 # client        server  secret                  IP addresses
3 jacco           *       "mysecret"              192.168.1.128/25 # Dynamic IP
4 sam             *       "rumpelstiltskin"       192.168.1.5      # Static IP
6 # Secrets for authentication on client using CHAP
7 # client        server  secret                  IP addresses
8 *               jacco   "mysecret"
9 *               sam     "rumpelstiltskin"