Login Register






[TuT] How to connect to a VPN on BT5 filter_list
Author
Message
[TuT] How to connect to a VPN on BT5 #1
Commands :

Code:
apt-get install network-manager-gnome cp /etc/network/interfaces{,.backup} echo ""auto lo"" > /etc/network/interfaces echo ""iface lo inet loopback"" >> /etc/network/interfaces service network-manager start nm-applet& reboot

reboot command will obviously reboot your comp and the two plugs (once rebooted) will appear in the top right corner where the icon for skype is if you have it. So congrats you got the network manager installed and up and can connect to a VPN now.

Reply