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

    Working Link Aggregation Config RT-AC66U

    yeah, I've seen that error before in testing a while back it indeed has to do with the order of all those cmd's and what interfaces, are up,down, created, etc ... anyways, it sounds like you're having better luck with ifenslave but I dont know why the bonding driver thinks that slave 2 is...
  2. K

    Working Link Aggregation Config RT-AC66U

    @Mrengles I'd be surprised if mii-tools and ethtool are not compiled as part of dd-wrt and actually from your first post of code you'll notice you had mii status: up so it is compliled in there, my point earlier there could be some bug in that newer version, which would explain the 10Mbs...
  3. K

    Working Link Aggregation Config RT-AC66U

    yes and no would that help with throughput, possibly however I doubt that the router supports this you could use a different bonding mode, which does not require specific support on both end of the link but the LinkAgg script only supports 802.3ad so for other bonding modes your...
  4. K

    Working Link Aggregation Config RT-AC66U

    just another something I noticed slave 1 Aggregator ID: 1 slave 2 Aggregator ID: 2 they should be the same ie 2 slaves aggregated into the same bond this shows the bonding driver thinks slave 2 is part of a different bond
  5. K

    Working Link Aggregation Config RT-AC66U

    yeah, newer driver different version of ifenslave could explain the extra entries you have in cat /proc/net/bonding/bond0 speed only listed as 10Mbps - could be an error in mii-tools or ethtool bonding driver requires at least one of those 2 (mii-tools or ethtool) to be compiled in the...
  6. K

    The Winter Knight is here

    in some pre-beta testing I discussed duplicate mac's with RMerlin apparently this is correct if you have a bridge in place. anything behind the bridge will appear to have the same mac address
  7. K

    Development update

    maybe RMerlin knows what you're talking about, but I have an AC66U and have not had any reboot issues if you could be more discript, it would probably be good, so we can know what the problem is
  8. K

    Working Link Aggregation Config RT-AC66U

    well normally I would say that's possible with dynamic linkagg so synology side, they successfully create the bond but don't get proper response from the router stating that it's bonded as well so synology, marks 1 trunk as backup/non-active and passes all data on 1 trunk, effectively the...
  9. K

    Working Link Aggregation Config RT-AC66U

    glad it's working I guess you're one of the few lucky ones, with functional LinkAgg and Synology still puzzled why so many issues with synology NAS
  10. K

    VLAN or how to isolate one LAN interface from others

    not sure how to do that and as already mentioned above would essentially function as normal so you'll have to research for specific settings but I think vlan would be the say to go after all that is the purpose of vlans to separate a link from the rest of the network
  11. K

    VLAN or how to isolate one LAN interface from others

    vlans are easy to set up here's an example using port 3 #sepate port 3 from other ports robocfg vlan 3 ports "3 8t" #create vlan3 vconfig add eth0 3 #we'll use a bridge to get internet access brctl addif br0 vlan3 #bring up vlan3 ifconfig vlan3 up #add rule for vlan3 iptables -I...
  12. K

    Can I forward ports without dropping connections?

    I dont' think there's anyway to avoid this depending on what you've changed it has to bring down the interfaces load your changed settings, and then bring everything up again with your new settings
  13. K

    My way of increasing signal strength

    I actually tested tx power under dd-wrt on an E3000 about a year and a half ago RMerlin would be familiar with the bandwidth_test script in the WDLXTV project I had to pass a signal through some walls, etc ... and wireless was my only options, so I exhausted all possible options, and ran...
  14. K

    My way of increasing signal strength

    yeah, this can increase signal strength, but you get to a point where it becomes counter intuitive you raise the power high enough, you will actually see throughput drop and as already said more power means more heat more heat means shorter usefull life span for the router
  15. K

    Lan 1 on wan vlan

    by default there is no vlan2 so you'll have to create it also if I remember correctly wan port is not by default part of vlan1 vlan1 gets attached by bridge br0 to get WAN access log in and run robocfg show to see the default status of the ports
  16. K

    JFFS partition problems, Entware won't install

    you know a linux pc makes this much easier but if you must from cmd line on the router you can try umount -l that's a lower case L for lazy whatever processes are using it will start to produce some errors but it will unmount and then allow you to proceed with formatting
  17. K

    Working Link Aggregation Config RT-AC66U

    yeah, I saw the notes regarding, not fully compliant anybody else have an idea? from the most recent post use_carrier=1 from https://www.kernel.org/doc/Documentation/networking/bonding.txt synology is forcing value 1, which should be default, but I wonder what would happen if 0 is...
  18. K

    Working Link Aggregation Config RT-AC66U

    well at least they are providing some feedback searching for a good discription of active vs passive LACP I found this http://www.thomas-krenn.com/en/wiki/Link_Aggregation_and_LACP_basics and here's another refrence on how to set this mode but general linux is active only...
  19. K

    Asuswrt-Merlin 3.0.0.4.374.35 is out

    this is a known issue, RMerlin has been unable to reproduce this, or solve it even with logfiles, I provided what is known is there's some sort of timing issue regarding when the binary is called
  20. K

    Working Link Aggregation Config RT-AC66U

    a little closer look it the switch supports 802.3ab NOT 802.3ad
Top