Results 1 to 2 of 2

Thread: kali openvpn connection problem

  1. #1
    Join Date
    2015-Apr
    Posts
    17

    Smile kali openvpn connection problem

    Hi, i am facing a problem while connecting my kali machine with openvpn to windows vpn server.
    As by default there are some dependencies missing for openvpn in kali, so i installed all of them
    and created a pptp vpn, but it wont connect no matter what i do.
    even when i tried to see whats going on with wireshark it shows no activity while trying to connect as nothing is happening.
    may be its a bug in kali or a misconfiguring by me anyways can anyone help me with this. Thanks

  2. #2
    Quote Originally Posted by Fetalerror View Post
    Hi, i am facing a problem while connecting my kali machine with openvpn to windows vpn server.
    As by default there are some dependencies missing for openvpn in kali, so i installed all of them
    and created a pptp vpn, but it wont connect no matter what i do.
    even when i tried to see whats going on with wireshark it shows no activity while trying to connect as nothing is happening.
    may be its a bug in kali or a misconfiguring by me anyways can anyone help me with this. Thanks
    Install and run openvpn with vpngate servers & opennic dns

    apt-get install openvpn

    DNS changes:
    kate /etc/resolv.config

    Fix cannot exec proxyresolv file :

    ln -s /usr/lib/proxychains3/proxyresolv /usr/bin/

    nameserver ipaddress [open nic is good place for these]
    nameserver ipaddress

    root@kali:cd /etc/openvpn
    openvpn# openvpn --config vpngate_vpnxxxxxxx65.opengw.net_udp_1xxx.ovpn

    iceweasel www.ipchicken.com &

    www.dnsleaktest.com

    Regards Dee

Similar Threads

  1. openvpn-gnome problem after kali upgrade
    By n3tr4k in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2018-02-16, 06:57
  2. Anyone else having issues with openvpn/openvpn-gnome now?
    By fonestar in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-06-05, 20:16
  3. OpenVPN connection won't start through Network Manager
    By bluudz in forum TroubleShooting Archive
    Replies: 8
    Last Post: 2015-08-25, 09:57
  4. Replies: 0
    Last Post: 2015-05-17, 22:08

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •