Not seeing connected hosts
Moderator: Moderators
-
- Posts: 3
- Joined: Thu Jun 16, 2011 3:52 am
Not seeing connected hosts
Ok I am running Gargoyle v1.3.14 on a wzrg300nh and when I click on connected host to see what computers are connected I am not seeing anything. What can I do to correct this?
-
- Posts: 3
- Joined: Thu Jun 16, 2011 3:52 am
Re: Not seeing connected hosts
Ok I found the answer
http://www.gargoyle-router.com/phpbb/vi ... cted+hosts
Chico has reported the issue with hostname issue
### Litle FIX ###
Web interface "Status >Connected Hosts" and "Connection >Wake on Lan"
does not show any info caused by an error in output of define_host_vars.sh
So edit file /usr/lib/gargoyle/define_host_vars.sh
Near line 23, look for:
iw $ap station dump | awk ' /^Station/ { printf "wifiLines.push(\""$2" " ;} /signal/ {printf ""$2" "} /bitrate/ {print ""$3"\");"}'
and change to:
iw $ap station dump | awk ' /^Station/ { printf "wifiLines.push(\""$2" " ;} /signal:/ {printf ""$2" "} /rx bitrate/ {print ""$3"\");"}'
### END ###
http://www.gargoyle-router.com/phpbb/vi ... cted+hosts
Chico has reported the issue with hostname issue
### Litle FIX ###
Web interface "Status >Connected Hosts" and "Connection >Wake on Lan"
does not show any info caused by an error in output of define_host_vars.sh
So edit file /usr/lib/gargoyle/define_host_vars.sh
Near line 23, look for:
iw $ap station dump | awk ' /^Station/ { printf "wifiLines.push(\""$2" " ;} /signal/ {printf ""$2" "} /bitrate/ {print ""$3"\");"}'
and change to:
iw $ap station dump | awk ' /^Station/ { printf "wifiLines.push(\""$2" " ;} /signal:/ {printf ""$2" "} /rx bitrate/ {print ""$3"\");"}'
### END ###