I have installed VPNC and Network-Manager-VPNC in Ubuntu x64 and entered the configuration information like Group name, Username under VPN tab and DNS server, Search domains under IPv4 settings. I also added the values like Address and Netmask to the Routes.
Under Transport and Security, I left everything as default. Then I followed this link using-vpnc-command-line-vpn-client to start the VPNC but failed.
So at first, I tried to copy the default.conf
to a new file named lullavpn.conf
using the command:
cp /etc/vpnc/default.conf lullavpn.conf
but it says:
cp: cannot stat ‘/etc/vpnc/default.conf’: Permission denied
when I try changing directory to by using:
cd /etc
and then again
cd /vpnc
it says:
Permission denied
Question:
So first of all, how do I access VPNC file and secondly, how do I connect and disconnect from VPN?
sudo
– Chris Davies Apr 03 '15 at 14:50vpnc
what the configuration file is that you want to use. – Chris Davies Apr 03 '15 at 16:03