Configure the profile:
- [edit access]
- profile westcoast_bldg_1 {
-
- client white {
- chap-secret "$9$3s2690IeK8X7VKM7VwgaJn/Ctu1hclv87Ct87";
- # SECRET-DATA
-
- ppp {
- idle-timeout 22;
- primary-dns 192.120.65.10;
- framed-ip-address 12.12.12.12/32;
- }
- group-profile westcoast_users;
- }
-
- client blue {
- chap-secret "$9$eq1KWxbwgZUHNdjqmTF3uO1Rhr-dsoJDNd";
- # SECRET-DATA
- group-profile sunnyvale_users;
- }
- authentication-order password;
- }
- profile westcoast_bldg_1_tunnel {
-
- client test {
-
- l2tp {
- shared-secret "$9$r3HKvLg4ZUDkX7JGjif5p0BIRS8LN";
- # SECRET-DATA
- maximum-sessions-per-tunnel 75;
- ppp-authentication chap;
- }
- group-profile westcoast_tunnel;
- }
-
- client production {
-
- l2tp {
- shared-secret "$9$R2QErv8X-goGylVwg4jiTz36/t0BEleWFnRh
- rlXxbs2aJDHqf3nCP5";
- # SECRET-DATA
- ppp-authentication chap;
- }
- group-profile westcoast_tunnel;
- }
- }