得益于Vyatta的高条理性,无需列出步骤,仅帖出相关配置:
.
.
.
vpn {
pptp {
remote-access {
authentication {
local-users {
username ****** {
password **********
}
}
mode local
}
client-ip-pool {
start 192.168.0.126
stop 192.168.0.129
}
}
}
}
.
.
.