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

    Simple routing problem

    I'm trying to add a new device (WS1) to my network. Everything works fine, except WS1 and WS2 won't talk to each other. I think I'm missing something obvious. Can someone give please me a clue? This is my configuration...
  2. Thorgear

    Location of Wireless Status Info

    Does anyone know where I can get at status info for wireless clients. I'm looking for RSSI, Tx/Rx, and Connection time? I can't find anything in /proc/* or wl. Also, I see it in the code, but not in a way that can help me. [edit] I can get RSSI with "wl rssi", but not the rest.
  3. Thorgear

    Source Code Archive

    Is there n single-file archive of the source code somewhere? Git is somehow crashing my machine.
  4. Thorgear

    FTP access to root dir

    I'm trying to get the Merlin built-in vsftpd to allow the client access to anywhere other than the USB device. In this thread: http://www.snbforums.com/threads/ftp.8938/#post-54605 RMerlin talks about being able to get to another dir using settings in vsftpd.conf. I've tried everything I can...
  5. Thorgear

    SSH / SCP Instability

    I'm running several ASUS routers, some with Merlin, one with stock FW, and one with Tomato. I have a problem that occurs when I have an SSH session open (via PuTTy) and an SCP session open (via WinSCP). The problem occurs on all three FWs. Both connections will get dropped intermittently, but...
  6. Thorgear

    SNMP Custom OID

    I need to define a custom OID. I think the correct place to do it is in /tmp/snmpd.conf, but that's a temporary file. Does anyone know the correct place to define the custom OID?
  7. Thorgear

    Post-verification build for N66

    Is there a build for the N66 that includes the new FCC verification requirement? I'm on ASUS 380_3831, which does include the verification mod. I'd like to move to Merlin without rebuilding the router, but I can't find Merlin 380.60 for the N66.
  8. Thorgear

    MAC Filtering Implementation

    Does anyone know if I can control Wireless MAC Filtering from a shell? I don't see it in iptables or wl.
  9. Thorgear

    One time message / captive portal

    I need to setup a message that appears the first time a user connects to the Internet. This is for things like announcing that the network will be down. The Tomato built-in captive portal seems to be overkill and can't necessarily give me what I need. Does anyone know of a relatively easy way...
  10. Thorgear

    Bandwidth Limiter Clarification

    I'm using Shibby 1.28.0000 MIPSR2-135 K26 USB AIO-64K on an ASUS N66. I haven't been able to get QOS or BL working until now. I'm trying to limit BL on 10.0.1.96. The relevant lines from /etc/qoslimit are: tc class add dev br0 parent 1:1 classid 1:10 htb rate 100kbit ceil 1000kbit prio 2 tc...
  11. Thorgear

    DNAT Routing Problem

    I'm trying to redirect all traffic from a specific computer to a specific external web site. I'm using Merlin 380.57 on a gateway. When I use this rule: iptables -t nat -A PREROUTING -m mac --mac-source xx:xx:xx:xx:xx:xx -j DNAT --to-destination 280.67.222.222 I get the error message: Bad...
  12. Thorgear

    Repeater Mode Bug?

    I'm having a problem with wireless connections to a router that's in repeater mode. New wireless connections are rejected by the repeater if they are not on the same band as the bridge. For example, if the repeater is bridged to the router on 5GHz, clients will only be able to connect to the...
  13. Thorgear

    Script Upload

    I want to upload some useful scripts for ASUS users. Is there a correct place to do that?
  14. Thorgear

    Simple Routing Problem?

    I'm having trouble setting up this configuration: 10.0.1.1 10.0.1.230 10.0.2.1 +---------+ +--------+ +--------+ ISP--| Gateway |-------| Switch |-------| Router |------LAN & WLAN +---------+ +--------+ +--------+...
  15. Thorgear

    Router Primer Recommendation

    I need a primer on routing, iptables, bridging, etc. Everything I find is either too simple or too complex. Can anyone recommend some mid-level documentation? Thanks.
  16. Thorgear

    Help with DHCP Forwarding

    Hi all. I'm new to Tomato, and somewhat new to router config. I'm trying to setup what I believe is called a downstream router. I have a fairly standard gateway box running Merlin that provides NAT, DCHP, etc. I want to use a Tomato box for QOS. For reasons to annoying to mention, I can't...
Top