Recent content by eliotte

  1. E

    double NAT and static route not working

    Hi, I have a strange probleme. Here my setup: 1xRT-AC68U 376.48_1 as main router 2xRT-AC66U 3.0.0.4.374.38_1 as AP and an other doing double NAT So I have something like: My main subnet is 192.168.1.1/24 and I have double NAT at 192.168.2.1/24 So nothing complicated. On my main subnet...
  2. E

    2 router. One with unblock.us DNS

    192.168.5.1 and 192.168.1.1. Your mask should be 255.255.0.0 if you want them to be in the same subnet. You should block dhcp request from the wan port of your ddwrt router and let dhcp server running on your ddwrt router. That way, all device asking for ip will get one from router's dhcp...
  3. E

    DNSMasq on Asus RT-N66

    If you have an old router with ddwrt + a vpn account with any provider, + your asus, you can follow this: http://forums.smallnetbuilder.com/showthread.php?t=13797 I had an unblockus account and it was terrible for me (roku suport was very bad). You can find vpn provider for less than...
  4. E

    Asuswrt-Merlin 3.0.0.4.374.38 is out

    Hi, I did 250/250Mbps over pppoe!
  5. E

    Accessing local addresses from VPN

    Does your pptp server provide you an ip in the same range as 192.168.1.x??
  6. E

    I found a bug with dnsmasq

    I found out, If I set dns on my wan instead of using default, it works better... But I don't understand why this: nslookup google.ca 8.8.8.8 was so slow, but adding custom dns in the UI, nos the same command run faster....
  7. E

    I found a bug with dnsmasq

    I also notice, my nslookup are very slow using ssh
  8. E

    I found a bug with dnsmasq

    I'm running 3.0.0.4.374.35_4 From a fresh reset, I configure basic stuff and activate JFFS. My wan is DHCP AUTO. Then, I try to configure my WAN with pppoe and goes back to DHCP auto. This is where problem start. I have log like that: -junk found in command line -FAILED to start...
  9. E

    Adding Unblock-Us DNS using DNSMasq

    I had trouble with dnsmasq after updating firmware. I suggest to reset your asus and re-apply your setting and see what's happening. On the other hand, I had trouble with unblock-us or other related service. I created my own "unblock-us" kind of service. Here my post...
  10. E

    pppoe speed issue

    Hi, I run 3.0.0.4.374.35_4 on my AC66U. I have a FFTH connection -> 270 down/250up using router from my provider. When I manage the pppoe from my asus, speed drop to 150Mbps. I connect the asus directly in the ONT so no passthrough by the router's provider. Do you think a fresh reset of my...
  11. E

    static route

    Simple note, the script must be run in the current directory as: ./static_route If you try to run in a different path like " /path/.../static_route" it will not work. You can add this line of code at the beginning to fix it: cd /directory/where/script/is/located
  12. E

    static route

    First, in the same directory of the script following, you need a file called urls.txt as follow: #gamecenter|10.222.215.80 gamecenter.nhl.com #hulu|10.222.215.245 t2.hulu.com p.hulu.com play.hulu.com data.flurry.com This is an exemple for some domains. The ip after | is the getway used for...
  13. E

    static route

    So I found my information by myself. File is located here: /proc/net/route. But I found I don't need it. What I will try to do is to run my script doing nslookup for all my domains and then run, for each domain: ip route delete old_ip ip route add new_ip via VPN_LOCAL_IP metric 16 I wil add...
  14. E

    static route

    I forgot, I have a AC66U running 3.0.0.4.374.33
  15. E

    static route

    Hi, I'm looking where the config file for static route is located. On my network, I have 2 other router as vpn. One has a US IP, and the other one Germany IP. I use dnsmasq and force some domains to get sepcific IP and then, use static routing for sending these traffic to my vpn box...
Back
Top