Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. owine

    [HowTO] WPA2 Enterprise EAP-TTLS,PAP

    What is the expected output? I am prompted for import password, displays CERTIFICATE. Then prompted for PEM pass phrase and it displays ENCRYPTED PRIVATE KEY.
  2. owine

    [HowTO] WPA2 Enterprise EAP-TTLS,PAP

    Despite multiple setups from clean, I am unable to install the .p12 certificate on any of my iOS devices. I email the .p12 to myself and get an error stating "The container "Identify Certificate" must contain only one certificate and its private key." Any ideas? I am running iOS 8 which may, but...
  3. owine

    How to best create local dns entries for static IP hosts?

    Static DHCP reservations. Six of one, half dozen of the other. Or as Asus calls it, "Manually Assigned IP around the DHCP list".
  4. owine

    How to best create local dns entries for static IP hosts?

    No need to extend the range. My DHCP is 10.10.10.100-254 but my statics are below 100.
  5. owine

    How to best create local dns entries for static IP hosts?

    Sounds like your very best option would be to forget everything above and set static DHCP reservations in the webui with host names. The host names will be pushed to the clients with the DHCP information and dnsmasq will respond to the host names for lookups.
  6. owine

    How to best create local dns entries for static IP hosts?

    Put the entries in a hosts.add file on /jffs/configs. This will add those entries to the hosts file on reboot.
  7. owine

    Asuswrt-Merlin 376.44 Beta 1 is out

    What is the best way to determine what GitHub version the releases are based on? Are the version bumps immediately following a release?
  8. owine

    Asuswrt-Merlin 376.44 Beta 1 is out

    My network map only shows 3 clients, but I have about 15 clients on my network. I am using a 10. prefix on my network with 255.255.0.0 netmask. Would this cause any issues with that? I have this issue on .43, but held off on posting since .44 has network map fixes, but still occurring with .44.
  9. owine

    My alternative to vi- what is yours?

    Install nano from entware.
  10. owine

    dnscrypt blocking update/downloads

    If you are still having issues with these specific servers after disabling dnscrypt, try switching to Google, Level 3 or your ISP's DNS servers and see if that solves anything. That could isolate the problem to OpenDNS itself. What DNS address is being propagated to clients? Is it your...
  11. owine

    dnscrypt blocking update/downloads

    Did you also set the scripts involved with dnscrypt? What are you DNS settings in the webui? What are the contents of your custom config files?
  12. owine

    Merlin - feature request

    Yes, sorry curl is not installed by default. Swapping out for wget solves that. I'd suggest putting the raw command into other user scripts for "instant" updates if you get a new IP. wan-start and dhcpc-event are good ones to use.
  13. owine

    Persistent Cron Jobs

    curl is installed via Entware. You can do that or use wget which is preinstalled but does not do SSL.
  14. owine

    Merlin - feature request

    #!/bin/sh SERVICE="dnsomatic" USER="****" PASS="****" HOST="all.dnsomatic.com" IP="`curl http://icanhazip.com`" ez-ipupdate -S $SERVICE -u $USER:$PASS -h $HOST -a $IP This shell script is configured for DNS o Matic. You can update No-IP and others that way by pulling your external...
  15. owine

    VoIP Setup on AC68U with Astrill VPN Applet

    I believe you need an add on service from Astrill to be able to forward ports. Do you have this? If not, the NAT is occuring on Astrill's server which you cannot configure to forward for obvious reasons.
  16. owine

    Persistent Cron Jobs

    Use curl. And put the cru command in an init-start script.
  17. owine

    SIXxS aiccu IPv6 Tunnel

    I am in a double NAT situation and therefore unable to use 6in4-heartbeat tunnels. Is this mission critical in this case?
  18. owine

    Dnscrypt from opendns

    1) You need to create the dnscrypt-resolvers.csv file somewhere from https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/dnscrypt-resolvers.csv. (in /jffs is fine) 2)Run "ln -s /jffs/dnscrypt-resolvers.csv...
  19. owine

    Dnscrypt from opendns

    What is the output of "/jffs/bin/dnscrypt-proxy --local-address=127.0.0.1:65053 --daemonize" in the shell?
  20. owine

    Dnscrypt from opendns

    I encountered this problem my first restart after upgrading the entware package. I had to: 1) Create /opt/share/dnscrypt-proxy.csv 2) Populate it with https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/dnscrypt-resolvers.csv 3) Add the following to the init script's ARGS...
Top