Recent content by keshavdaboss

  • 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

    Weird SSH Problems

    I have the exact same problem as well :/ . I have two APs, I am not able to SSH into the AP I am currently connected to, but I can SSH to the other (farther away) AP.
  2. K

    Is there a limit of number of bridges / vlans?

    Yes sorry should have corrected my post, I ran into that so I dropped it in my jffs folder and then had my script directly point to it (ex. /jffs/eapd) I also tried using 7zip to add in the executable into the trx file but that didn't work. If we could get the updated eapd in the dev builds that...
  3. K

    Is there a limit of number of bridges / vlans?

    @john9527 I figured it out!!!! By taking the eapd binary from rmlerin's firmware and putting it in my bin directory the wifi authentication started working! Is there any way to get this moved into a dev firmware? Thank you very much with your help through this!
  4. K

    Is there a limit of number of bridges / vlans?

    @john9527 @RMerlin To get vlan's to work on AC68U should I be setting the nvram variable ctf_disable_force=1? I notice this changes the robocfg ports from 8t to 5t, I see it referenced a lot in other threads. I also dont see Port 5 showing up when I run robocfg show...
  5. K

    Is there a limit of number of bridges / vlans?

    admin@RT-AC68U-TEST:/jffs/scripts# robocfg show Switch: enabled Port 0: 1000FD enabled stp: none vlan: 1 jumbo: off mac: f4:ce:46:a9:b8:65 Port 1: 1000FD enabled stp: none vlan: 1 jumbo: off mac: 2c:59:e5:bc:08:f4 Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00 Port 3...
  6. K

    Is there a limit of number of bridges / vlans?

    Thank you so much for trying it out! Hmm I have saved the script as services-start in the /jffs/scripts folder and have verified it executes. I also tried running it again manually (which will remove wl0.1 and wl1.1 from br0) after changing the encryption type to no avail. I plugged in another...
  7. K

    Is there a limit of number of bridges / vlans?

    @john9527 Hi! Sorry I didn't mention that I have an AC68U, I am also running this as an AP, all routing is handled by pfsense with a trunk going to the AP (AC68U). Could you share with me the script you used on your AC68P? The way its setup is I have untagged VLANs going to the AC68U, this...
  8. K

    Is there a limit of number of bridges / vlans?

    Hi! Yes I have done that, I have included my script below. #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" robocfg vlan 4 ports "0t 5t" vconfig add eth0 4 ifconfig vlan4 up brctl addbr br1 brctl delif br0 wl0.1 brctl delif br0 wl1.1 brctl addif br1 wl0.1 brctl addif br1 wl1.1 brctl addif...
  9. K

    Is there a limit of number of bridges / vlans?

    @john9527 sorry to bother you again but is there any way to get a build with a different eapd version. I am sure there are no problems with my services-start script but I'm unable to get WPA2 working on my vlans.
  10. K

    Is there a limit of number of bridges / vlans?

    @JensM Could I see your script please, I'm only able to connect to the networks when the encryption is set to open. I'm using values under 5 as well so I'm not super sure what's going on. Thank You!
  11. K

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Got it, I reflashed your firmware and performed a nvram and factory reset. Script still does not work though, again all the traffic routes properly if I turn off the encryption for the network. Do you have any idea why this could be? I am also running in AP mode and the wl0.2 names referenced in...
  12. K

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Thanks for the quick reply! It was under my impression that those variables do not survive a reboot anyway so there is no need to do a commit. The interesting thing is if I am at the latest v44E5 firmware and run the scripts in my services start file on jffs I get an incorrect password error...
  13. K

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    @john9527 does this fork use different naming for the nvram ifname variables? If not is there anything I am missing? Thank You! #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" robocfg vlan 4 ports "0t 5t" vconfig add eth0 4 ifconfig vlan4 up brctl addbr br1 brctl delif br0 wl0.1 brctl...
  14. K

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    It seems like it could be a problem with eapd as if I change the security type to open it works fine. Ive tried doing killall eapd and then running eapd after a couple seconds but it doesnt resolve.
  15. K

    Firewall guest wifi in AP mode

    Hi @john9527 , have you been able to get the ssid to vlan script working on your fork of merlin FW? I've been trying for the past week to no avail.
Top