pmm-client:172.26.0.149
pmm-server::172.26.0.135
run wget [URL]https://172.26.0.149:42000/metrics[/URL] --no-check-certificate on pmm-client:
- [URL]https://172.26.0.149:42000/metrics[/URL]
Connecting to 172.26.0.149:42000… connected.
WARNING: cannot verify 172.26.0.149’s certificate, issued by “/O=PMM Client”:
Unable to locally verify the issuer’s authority.
HTTP request sent, awaiting response… 401 Unauthorized
Authorization failed.
and netstat -antl|grep 42000
tcp 0 0 172.26.0.149:42000 172.17.0.1:46776 SYN_RECV
tcp 0 0 172.26.0.149:42000 172.17.0.1:46766 SYN_RECV
tcp 0 0 172.26.0.149:42000 172.17.0.1:46768 SYN_RECV
tcp 0 0 172.26.0.149:42000 172.17.0.1:46774 SYN_RECV
why connected to 172.17.0.1?
what should i do now