Bug ID 737324: BIG-IQ makes unexpected connections to internet addresses

Last Modified: Jul 12, 2023

Affected Product(s):
BIG-IQ Monitoring - Dashboards & Reports(all modules)

Fixed In:
6.0.1

Opened: Jul 18, 2018

Severity: 3-Major

Symptoms

BIG-IQ version 6.0.0 uses a third party graphing package which by default make connections from time to time to Internet IPs: 107.178.222.220:443 151.101.52.133:443 Due to this external communication sometimes you will see this package waiting for connection on its default port: netstat -napt |grep grafana tcp 0 0 127.0.0.1:3000 0.0.0.0:* LISTEN 6829/bin/grafana-se And sometimes ESTABLISHED connections to above IPs: cat grafana.txt | grep EST |awk '{print $5}'|sort|uniq 107.178.222.220:443 151.101.52.133:443

Impact

This creates unwanted connections to external IP addresses opened by BIG-IQ.

Conditions

This happens by default in BIG-IQ Version 6.0.0.

Workaround

To work around this issue, modify configuration file and restart services by typing the following commands: # mount -o remount,rw /usr # vi /usr/local/grafana/conf/defaults.ini Change file to looks like this: check_for_updates = false # mount -o remount,ro /usr list the grafana-server processes # ps aux| grep grafana-server root 6829 0.3 0.2 726896 48112 ? Sl Jul16 15:44 bin/grafana-server root 31641 0.0 0.0 5564 820 pts/0 S+ 08:42 0:00 grep grafana-server kill the process with PID corresponding to grafana-server # kill -9 6829

Fix Information

External software update checks removed from third party configuration files so this issue no longer occurs.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips