Tagged Questions
1
vote
1answer
428 views
Only allow ssh/vpn on OpenWRT
If I don't want to use wireless encryption, but I still want security and I want to use sshuttle (on the clients, see: https://github.com/apenwarr/sshuttle/) for tunneling everything through an SSH ...
2
votes
1answer
2k views
How to connect to OpenVPN with NetworkManager
I have installed an OpenVPN server on my OpenWrt 10.03 router [freshly flashed]: https://pastebin.com/raw.php?i=hRECWuf1
echo "nameserver 8.8.8.8" > /etc/resolv.conf; opkg update; opkg install ...
1
vote
0answers
617 views
How to setup PPTP on OpenWRT?
I'm trying to configure OpenWrt so clients can connect using PPTP. When I try to connect with networkmanager from a Fedora 14 box that's connected through Wifi, I get "failed to connect".
opkg ...