##################################################### ; Client-side Configuration for Connecting to SoC-VPN ##################################################### client dev tap proto tcp remote vpn.comp.nus.edu.sg 443 remote vpn0.comp.nus.edu.sg 443 remote vpn2.comp.nus.edu.sg 443 remote-random resolv-retry infinite nobind persist-key persist-tun mute-replay-warnings ca /etc/openvpn/socca.crt ns-cert-type server verb 3 auth-user-pass # If you wish to store your credentials in a file # of 2 lines in the format: # # NUSNETID # P455w0rD # # Comment the line above this block, and uncomment the one below, # and store your credentials in /etc/openvpn/userpass #auth-user-pass /etc/openvpn/userpass mssfix 1460 # Original SoC Config #route-up "sleep 5; htmlview https://noc.comp.nus.edu.sg/netlogon &" # Suggested linuxNUS Config (since not all distros have 'htmlview') route-up "sleep 5; curl https://noc.comp.nus.edu.sg/netlogon &"