Advertisement
GoodiesHQ

SmnFz

Jan 25th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. [align=center][img]http://www.geeknewscentral.com/wp-content/uploads/2012/05/bigstock-Vpn-Net-7401998-300x300.jpg[/img][/align]
  2.  
  3. This time im going to teach you to set up an VPN in Kali 1.0.5. As you may know, Kali is not delivered with the necessary packets to be able to use a VPN from the iso-file, so we must install some first. As you see in this pic the VPN settings is gray and you cant add, edit or do anything with them.
  4.  
  5. We have a couple of stuff to install, the network connection will disapear a couple of times, nothing to worry about cos thats normal
  6.  
  7. [align=center][img]http://images.staticjw.com/can/2264/121212.jpg[/img][/align]
  8.  
  9. Before were doing anything we need to update the archive..
  10. apt-get update
  11.  
  12. Now we can carry on installing
  13.  
  14. apt-get install network-manager-openvpn-gnome
  15. apt-get install network-manager-pptp
  16.  
  17. [align=center][img]http://images.staticjw.com/can/4005/212121.jpg[/img][/align]
  18.  
  19. apt-get install network-manager-pptp-gnome
  20. apt-get install network-manager-strongswan
  21. apt-get install network-manager-vpnc
  22. apt-get install network-manager-vpnc-gnome
  23.  
  24. [align=center][img]http://images.staticjw.com/can/2702/32322.jpg[/img][/align]
  25.  
  26. To finnish of you dont want to forget to restart the Network manager...
  27. /etc/init.d/network-manager restart
  28.  
  29. [align=center][img]http://images.staticjw.com/can/8004/4444.jpg[/img][/align]
  30.  
  31. Now you can add your VPN. Remember.. Hack ยดn be safe!
  32.  
  33. All-in-one Command:
  34. yes | apt-get install network-manager-openvpn-gnome, network-manager-pptp, network-manager-pptp-gnome, network-manager-strongswan, network-manager-vpnc, network-manager-vpnc-gnome
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement