Help, Need debug pointers/tips/hints.... vpn configuration listed below. Trying to get VPN working. I have Win 2012 NPS configured, but not sure if its right... Win 2012 R2 server is at 192.168.1.20. When I look at /var/log/messages I see that the user I'm trying to log in with gets this: (userid is mike):
Peer mike failed CHAP authentication
The VPN configuration originally didn't have a PPP section, but then I decided to 'add one' with the gui. The radius passwords are 'the same' between the edgeos config and the win 2012 r2 server. I did find a 'tutorial' on how to setup a 2012 r2 radius server, but the screens are different... I don't get a 'Register server in active directory' option (its greyed out).
Any ideas?
vpn {
ipsec {
auto-firewall-nat-exclude disable
ipsec-interfaces {
interface eth0
}
nat-networks {
allowed-network 0.0.0.0/0 {
}
}
nat-traversal enable
}
l2tp {
remote-access {
authentication {
mode radius
radius-server 192.168.1.20 {
key ****************
}
}
client-ip-pool {
start 192.168.1.200
stop 192.168.1.210
}
ipsec-settings {
authentication {
mode pre-shared-secret
pre-shared-secret ****************
}
ike-lifetime 3600
}
mtu 1024
outside-address 70.35.96.66
}
}
pptp {
remote-access {
authentication {
mode radius
radius-server 192.168.1.20 {
key ****************
}
}
client-ip-pool {
start 192.168.1.211
stop 192.168.1.220
}
dns-servers {
server-1 192.168.1.20
}
mtu 1500
outside-address 70.35.96.66
}
}
}