Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | ... | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | ... | 70
moxpearl
123 posts

Master Geek


  #1544886 1-May-2016 14:35
Send private message

Having a little issue with dns4me + a linksys router with openwrt.

 

DNS Changed on the router. (Under LAN, Use custom DNS servers = the ones from dns4me)

 

Strict Order = Ticked

 

In the custom rules for the firewall I have

 

iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 191.45.56.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 191.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 198.38.96.0/255.255.224.0 -j REJECT
iptables -I FORWARD -d 185.2.216.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 108.175.32.0/255.255.240.0 -j REJECT

 

 

 

Issue being netflix will load, but it loads REALLLLY slow and will only play at low quality (If it manages to buffer/load before timing out at all)

 

Any ideas ??

I can run Hulu Plus etc with no dramas




frudrew
143 posts

Master Geek


  #1545142 2-May-2016 09:00
Send private message

Unotelly still works for me. Only problem is that the server is really slow. So I always have to switch back for locally available apps and programmes. Otherwise it just buffers every so often.


bj99
169 posts

Master Geek


  #1545148 2-May-2016 09:09
Send private message

moxpearl:

 

Having a little issue with dns4me + a linksys router with openwrt.

 

DNS Changed on the router. (Under LAN, Use custom DNS servers = the ones from dns4me)

 

Strict Order = Ticked

 

In the custom rules for the firewall I have

 

iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 191.45.56.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 191.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 198.38.96.0/255.255.224.0 -j REJECT
iptables -I FORWARD -d 185.2.216.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 108.175.32.0/255.255.240.0 -j REJECT

 

 

 

Issue being netflix will load, but it loads REALLLLY slow and will only play at low quality (If it manages to buffer/load before timing out at all)

 

Any ideas ??

I can run Hulu Plus etc with no dramas

 

 

I have also tried this setup with dns4me, dd-wrt router and roku. Movies load to 25% and time out.




old3eyes
9119 posts

Uber Geek

Subscriber

  #1545149 2-May-2016 09:11
Send private message

frudrew:

 

Unotelly still works for me. Only problem is that the server is really slow. So I always have to switch back for locally available apps and programmes. Otherwise it just buffers every so often.

 

 

Dito.





Regards,

Old3eyes


wasabi2k
2096 posts

Uber Geek


  #1545207 2-May-2016 10:18
Send private message

moxpearl:

 

Having a little issue with dns4me + a linksys router with openwrt.

 

DNS Changed on the router. (Under LAN, Use custom DNS servers = the ones from dns4me)

 

Strict Order = Ticked

 

In the custom rules for the firewall I have

 

iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 191.45.56.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 191.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 198.38.96.0/255.255.224.0 -j REJECT
iptables -I FORWARD -d 185.2.216.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 108.175.32.0/255.255.240.0 -j REJECT

 

 

 

Issue being netflix will load, but it loads REALLLLY slow and will only play at low quality (If it manages to buffer/load before timing out at all)

 

Any ideas ??

I can run Hulu Plus etc with no dramas

 

 

Rather than blocking the DNS requests, NAT them to your DNS provider - so do a dnat, rather than an snat.


moxpearl
123 posts

Master Geek


  #1545614 2-May-2016 21:35
Send private message

wasabi2k:

 

moxpearl:

 

Having a little issue with dns4me + a linksys router with openwrt.

 

DNS Changed on the router. (Under LAN, Use custom DNS servers = the ones from dns4me)

 

Strict Order = Ticked

 

In the custom rules for the firewall I have

 

iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 191.45.56.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 191.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 198.38.96.0/255.255.224.0 -j REJECT
iptables -I FORWARD -d 185.2.216.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 108.175.32.0/255.255.240.0 -j REJECT

 

 

 

Issue being netflix will load, but it loads REALLLLY slow and will only play at low quality (If it manages to buffer/load before timing out at all)

 

Any ideas ??

I can run Hulu Plus etc with no dramas

 

 

Rather than blocking the DNS requests, NAT them to your DNS provider - so do a dnat, rather than an snat.

 

 

 

 

Cheers for the reply; not sure I quite follow though ?

I do have it set as DNAT already ??


JamesL
956 posts

Ultimate Geek
Inactive user


  #1548418 8-May-2016 21:57
Send private message

 had a vps on both digitalocean and ramnode, both blocked now


 
 
 
 

Send money globally for less with Wise - one free transfer up to NZ$900 (affiliate link).
michaelmurfy
meow
13243 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1548424 8-May-2016 22:34
Send private message

@moxpearl just FYI I have OpenWRT specific instructions in the private forums. PM me if you're wanting access. Not prepared to post it in public space.




Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.


dpte
5 posts

Wannabe Geek


  #1552891 15-May-2016 08:30
Send private message

Unlocator (using beta) has also now been blocked since last night. This is the last straw. Will probably go back to torrenting.

 

Has anyone found a VPN that still works?


ludez
903 posts

Ultimate Geek
Inactive user


  #1552892 15-May-2016 08:46
Send private message

Haven't found a solution that works on ps4, if anyone has one please do PM me!Compensation for getting me a working one..

PhantomNVD
2619 posts

Uber Geek
Inactive user


  #1552918 15-May-2016 09:17
Send private message

I have can confirm a working VPN, best bet is to use their free week trials and find the one that suits your needs. My first attempt was recognised as a VPN, but switching to another mode in the US solved that too.

trig42
5810 posts

Uber Geek

ID Verified

  #1552924 15-May-2016 09:43
Send private message

dpte:

 

Unlocator (using beta) has also now been blocked since last night. This is the last straw. Will probably go back to torrenting.

 

Has anyone found a VPN that still works?

 

 

Bah. I signed up for the trial of this yesterday.

 

Was watching Netflix fine all night (was US catalog). Haven't checked it today though.


rossko
3 posts

Wannabe Geek


  #1552953 15-May-2016 10:16
Send private message

michaelmurfy: @moxpearl just FYI I have OpenWRT specific instructions in the private forums. PM me if you're wanting access. Not prepared to post it in public space.


Hey mate could I get access please? Keen to have a crack at this to see if t works.

rhettsabai
2 posts

Wannabe Geek
Inactive user


  #1555664 19-May-2016 15:25
Send private message

I do know a way to watch US netflix on any device while on a vpn. Have this working since January of this year, when netflix started this, not one interruption. Will not make public email me for more details.

PhantomNVD
2619 posts

Uber Geek
Inactive user


  #1555678 19-May-2016 16:00
Send private message

rhettsabai: I do know a way to watch US netflix on any device while on a vpn. Have this working since January of this year, when netflix started this, not one interruption. Will not make public email me for more details.

 

 

 

so how do you do router based VPN?

 

 

 

I have a great VPN too, but my ATV3 and SamSung TV both can't use it as they don't support VPN.

 

 

 

I have a way to reroute it via a PC, but it really sux to setup, and has 0/10 WAF as it takes at least 5 mins to do!


1 | ... | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | ... | 70
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.