Recent content by SoukoussMan

  • 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. SoukoussMan

    AC88u - Unable to bridge eth2 for SSID 5ghz

    Hi, I've configured mu AC88u to bridge each SSID (2.4 and 5) in a vlan via a bridge. All works except my first 5ghz SSID. As i've find, this SSID use eth2 (eth1 is for 2.4 SSID) and guest SSID use wlX.X interface. admin@RT-AC88U-4030:/tmp/home/root# brctl show bridge name bridge id...
  2. SoukoussMan

    [Release] Asuswrt-Merlin 380.65 is now available

    Ok thanks. Me too so my issue is little bit different. Thanks Envoyé de mon iPhone en utilisant Tapatalk
  3. SoukoussMan

    [Release] Asuswrt-Merlin 380.65 is now available

    I've exactly the same problem. Do you have find the solution ?
  4. SoukoussMan

    Noob with AsusWRT Merlin - Need to create vlan for each SSID

    Hi, Ok. With adding 8t interface in all vlan this work. Except for one who refuse my PSK. I'm sure it the right one. How can i debug this ? Thanks
  5. SoukoussMan

    Noob with AsusWRT Merlin - Need to create vlan for each SSID

    So, i don't understand what's the problem. Now, i can have DHCP on one VLAN, but only from one SSID. On each vlan, i bind 2 SSID (1 in 2.4G and 1 in 5G). But on vlan30, this works only on 5G SSID and for other vlan, nothing works. My Device : RT-AC88U My physical connection : 1 cable on WAN...
  6. SoukoussMan

    Noob with AsusWRT Merlin - Need to create vlan for each SSID

    Hi, I've work on it. #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" # Remove port LAN1 from VLAN1 robocfg vlan 1 ports "4 8t" robocfg vlan 30 ports "0 1 2 3t 5 7" robocfg vlan 31 ports "3t" robocfg vlan 60 ports "3t" robocfg vlan 61 ports "3t" vconfig add eth0 30 vconfig add eth0...
  7. SoukoussMan

    Noob with AsusWRT Merlin - Need to create vlan for each SSID

    Hi, I'm recently buy a RT-AC88U. In my architecture, i've a firewall who is able to provide dhcp. I want to know if it's possible to create this type of architecture : Objectives are that my firewall provide DHCP to all device connect to an SSID and each SSID in differents vlan. My AC88U...
Top