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

    VLAN on a managed switch?

    if two devices are on different vlans (with or without tagging) without routing or bridging or is bridged but with filters via ebtables, etc., there won't be communication with each other though i like the idea of different vlans using different subnets, there is something to be said about...
  2. sinshiva

    Does T-Mobile/ASUS TM-AC1900 (RT-AC68U) Support Merlin?

    it is suspected that a vanilla copy of merlin should work or it could be compiled with the t-mobile stuff, provided nothing is limited by a customized bootloader. can you telnet in and try; strings /dev/mtd0ro | grep version and perhaps strings /dev/mtd0ro | grep odmpid and paste the...
  3. sinshiva

    WiFi as WAN - messing with

    the main use i see for this is if you were using the router to share like a hotel wifi connection. problem mostly being in how you authenticate the connection. with (dd/tomato/asus)WRT in client bridge mode, you can install optware which should allow you to authenticate via the hotel portal...
  4. sinshiva

    New router required

    sounds like OP desperately needs multiple 2.4ghz APs
  5. sinshiva

    Using RT-N66U as Local DNS server

    sorry, wasn't sure (and still not), but i think adding this might be your best shot (including everything else) #!/bin/sh ifconfig br0:0 192.168.1.253 netmask 255.255.255.0 iptables -t nat -A PREROUTING -d 192.168.1.253 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.1:9091 iptables -t...
  6. sinshiva

    Quick test request from any official firmware users

    ah, looks like it's only broken on ARM, i was able to insmod xt_NOTRACK.ko just fine on MIPS [edit/] i take that back, it loads but i still can't use it
  7. sinshiva

    Quick test request from any official firmware users

    ah, so their notrack modules are buggy? that's unfortunate
  8. sinshiva

    Using RT-N66U as Local DNS server

    try adding this to the script; ifconfig br0:0 192.168.1.2 netmask 255.255.255.0 if that works, you could go a step further and just have the server listen on that IP instead, using port 80 or whatever
  9. sinshiva

    Quick test request from any official firmware users

    Does anybody on stock/official get anything under PREROUTING or OUTPUT if they execute via telnet; iptables -t raw -L -n -v looking for entries with NOTRACK anywhere. might only work on AC routers; unsure atm. i have no entries at all (via asuswrt-merlin), myself and is contrary to firewall.c...
  10. sinshiva

    Asus RT-A56U 2.4GHz Performance

    the bricks are unrelated to any amount of firmware updating. considering your environment, i wouldn't expect much in the way of an improvement on the 2.4ghz band, regardless. This device really is best for use of the 5ghz band as far as wireless goes
  11. sinshiva

    All wired connections dropped-wireless works though

    ok, i had an interesting experience recently that might be similar to what you are experiencing. so, my ac56r randomly became unresponsive recently. (lights on, nobody home) it was attached to a cyberpower powerstrip, pretty basic with phone in/2x out for my ADSL setup. here in florida, we've...
  12. sinshiva

    iptables not working

    to elaborate on RMerlin's post; every rule added to the prerouting chain must be inspected by all traffic hitting the router and passing through. ie, random internet bot scans, traffic destined for servers listening on the wan side of the router itself, traffic port forwarded to devices...
  13. sinshiva

    Use the same or different SSID name for both 2.4/5Ghz bands?

    in the past, i've had decent success making clients prefer a band by lowering the band's beacon interval. probably works for most clients still
  14. sinshiva

    Xbox Live NAT error - RT-AC87R

    is the xbox connected via wired or wireless? tried both ways? i only ask because i've heard of funky issues between wlan and lan in the past with other firmwares and this device is using a pretty new setup. i don't honestly expect it to make a difference, but stranger things have happened
  15. sinshiva

    SOHOpelessly Broken contest finds vulnerabilities in ASUS RT-AC66U

    can anybody at least say *WHAT* was vulnerable? lol the only possible remote access vector i can think of would pertain to aicloud. of course, people could expose http/https/ssh to the wan. people would like to know, at least, what they should NOT expose to the wan... nobody has given...
  16. sinshiva

    Force LAN port 4 to use the Guest network for Asus/merlin RT-AC68U

    you might want to replace eth0 with `nvram get wan0_ifname` - (including backticks) this should change eth0 to ppp0 for PPPoE users to make the script more universal. sorry, should have thought of it earlier and replace the lan ip/net with `nvram get lan_ipaddr`
  17. sinshiva

    Force LAN port 4 to use the Guest network for Asus/merlin RT-AC68U

    vlan2 works? the interface is named eth0 as opposed to the way tomato does things
  18. sinshiva

    Access devices in OpenVPN network created by two behind-NAT routers?

    you need to enable the JFFS partition (admin > system; format first time on reboot), then copy the ccd config to /jffs/configs/openvpn/ccd/common_name
Top