VPN FAQ (EN)
I can't log in to the faculty VPN
Make sure you are logging in with your CTU username and FIT password, see https://help.fit.cvut.cz/accounts/en/index.html#fit-password.
ย
VPN Troubleshooting
To troubleshoot failed connection to servers after connecting to fit-vpn, it is good to supply diagnostic data like a routing table and VPN log. We can get these this way:
Log:
Linux:
sudo journalctl -u NetworkManagerWindows (CMD):
type %USERPROFILE%\OpenVPN\log\fit-vpn.logWindows (Powershell):
Get-Content $env:USERPROFILE\OpenVPN\log\fit-vpn.log
Route:
Linux:
routelorroutelWindows:
route print
ย
You can find more information about the faculty VPN on the HelpFIT website.
ย