May 04 2020 10:04 PM
Hi Folks, The windows VPN client always uses the local IP address in IKE AUTH 5 packet. Here is an except. Is there any way I can change that to something else like a string of my choice or a domain name. I even coded up my own VPN client using the RASAPI32 API;s in the hope that I might find a field where I can set this manually. the log excerpts are from strongswan
parsed IKE_AUTH request 5 [ AUTH ]
authentication of '172.16.112.12' with EAP successful
Here is an excerpt from a MAC VPN client and this is the kind of behavior I want
parsed IKE_AUTH request 5 [ AUTH ]
authentication of 'B1A0A2DA-0A9F-5967-9543-C37D46C2C1B2' with EAP successful
Regards
Winny