Uncategorized
Win-ACME SetupNew!!

Setup proxy on the main web server Configure DNS to point to the new server Install Apache Test locally Test externally

Read more
Uncategorized
IKEv2 VPN Server and Client Setup

  Create Root CA [EXAMPLE-ROOT-CA] Create CA subordinate to the Root CA [EXAMPLE-SUBORDINATE-CA] Create certificate template with EKU Server Authentication IP security IKE intermediate    (capitalization matters) Publish the template in AD [IPSecIKEv2.12] Generate Certificate signing request on the VPN server using certlm.msc Request personal certificate -> All Tasks -> Advanced Operations -> Create Custom Request […]

Read more
Uncategorized
Uninstall Apache service

Open elevated command prompt Go to the Apache\bin httpd.exe -k uninstall -n "Apache2.4"

Read more
Uncategorized
Allow communication with Domain Controllers by disabling smart multihomed name resolution

gpedit.msc Computer configuration -> Administrative templates ->Network -> DNS Client -> Turn off smart multihomed name resolution

Read more
Uncategorized
L2TP registry settings

Define VPN connection L2TP PSK Update registry HKLM/System/CurrentControlSet/Services/PolicyAgent/AssumeUDPEncapsulationContextOnSendRule 32-bit, value x02 This one might not be necessary HKLM/System/CurrentControlSet/Services/RasMan/ProhibitIpSec 32-bit , value 0 Restart computer https://windowsreport.com/windows-10-connect-l2tp-vpn-reg/

Read more