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. mstombs

    [no longer need feedback] pixelserv-tls users: How's your setup

    You cannot auto fall back, if the browser tries to make an https request previous pixelserv https://github.com/HunterZ/pixelserv just tries to refuse connection quickly (no timeouts, few repeats). pixelserv-tls tries to negotiate using a real certificate. It would be up to the web page scripts...
  2. mstombs

    [no longer need feedback] pixelserv-tls users: How's your setup

    I use pixelserv-tls on an old N66U, have moved webui to https non standard port, as still on 380.59. Use own script to get pgl.yoyo dnsmasq domain blocklist. Not sure still needed but get pixelserv to listen on main and common alternate http ports, 80,81, 8080,8081. -o 2 reduces timeout to an...
  3. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    I'm surprised pixelserv-tls works with ipv6 - I thought some of the socket stuff was ipv4 specific, sure it can be upgraded, maybe kvic has already done it.
  4. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    Well I can get the html formatted stats:- pixelserv-tls version: V35.HZ12.Kh compiled: May 11 2016 15:13:54 options: 192.168.66.254 -p 80 -p 81 -p 8080 -p 8081 -k 443 -o 2 uts: Uptime 58 days 19:55 req: Total # of requests 5688039 ... cls: # of client shutdown 5629514 ... slh: # of HTTPS /w a...
  5. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    By default the C pixelserv listens on port 80 and port 443 for https, because the dns diverts the IP address, and the web pages use the scripted or default IPs. I came across something using port 81 and 8080 so I get my pixelserv to listen on these as well with custom options:- pixelserv-tls...
  6. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    I may have lost settings in Firefox due to a reinstall? I have successfully re-imported the Pixelserv CA cert for use in Chrome and Firefox on 2 different Win7 laptops, but I am unable to use the same cert for the https web gui and get green padlock in browser. Using router self generated I...
  7. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    You are correct different issue between router gui and pixelserv. It seems my router has forgotten to use the pixelserv certificate, and you can either grant an exception on each use, or store the certificate in Firefox advanced setup. The doubleclick one is different however, no option to...
  8. mstombs

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    You can still use Firefox 48 with Asuswrt-Merlin (.59 on N66) web gui over https, but you now have to confirm an exception (my certs generated 4 months ago, now have >130 ad sites certs generated). Firefox says the certificate is invalid because "This web site does not supply ownership...
  9. mstombs

    Can't get SSH to work in Linux

    I used to use WinSCP in Linux using Wine for exactly this problem. SCP provided by dropbear using SSH is not the same as SFTP, if you want to use SFTP you can use Entware I am sure (openssh-sftp-server or vsftpd ?).
  10. mstombs

    State of the project (August 2016)

    I thought the mips N66 and AC66, would be most likely to drop off first, then the Quantenna AC87 ... oh I seem to be fully supporting your post Merlin, thanks - have a great summer!
  11. mstombs

    WAN Speed manually

    Gigabit connections are supposed to be auto-connect as per standards.
  12. mstombs

    ASUS RT-N66U Firmware 3.0.0.4.380.3831

    GPL sourcecode now released, and it includes shared/prebuilt/private.o and tcode.o Description GPL of ASUS RT-N66U for firmware 3.0.0.4.380.3831 File Size 561.6 MBytes 2016/07/11 update http://dlcdnet.asus.com/pub/ASUS/wireless/RT-N66U_B1/GPL_RT_N66U_30043803831.zip
  13. mstombs

    Restart upnpd?

    You should check the sourcecode, there is start stop and reload for upnp, prototype definitions should be in rc.h, actual code in rc/services.c I believe, for example https://github.com/RMerl/asuswrt-merlin/blob/master/release/src/router/rc/services.c#L3147 Of course may be more variants for...
  14. mstombs

    ASUS RT-AC66U Firmware 3.0.0.4.380.3831

    Description ASUS RT-AC66U Firmware 3.0.0.4.380.3831 Security Fixed - Fixed XSS issue in WDS page. Special thanks for Jamie's contribution. - Fixed LPR buffer overflow issue. Special thanks for GeekPwn contribution. - Remoted DHCP information disclosure. Bug Fixed - Fixed smart sync GUI issue...
  15. mstombs

    ASUS RT-N66U Firmware 3.0.0.4.380.3831

    Fingers crossed the GPL, when it comes, will contain all the bits needed to compile, unlike previous release. ASUS RT-N66U Firmware version 3.0.0.4.380.3264
  16. mstombs

    UPnP issues

    Don't believe everything Steve Gibson says - Asuswrt uses sensible secure options provided by miniupnpd, such as no low port nos or ability to change port forwards for other clients, I don't know how this can be exploited. It may be these restrictions caused the problem above. If you have a...
  17. mstombs

    AC66U WAN Disconnection Problems after upgrade (and subsequent downgrade!!)

    I also had the problem yesterday, just turning the VM SH3 modem off for a couple of minutes then turning back on again fixed it for me. I understand a cable modem firmware fix is being investigated, but I wonder if if it is a hardware chipset issue they are trying to workaround.
  18. mstombs

    Capture web interface commands

    Not easy because both Tomato and Asuswrt have heavily customised http daemon - with c-functions that do the work - but you should be able to read the source-code for each!
  19. mstombs

    Getting Modem Stats

    I 'm sure you need a special nat POSTROUTING rule to snat your connection to that new IP, the current nat POSTROUTING rule probably snats all comms out the WAN port to your internet WAN IP. But I'm not too sure why you need anything when not using PPPoE ...
  20. mstombs

    AC88U with Merlin 380.60 beta WAN connection drops (DHCP)

    You can check if it is there without your script, using an iptables command - it should be inserted at a sensible place for performance, and the counters prove it is working. On different router/firmware here's mine:- ASUSWRT-Merlin RT-N66U 380.59-0 Tue May 10 15:44:44 UTC 2016...
Top