Category: Server Support
-
What ports for VPN
For PPTP: IP Protocol=TCP, TCP Port number=1723 <- Used by PPTP control path IP Protocol=GRE (value 47) <- Used by PPTP data path For L2TP:For SSTP: IP Protocol Type=UDP, UDP Port Number=500 <- Used by IKEv1 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv1 (IPSec control path) IP Protocol Type=ESP (value 50) …
-
Blank page (auth.owa Http 500) when logging into Outlook Web Access running on Exchange 2010
OK.. after a few updates have noticed that the OWA was not working . Nothing new there.. No one could access their e-mails via the web. Checking the IIS logs, I found that the error was 500 which indicated some kind of authentication error. A little power-shell cmdlet you can run is Test-OWAConnectivity.…
-
How to find the proper MTU size for my network
Helpful hint: One way to verify whether if it is an MTU problem is to try and access the application or website via dial up access. Since dial up uses a default MTU of 576 bytes you will not have the same problems as broadband. If you have problems with both broadband and dial up…