Recent content by asdfljkadsflkjasdf

  1. A

    ARG_MAX 1024?

    I was trying to run a long command and it got cut off in the middle. It looks like asuswrt-merlin has a ARG_MAX of 1024. Is it possible to make it larger? On Ubuntu 15.10 I get $ getconf ARG_MAX 2097152 There is no getconf on the router tho. Thanks
  2. A

    Multiple CPE/Public IPs? [Mods: Delete]

    What you are trying to do is just a broken design to begin with. What you need is to get your ISP to route a prefix to you. In theory it is possible to have the wrt router to listen on multiple WAN IPs with subinterfaces and nat mapping the secondary public IPs to private IPs. Any real router...
  3. A

    Multiple CPE/Public IPs? [Mods: Delete]

    Why would you bother to do this on a home router? A MikroTik or Ubiquiti box costs much less can do it properly and reliably.
  4. A

    How to disable IPv6 DNS?

    Doesn't it mean no SLAAC?
  5. A

    Unable to access to cablemodem's web port from WAN.

    check your iptables if there is a correct dnat rule for WAN tcp port to 192.168.100.1:80 If you don't need to add a 192.168.100.0/24 subinterface to access the CM behind your router, the CM's control plane should have a default route to the router. If not, you need both snat and dnat?
  6. A

    How to disable IPv6 DNS?

    You are aware I am talking about IPv6 right?
  7. A

    How to disable IPv6 DNS?

    With "IPv6 - Connect to DNS Server automatically" set to disabled and manually configured IPv6 DNS, the clients are still using asuswrt as IPv6 DNS server... Is this a bug?
  8. A

    How to disable IPv6 DNS?

    "Connect to DNS Server automatically" exists in WAN settings, LAN DHCP settings and IPv6 settings. What's the logic behind this?
  9. A

    How to disable IPv6 DNS?

    Windows 10 prefers IPv6 DNS over IPv4 DNS. I don't trust my ISP's IPv6 DNS and the rtt to Google DNS over IPv6 is 6x the rtt over IPv4. So I just want to use OpenDNS and Google Public DNS over IPv4. How can I achieve this? Under "IPv6 DNS Setting - Connect to DNS Server automatically", if yes...
  10. A

    IPv6 DHCPv6 PD debugging

    How can I turn on debugging for PD? My router keeps losing the PD prefix and I don't see an obvious way to force a refresh.
  11. A

    JFFS partition problems, Entware won't install

    Is this still the case?
  12. A

    How to access modem at 192.168.100.1

    That's gonna create other problems....
  13. A

    Access modem configuration page

    Why do you need this nat-start script? MASQUERADE should have already been configured if you have NAT enabled.
  14. A

    How to access modem at 192.168.100.1

    Thank you so much. Adding a subinterface is exactly what I am trying to do.
  15. A

    How to access modem at 192.168.100.1

    I saw this post in the wiki https://github.com/RMerl/asuswrt-merlin/wiki/Access-modem-Web-UI-on-WAN-port-(no-script) I would prefer a non-interruptive approach
Back
Top