Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Information Widget question #518

Closed
ldellus opened this issue Jan 31, 2020 · 3 comments
Closed

System Information Widget question #518

ldellus opened this issue Jan 31, 2020 · 3 comments
Labels

Comments

@ldellus
Copy link

ldellus commented Jan 31, 2020

The Problem:

I just want to know where the System Information Widget gets the IP address it is displaying because on my system it shows the wrong IP.

Homebridge Config:

{ "bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "Homebridge configuration file.",
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8080,
"restart": "pm2 restart "homebridge -I"",
"sudo": false,
"log": {
"method": "file",
"path": "/root/.pm2/logs/homebridge--I-out.log"
}

Screenshots:

Homebridge Config Wrong IP

Environment:

  • Node.js Version: v12.14.1
  • NPM Version: 6.13.4
  • Homebridge Version: 0.4.50
  • Homebridge Config UI X Version:homebridge-config-ui-x v4.9.0
  • Operating System: Ubuntu Bionic Beaver (18.04.3 LTS)
  • Process Supervisor: pm2
@oznu
Copy link
Member

oznu commented Jan 31, 2020

It is the IP address of the interface used as the default route.

@ldellus
Copy link
Author

ldellus commented Feb 1, 2020

Thanks, problem solved. I deleted the offending route.

@oznu
Copy link
Member

oznu commented Feb 1, 2020

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants