Q: Network report: all network locations are "others"

109 views
Skip to first unread message

h-ya...@m3.com

unread,
Sep 3, 2015, 5:05:14 AM9/3/15
to munkireport
Hi again,

 Reports -> Network report, "network locations" says all clients are "others"
 What should I configure?

 - Hideki


A.E. van Bochoven

unread,
Sep 3, 2015, 10:19:54 AM9/3/15
to munkireport
There are two network widgets: Network Locations and Network vlans. They correspond to these entries in config_default.php:

/*
|===============================================
| Dashboard - IP Ranges
|===============================================
|
| Plot IP ranges by providing an array with labels and
| a partial IP address. Specify multiple partials in array
| if you want to group them together.
| The IP adress part is queried with SQL LIKE
| Examples:
| $conf['ip_ranges']['MyOrg'] = '100.99.';
| $conf['ip_ranges']['AltLocation'] = array('211.88.12.', '211.88.13.');
|
*/
    $conf['ip_ranges'] = array();

  /*
|===============================================
| Dashboard - VLANS
|===============================================
|
| Plot VLANS by providing an array with labels and
| a partial IP address of the routers. Specify multiple partials in array
| if you want to group them together.
| The router IP adress part is queried with SQL LIKE
| Examples:
| $conf['ipv4routers']['Wired'] = '211.88.10.1';
| $conf['ipv4routers']['WiFi'] = array('211.88.12.1', '211.88.13.1');
| $conf['ipv4routers']['Private range'] = array('10.%', '192.168.%',
| '172.16.%',
| '172.17.%',
| '172.18.%',
| '172.19.%',
| '172.2_.%',
| '172.30.%',
| '172.31.%', );
| $conf['ipv4routers']['Link-local'] = array('169.254.%');
|
*/


So to configure network locations, you can add this line to config.php:

$conf['ip_ranges']['MyOrg'] = '100.99.';

Change the values of MyOrg and the corresponding ip address partial to the appropriate values.


-Arjen


 - Hideki



--
You received this message because you are subscribed to the Google Groups "munkireport" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munkireport...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

h-ya...@m3.com

unread,
Sep 3, 2015, 9:48:48 PM9/3/15
to munkireport
Thanks, VLANS works fine but IP Ranges doesn't work as expected.

    $conf['ip_ranges']['MyOrg'] = array('192.168.1.',
                                        '192.168.3.',
                                        '192.168.4.',
                                        '192.168.5.',
                                        '192.168.10.',
                                        '192.168.11.');
    $conf['ip_ranges']['Alt'] = array('192.168.30.','192.168.31.');


and client IP adress is

172.16.0.100
172.16.0.100
192.168.1.10
192.168.11.20
192.168.3.100
192.168.30.29
192.168.30.30
192.168.30.31
192.168.30.32
192.168.30.36
192.168.30.37
192.168.30.42
192.168.30.44
192.168.30.46
192.168.30.47
192.168.30.58
192.168.30.61
192.168.30.70
192.168.30.72
192.168.30.74
192.168.30.8
192.168.31.26
192.168.31.28
192.168.31.34
192.168.31.43
192.168.31.46
192.168.31.61
192.168.4.104
192.168.4.141
192.168.4.164
192.168.4.165
192.168.4.171
192.168.4.173
192.168.4.174
192.168.4.179
192.168.4.185
192.168.4.202
192.168.4.215
192.168.4.223
192.168.4.235
192.168.4.251
192.168.4.255
192.168.4.27
192.168.4.34
192.168.4.37
192.168.4.44
192.168.4.50
192.168.4.80
192.168.4.83
192.168.4.90
192.168.4.93
192.168.4.98
192.168.5.25
192.168.5.31
192.168.5.45
192.168.5.60
192.168.5.64
192.168.5.67
192.168.5.77
192.168.5.80
192.168.10.117
192.168.10.121
192.168.10.146
192.168.10.16
192.168.10.169
192.168.10.174
192.168.10.184
192.168.10.186
192.168.10.189
192.168.10.196
192.168.10.20
192.168.10.205
192.168.10.208
192.168.10.213
192.168.10.221
192.168.10.222
192.168.10.227
192.168.10.229
192.168.10.24
192.168.10.243
192.168.10.25
192.168.10.3
192.168.10.60
192.168.10.61
192.168.10.62
192.168.10.75
192.168.10.84
192.168.10.87
192.168.10.91
192.168.10.92
192.168.10.93
192.168.11.105
192.168.11.12
192.168.11.125
192.168.11.144
192.168.11.159
192.168.11.16
192.168.11.174
192.168.11.186
192.168.11.19
192.168.11.191
192.168.11.196
192.168.11.205
192.168.11.205
192.168.11.208
192.168.11.208
192.168.11.21
192.168.11.23
192.168.11.28
192.168.11.42
192.168.11.63
192.168.11.73
192.168.11.77


then

MyOrg:46
Alt:17
other:17

why 17 clients are showed as "other"?

- Hideki

2015年9月3日木曜日 23時19分54秒 UTC+9 Arjen van Bochoven:

A.E. van Bochoven

unread,
Sep 4, 2015, 4:48:40 AM9/4/15
to munki...@googlegroups.com
You can file an issue for that on the github site

-Arjen
Reply all
Reply to author
Forward
0 new messages