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

    [SOLVED] Openvpn listen on ip

    That's a shellscript, right? And is executed before server startup I take it? Thanks, will do that
  2. mad_ady

    [SOLVED] Openvpn listen on ip

    Currently openvpn binds all interfaces when listening on a port: tcp 0 0 :::443 :::* LISTEN 967/vpnserver1 I'd like to start the server and have it listen on a specific IP (ppp0). The purpose is I want to run openvpn on 443 on the external...
  3. mad_ady

    AB-Solution - The Ad Blocking Solution

    You're right, I was under the impression that it was binding all interfaces for that port and it's not: tcp 0 0 192.168.1.254:443 0.0.0.0:* LISTEN 1112/pixelserv-tls However, openvpn is. I'll talk to RMerlin about it: tcp 0 0 :::443...
  4. mad_ady

    AB-Solution - The Ad Blocking Solution

    I have a problem with pixelserver-tls running listening on 0.0.0.0:443. The problem is - I'm also running openvpn on :443. I could bind openvpn to my public ip (sadly I can't bind it to ppp0), but I also need to have pixelserver-tls bound only to floating-ip:443. Can this be done from...
  5. mad_ady

    [SOLVED] snmpd on RMerlin ASUSWRT with extended scripts

    Ok, here's an update. I disabled the built-in snmpd daemon and installed snmpd and snmp-utils from opkg: opkg install snmpd snmp-utils I copied the config file from /tmp/snmpd.conf to /jffs/config/snmpd.conf and adjusted this path in /opt/etc/init.d/S47snmpd (ARGS). Now, inside the config...
  6. mad_ady

    Wifi SSID with routed interface for IoT devices

    I plan on adding a few wifi IoT devices in my house (Sonoff switches) that I'd like to separate from my main LAN and have a different address space and firewall rules for devices in that LAN. I still want DHCP in the LAN (though I can live without it). I'm using RMerlin's build on a RT56U. I...
  7. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    Yes, it's the correct firmware. Anyway I managed to do the upgrade after disabling jffs and rebooting. Must have had something there that was breaking the update process. Update went fine (did it from my phone, over wifi). Thank you all for your help!
  8. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    @octopus: yes, I've used just the trx file. Checksum is fine as well @joegreat: Actually I don't have any usb drives attached. I've moved my optware in jffs. But I will disable it, reboot and try again.
  9. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    I've retried flashing 380.69 on my RT-AC56U, and it still complains that it is not valid (the trx file). I also tried to flash380.68_4 and it complained in the same way. Most likely I'm out of some resource or have replaced something from optware and broken the update process. Any chance...
  10. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    My flash size is: Regarding flashing - last time I did it it was from work, over a VPN tunnel home :D
  11. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    @XIII: Thanks for the suggestion. I did a reboot just now, but it made no difference. Also tried flasing over Ethernet instead of Wifi. No dice...
  12. mad_ady

    [Release 380] Asuswrt-Merlin 380.69 is now available

    Happy holidays everyone! As part of my regular upgrade policy, I'm trying to upgrade my RT-56U from 380.66_6 to 380.69_0. Did the usual backups, but when trying to upload the firmware the web gui complains that: I've checked the sha256 checksum and it's correct. Any idea why I can't flash it...
  13. mad_ady

    [SOLVED] snmpd on RMerlin ASUSWRT with extended scripts

    Hello everyone! I'd like to keep an eye on who is connected over OpenVPN, so I thought I'd make a script to parse openvpn status and report back who is connected via snmp (there is a snmp agent polling the router periodically). To do this I enabled snmp and it works (I am able to get data for...
  14. mad_ady

    Network for safe work environment without compromising personal usage

    As I said, there are no guarantees: https://en.wikipedia.org/wiki/VLAN_hopping. There are ways to build specially crafted packets that could fool a switch/router and the packet could leak into the other network. It's very difficult to get bidirectional communication, but for some exploits it may...
  15. mad_ady

    Network for safe work environment without compromising personal usage

    You should be able to use vlans configurable from the web interface with any router that suports openwrt - but check specifically their site first: https://wiki.openwrt.org/toh/start Regarding separation - vlans offer layer 2 separation, which acts like different wires on a shared wire. So...
  16. mad_ady

    Advice for a NAS project

    Never had this issue with Odroids and Kodi 16/17. Must be something particular to the specific platform/Kodi version.
  17. mad_ady

    Advice for a NAS project

    What kind of problems? For me subtitles work just fine, even downloading them from kodi
  18. mad_ady

    Network for safe work environment without compromising personal usage

    Edit: apparently you can use vlans on RMerlin firmware, but you need to configure them from a shell: http://www.snbforums.com/threads/vlans-on-merlin-mini-howto.20529/
  19. mad_ady

    Network for safe work environment without compromising personal usage

    Yes, link aggregation can only increase the bandwidth to a server/nas - for instance, use 2 ports on the router + 2 ports on the NAS and increase bandwidth from 1Gbps to 2Gbps (with some limitations based on the hashing algorithm used). I see that the RT-AC88U is supported by @RMerlin and you...
  20. mad_ady

    Advice for a NAS project

    If you are into DIY, you can use an Odroid XU4 http://www.hardkernel.com/main/products/prdt_info.php with the Cloudshell 2 enclosure http://www.hardkernel.com/main/products/prdt_info.php?g_code=G149142327280 I use it as a NAS, but it has a HDMI port and can run kodi 17.3. No problems with audio...
Top