Jump to content

arronar

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi. After installing OpenVPN (apt install openvpn) I'm trying to run a VPN client on ARMBIAN 5.38 (9 stretch) 4.14.18-sunxi and I'm getting the following error when executing: sudo openvpn --config /etc/openvpn/client/myVPN.conf In the /etc/openvpn/client there are while the myVPN.conf file looks like # Specify that we are a client and that we # will be pulling certain config file directives # from the server. client # Use the same setting as you are using on # the server. # On most systems, the VPN will not function # unless you partially or fully disable # the firewall for the TUN/TAP interface. dev tun # Are we connecting to a TCP or # UDP server? Use the same setting as # on the server. proto udp # The hostname/IP and port of the server. # You can have multiple remote entries # to load balance between the servers. remote <ip> 1194 # Keep trying indefinitely to resolve the # host name of the OpenVPN server. Very useful # on machines which are not permanently connected # to the internet such as laptops. resolv-retry infinite # Most clients don't need to bind to # a specific local port number. nobind # Try to preserve some state across restarts. persist-key persist-tun # SSL/TLS parms. # See the server config file for more # description. It's best to use # a separate .crt/.key file pair # for each client. A single ca # file can be used for all clients. ca ca.crt cert vpnRouter.crt key vpnRouter.key # Verify server certificate by checking # that the certicate has the nsCertType # field set to "server". This is an # important precaution to protect against # a potential attack discussed here: # http://openvpn.net/howto.html#mitm # # To use this feature, you will need to generate # your server certificates with the nsCertType # field set to "server". The build-key-server # script in the easy-rsa folder will do this. ; ns-cert-type server # If a tls-auth key is used on the server # then every client must also have the key. tls-auth ta.key 1 #To avoid a possible Man-in-the-Middle attack where an authorized #client tries to connect to another client by impersonating the #server, make sure to enforce some kind of server certificate #verification by clients. ns-cert-type server # Cryptographic algorithm cipher AES-256-CBC # Enable compression on the VPN link. # Don't enable this unless it is also # enabled in the server config file. comp-lzo # Set log file verbosity. verb 3 Any idea on what that means? I googled it and couldn't find anything helpfull.
  2. Nice to know. I'm going to order one now. Thank you.
  3. Did you make the Comfast 915AC work with latest version of hostapd and the rtl871xdrv driver or with the hostapd's default driver (nl80211)?
  4. Hello all. I'm having a banana Pi and two days ago I had bananian OS on it. Now after searching online I decided to install armbian because it seems the most updated and more user-friendly one. One of the things that I want to do with my Pi, is to create an AP and connect other devices to it. So I read the documentation that is online from armbian site that refers on A. How to build a wireless driver? B. How to set wireless access point? Started with the A. and following all the steps, I realized that the 8192cu.ko module was already installed and loaded because when I tried to load it with insmod command it returned me: So I continued with the B. article. I cloned the suggested repository and run the go.sh script. After everything was done I had two files called : I chose to install (dpkg -i) the second one (realtek) because that's what my usb dongle needs (at least that's my opinion) After installing it, I tried to execute it by using the /etc/hostapd.realtek.conf What I got is : Here are also some other command's results that might be helpful: lsusb iwconfig uname -a /etc/hostapd.realtek.conf Also, I would like to mention that the USB dongle works properly as for the scanning of SSIDs using the nmtui tool, but if I'm going to connect to one of them with the correct password, nmtui returns : Besides all these I also tried to use and the following solutions (but without any success): https://github.com/jenssegers/RTL8188-hostapd https://github.com/pritambaral/hostapd-rtl871xdrv Also, I remember that jensseger's solution was working when I had bananian OS but it had an older kernel that I don't remember right now. Does anyone else have this problem? Is there a chance of being a problem in the newer kernel and not driver's one? Any idea, hint, help is welcome. Thanks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines