I have the following configured in /etc/network/interfaces:
iface companyvpn inet manual
openvpn company
This allows me to:
ifup companyvpn
But unfortunately I am unable to provide my credentials as it appears to stop/place the process in the background?
ifup companyvpn
Starting virtual private network daemon: companyEnter Auth Username:
[1]+ Stopped ifup companyvpn
Any ideas how to allow the acceptance of username and password at the prompt?