linux - Connect to a VPN Connection in Ubunut in bash -


how can connect vpn connection when can use bash (terminal)?

i create connection want connect or disconnect using remote ssh connection

you can use nmcli that. program use network management.

nmcli con id <name_of_connection> 

you need save password of connection before use command. more information, try man nmcli

any on how create vpn_connection in bash , how manage them appreciate


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -