NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
UBUNTU
2 TopicsSupport for Linux clients and OPENVPN on R7000 or any other Netgear router
Althought the R7000 router has support for MAC and Windows clients when using the Netgear R7000 OPENVPN built-in server, it does not support Linux as a client. See the following link: https://community.netgear.com/t5/Nighthawk-WiFi-Routers/R7000-VPN-Service-TAP-or-TUN/m-p/1002408#M20691 Currently I am running the latest "supported" firmware version: V1.0.4.30_1.1.67 as of Nov 10 2015 There is a great number of Linux users and not being able to take advantage of the OPENVPN server in the Router seems to be a big limitation/oversight. I personally purchased this router because of the fat that it had a built in OENVPN server, so that I could connect my Android and Linux devices to my network. As I discovered after purchasing the router neither of these platforms are supported. It seems that IOS and Android support is coming, but no plans to implement Linux. It may be possible to manually configure a Linux client if Netgear would publish how OPENVPN is implemented. I understand that this would not be "supported" by Netgear, but for those of us who have some technical skill we could possibly implement it and make it work for our needs. Providing information such as and not limited to the following would be very useful since OPENVPN is open source software: Tunnel Device (TUN/TAP) Protocol UDP/TCP) Port number (1194 -> official port, or another port defined by Netgear) Encryption cipher (None, blowfish, AES-512/256/192/128 CBC, etc....) Hash algorithm (SHA1/256/512,MD4/5,none, etc....) TLS Cipher (none, AES-128/256 SHA, etc...) LZO Compression (Adaptive, yes/No, none) Authority/ Password usage TLS Auth Key usage ? PKCS12 Key usage? Static Key usage? ns-cert-type server ? Is access limited to the local network, to access the internet only, or to both local and internet? etc..... This post is essentially to ask for Netgear to provide the following: Implement a Linux client file and instructions on how to implement it for the various distributions of Linux. Provide comprehensive documentation on how OPENVPN is implemented in the R7000 router or any other router that has an OPENVPN server built-in.95KViews13likes7Commentsempty Readynas trash from Linux Mint/Ubuntu machine
Hi there, I am running a Linux Mint 18.1 system and have mounted the ReadyNAS 102 to that system using the file /etc/fstab: 192.168.178.20:/data/docs /home/[username]/NAS/docs nfs _netdev,auto 0 0 I've done the same for the other subfolders in the /data folder. So they show up in my home directory's subfolder /NAS. I've deleted a number of those files using Linux and they show up in my trash can. When I try to empty the trash they are not deleted: permission is refused. The owners of the files are 'root' and a user called "99 user 99". Using the LInux terminal I have gone to the mounted folders on the ReadyNAS and opened the .Trash-1000 To get rid of the trash I then tried to delete the /files subfolder: sudo rm -r /files This worked on the ~/NAS/video/.Trash-1000/folder the files owned by '99 user 99' disappeared. I made a new /files folder (sudo mkdir /files) and everything was ok. Then I tried to do the same with the files folder for docs: ~/NAS/docs/.Trash-1000/folder This folder could not be removed. The difference I see is that the files are owned by 'root' and not by '99 user 99' Apparently I have no root access. Is there a way to log in as 'root' and empty the trash? Or is there another way to get rid of the trash? When I try to use the command 'su admin' I get the response "No passwd entry for user 'admin' " Thanx, Thom1.8KViews0likes0Comments