After proper installation amvpn can be run either interactively from a terminal, as a background process (daemon) from a terminal, or as a system service that can be automatically started on boot up.
amvpn -h
or amvpn --help
amvpn
or amvpn --log-level debug
.
Use log-level debug for detailed messages. In interactive mode all messages will be logged
in the console.
amvpn -d
. In background (daemon) mode all messages will be logged to system log.
Usually this goes to /var/log/messages file. To see amvpn messages:
cat /var/log/messages |grep "amvpn"
.
If amvpn is started as a daemon the process will continue to run
even if terminal is closed (use killall -9 amvpn to kill the process).
'service amvpn start
' for starting.
'service amvpn stop
' for stopping.
'service amvpn status
' for checking status.
To automatically start amvpn service
in desired run-levels use chkconfig or some similar tool.
Following are the system requirements for AmritaVPN: