New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
I've got something similar setup although I use a router for my tunnel.
Buy - http://www.amazon.com/TP-LINK-TL-WR702N-Wireless-Repeater-150Mpbs/dp/B007PTCFFW/ref=sr_1_3?ie=UTF8&qid=1395857585&sr=8-3&keywords=tp+link+ap
Set it up to connect to an L2TP VPN then connect your devices to it wirelessly and they'll be going through a tunnel.
This.
Does anyone have a tutorial on how to setup this for a Xbox 360? I have a spare VPS (who hasn't) but there a some parts on that github page I don't understand. DNAT?? I can't even get the so called simple mode to work :-(
Hey there everyone! Great tutorial! I'm stuck at one point. All the websites I'm trying to "hid from" are actually not working after I've followed this tutorial: http://blog.belodedenko.me/2014/02/diy-clone-of-netflix-tunlr-vps.html
It get's stuck in to the server and it doesn't forward me past that. Also sniproxy says it's stopped and won't start.
Any ideas for me?
Thanks a bunch!
Your configs, logs and any other information you can provide will be very useful in determining what your issue is
Thanks for the quick reply!
/var/named/chroot/etc/named.conf
`options {
listen-on port 53 { any; };
};
acl "trusted" {
};
logging {
};
zone "." IN {
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
include "/var/named/chroot/etc/zones.override";
`
/var/named/chroot/etc/named/db.override
/var/named/chroot/etc/zones.override
Sorry for the multiple posts!
I've tried to install and run sniproxy again and I got a bit further. It seems I was missing some perl modules.
I tried running sniproxy manually and this is what I got:
EDIT: Found it! Apache was killing it now. I got it working
Can't wait to get back to the office or home and test it.
[root@x sniproxy]# service sniproxy status
sniproxy (pid 7644) is running...
Hey there everyone!
Sorry for bugging you again. I had some time today to play with the configuration above and I got to the point where, whenever I open hulu or netflix I get "Backend not available" in the browser.
Anyone has an idea why this is happening?
Thank you for your time once again! Hope I'm not getting on your guys's nerves.
For a more up-to-date solution, check out: https://github.com/ab77/netflix-proxy
This is basically a containerised version of the previous manual build with most things automated.
-- ab1
wow! that's great work .. might give it a try out this week-end ..
You guys are great