Recent content by Blargh

  1. B

    VLAN Configuration

    So, putting a few more pieces together, and using Merlins scripting abilities, here's what I have in /jffs/scripts/services-start (obviously I need to do some fine tuning and such, but this at least gets everything I care about working): #!/bin/sh # 0x83 format: # Untag...
  2. B

    VLAN Configuration

    One thing I haven't quite figured out - it LOOKS like the et command's robowr option only allows up to 16 bits, so how to mark port 8 (the CPU) untagged is a bit of a mystery through that interface.
  3. B

    VLAN Configuration

    Alright, so after reading some source code and a little poking, here's a little info on how to do this. I'm fairly sure this is the ugly, brutish way, but it worked for what I needed. Keep in mind internally you apparently can only use up to VLAN ID 16 (I see warnings about that in the...
  4. B

    VLAN Configuration

    Good afternoon, I'm using RMerlin's 3.0.0.4.246.20 Merlin build software on my new RT-AC66U, and playing around with trying to get VLANs working. What I want to do is: WAN - Internet access, untagged LAN 1, 2, 3, wifi - VLAN A, bridged together (ala fairly normal) LAN 4 - VLAN B I'm wanting...
Back
Top