Recent content by evilroach

  1. E

    VLAN and routing WLAN in AC68U

    Hi, I'm a freshman with merlin, though I have googled many, I can NOT get the goal I want. What I have: 1. Topmost level router(Linksys WRT1900acs with OpenWRT): physical WAN port connecting to the ISP, physical port LAN1 connecting to my AC68U; 2. Asus-RT-AC68U: physical WAN port connecting to...
  2. E

    How to specify the default VLAN ID for a aggregated port?

    Sorry, I was wrong. In fact the reason why we can't upgrade newer kernel, is that Broadcom preserve the driver source closed. I think it is worthy to upgrade kernel version for router's firmware, beacause of some new features such as BBR TCP algorithm. Is it ? Thank you again, maybe I should...
  3. E

    Add VLAN on LAN Interface

    Perhaps you forgot to adjust the settings of iptables? I have encountered similar issue just moment, and fixed it with following commands: iptables -I INPUT 1 -p icmp -j ACCEPT Hope it is useful for you.
  4. E

    How to specify the default VLAN ID for a aggregated port?

    Thank you very much, RMerlin! Instead, is there a way we can new a "virtual ethernet interface" that would lives on same LAN/VLAN but has another MAC address? Like we do it in OpenWRT by macvlan.
  5. E

    Status Message

    Status Message
  6. E

    How to specify the default VLAN ID for a aggregated port?

    Thank the author and the repliers of https://www.snbforums.com/threads/vlans-on-merlin-mini-howto.20529/, so that we know to config VLAN on Asuswrt/Merlin. But I need to know how to configure the default VLAN ID of a aggregated port, so that all incoming frames with no tag from this port...
  7. E

    How to compile customized code for AsusWRT/Merlin?

    I am very honored to receive a reply from the leading developer of Merlin!!! Yes, I'm a C/C++ programmer, and has coded some little programs for OpenWRT. I want to try it, maybe I can contribute some little docs. Would you please offer some clues about coding a "HelloWorld" program for Merlin...
  8. E

    How to compile customized code for AsusWRT/Merlin?

    Hi! I'm a fresh-man with Asuswrt/Merlin, and I need run MLVPN on a RT-AC68U( https://zehome.github.io/MLVPN ). Although I have successfully built a Merlin image for my RT-AC68U, I still have no idea about adding/merging customized code into it. Is there any doc for it? Any help/hint will be...
Back
Top