Voxel
Part of the Furniture
Whats the word on DFS channels being unlocked and working?
Thanks!
Wait for release (with integrated 1.0.2.40 stock changes). I'll unlock them in GUI. But I do not promise they will be working.
Voxel.
Whats the word on DFS channels being unlocked and working?
Thanks!
Any chance you will make a custom firmware for netgear nighthawk x8 r8500
Sorry, I am not sure. It is not so interesting for me. Broadcom with their SDK and 2.6.x kernel. Too closed. And moreover I do not have it.
Also, all this takes a lot of time from me, practically all free time, w/o any profits, but I have to earn money (my main job). R7500/R7800/R9000 have almost the same scheme for firmware building (OpenWRT-like). R8500 - other scheme. I am not sure that I can find enough time to maintain different scheme. Orbi - maybe. Broadcom's routers - rather no.
Voxel.
So I can confirm that DFS is still broken as it was with the original Netgear .40 and the Netgear beta firmware.Wait for release (with integrated 1.0.2.40 stock changes). I'll unlock them in GUI. But I do not promise they will be working.
Voxel.
Another weird issue is that I can't get FTP access using the Voxel firmware anymore. It worked fine using Netgears but when our webserver tries to FTP back to my router to drop off our nightly backup, I'm getting this FTP error:
Error: Unable to operate the storage: Transport error: Unable to create the directory 'ftp://XXX/shares/ThunderBolt/VPS/check0/': Curl error: (21) Quote command returned error: Last FTP request: MKD check0 Last FTP response: 550 check0: Operation not permitted
Check that you have permissions to create folders in the storage. You can check it independently with the command:
curl --ftp-create-dirs -v --ftp-pasv -u admin ftp://XXX/shares/ThunderBolt/VPS//test-dir/
Sorry I did not quite understand what you need. If you wish to setup OpenVPN client to your router then your VPN provider should provide you proper ovpn config file.Hello
I apologize but I am a total beginner and would like some help to run Private Internet Access client on my newly purchased R9000. I have come so far that I have installed the latest firmware V1.0.2.43HF-HW. I need help to create .ovpn config file. I tried to follow voxel's instruction without success. I'm totally technically useless and prefer to copy and paste method. Hope someone can help me. Greetings from Sweden
setssh: try to press BROWSE button on my site.Sorry for the crosspost, I realized I was in the wrong thread for my router earlier.
Hi,
I was wondering if someone could help me. I would like to ssh into the router but am unsure how to go about the following:
First, I do not see setssh.tar anywhere on the ftp/file host site. Secondly, I haven't the foggiest about generating the keys that Voxel refers to in his readme.
If anyone could offer some assistance or guidance it would be greatly appreciated.
Thank you,
J
HelloSorry I did not quite understand what you need. If you wish to setup OpenVPN client to your router then your VPN provider should provide you proper ovpn config file.
If you want to use your router as OpenVPN server, then there is ready to download ovpn file in WebGUI page, where you turn server on.
Voxel.
Try to follow this instructions:Hello
If I have understood correctly, I have to create a folder on usb called "openvpn client". In this folder, I have to add .ovpn config file from pia. Unfortunately, I do not know how to embed CA / CERT / KEY into my * .ovpn file. and my question is where do I put username and password.
My config file looks a bit different.Try to follow this instructions:
https://www.myopenrouter.com/article/how-set-openvpn-client-netgear-r9000-voxels-firmware
Voxel.
You have to correct your ovpn adding absolute path to CRT and PEM files e.g.My config file looks a bit different.
client
dev tun
proto udp
remote sweden.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crt
disable-occ
Like this?You have to correct your ovpn adding absolute path to CRT and PEM files e.g.
ca /etc/openvpn/config/client/ca.rsa.2048.crt
The same for pem. See my readme.
Regarding user and pass it is written in instructions myopenrouter, right?
And do not forget to put these CA and PEM files to USB flash, the same folder where ovpn.
Voxel.
Yes, looks good. Just try and do not forget to copy your additional files: CRT PEM TXTLike this?
client
dev tun
proto udp
remote sweden.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass /etc/openvpn/config/client/auth.txt
comp-lzo
verb 1
reneg-sec 0
crl-verify /etc/openvpn/config/client/crl.rsa.2048.pem
ca /etc/openvpn/config/client/ca.rsa.2048.crt
disable-occ
Yes, looks good. Just try and do not forget to copy your additional files: CRT PEM TXT
Voxel.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!