Recent content by Gill

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

    FS: Unused Cisco 1941W

    Well Cisco has EOL for almost everything they make..but they will still make the firmware for it. its been sitting in the box for quite a while so its brand new aesthetically as well.
  2. Gill

    FS: Unused Cisco 1941W

    Bump Still available.. Throw your best offer.
  3. Gill

    FS Asus AC87U - $225CAD - Firm

    For Sale is Asus 87U with Latest Merlin firmware or can put up original firmware back on..Moved on to the one which supports vlans and bandwidth requirements so don't really have any use for it. Price is firm 225.00 CAD + SH
  4. Gill

    Help with rerunning the script.

    Thanks a lot guys..Everything is working as it should now. I also added the logger "In services-start. Starting Services...." to the end of WifiCheck1.sh along with the code..Everytime the whole WifiCheck1.sh executes now..it prints the line "In services-start. Starting Services...." in system...
  5. Gill

    Help with rerunning the script.

    Yeah I believe this should work fine: When script is already working : RT-AC66U-3F60:/tmp/home/root# nvram show | grep lan_ifnames | grep -c wl size: 48513 bytes (17023 left) 0 RT-AC66U-3F60:/tmp/home/root# nvram show | grep lan_ifname lan_ifnames=vlan10 vlan1 eth1 eth2 When script needs to...
  6. Gill

    Help with rerunning the script.

    Yeah I am following his advise. Only issue is when I put the whole script in WifiCheck.sh, the cron job runs the whole script like creating vlans n bridges every few minutes..and gives errors like vlan already registered..so I added full script to services-start and also added cron job to just...
  7. Gill

    Help with rerunning the script.

    Yup..It works fine now.. I put the Original script in services-start file along with a call to WifiCheck1.sh which runs every minute to change the interfaces to Br1, Br2 if they merged to Br0 as services-start revert to original if you do any config change that require services to be started...
  8. Gill

    Help with rerunning the script.

    Awesome I see it running now..Thanks..Now I will try to tweak it further so it doesnt try to create those Vlans. Feb 18 00:43:01 crond[266]: crond: USER gill22 pid 682 cmd /jffs/scripts/WifiCheck.sh Feb 18 00:43:01 kernel: register_vlan_device: ALREADY had VLAN registered Feb 18 00:43:01...
  9. Gill

    Help with rerunning the script.

    makes sense..thanks. I will try this and see if that works.
  10. Gill

    Help with rerunning the script.

    This is my services-start file. RT-AC66U-3F60:/jffs/scripts# cat services-start #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" robocfg vlan 10 ports "0t 1 2 3 4 8t" robocfg vlan 30 ports "0t 8t" robocfg vlan 1 ports "0t 8t" vconfig add eth0 10 ifconfig vlan10 up vconfig add eth0 30...
  11. Gill

    Help with rerunning the script.

    Hey Guys, I am a bit of a noob when it comes to scripting..and need your help and expertise please..I am running a script 'services-start' and it runs fine but whenever I do config change everything reverts to original. I see Merlin has wrote in wiki regarding this: "services-start After all...
  12. Gill

    AC87U SSID To Vlan Script

    Some Logs Aug 8 21:11:05 kernel: br1: port 2(vlan30) entering forwarding state Aug 8 21:11:05 kernel: br1: port 1(wl0.1) entering forwarding state Aug 8 21:11:11 login[909]: root login on 'pts/0' Aug 8 21:11:53 crond[692]: time disparity of 317050 minutes detected Aug 8 21:12:30...
  13. Gill

    AC87U SSID To Vlan Script

    Can someone check if there is something wrong with the script below. I doesn't seem to be working when I add wifi0 in LAN_Ifnames. Maybe if someone is using vlans with ssids on AC87u, can post their script or help me find what's wrong with this script. if I dnt add wifi0(5GHz interface) 5ghz...
  14. Gill

    VLAN setup

    Here is the port config for your router: #Robocfg port mapping #Model { WAN L1 L2 L3 L4 CPU } #RTN66U: { 0, 1, 2, 3, 4, 8 } You can use these commands for help: brctl show robocfg show So port 0 will be the WAN port and 1 2 3 4 will the 4 LAN ports and 8 is CPU. First you all you will have...
  15. Gill

    Tag guest SSID traffic with VLAN

    Does anyone know what I am missing? Everything else works fine its just 5GHz band that doesn't work and when i go to the settings for 5GHz after running the script router reboots..I tried this as well nvram set lan_ifnames="vlan10 eth0 eth1 wifi0" but then the script doesn't run and nothing no...
Top