mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #313] Why are agents repeatedly looking up icanhazip.xlawgaming.com? #2148
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djsvi on GitHub (Mar 6, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/313
I've noticed the RMM agents are regularly (every 5-10 minutes) requesting DNS resolution of icanhazip.xlawgaming.com.
Why is this?
Thanks.
@wh1te909 commented on GitHub (Mar 6, 2021):
it's how the agent gets the public ip that's displayed in the summary tab in the web gui
xlawgaming.comis a domain i own. starting from agent 1.4.8 I changed it totacticalrmm.iowhich i also own but same code, you can find here https://github.com/wh1te909/icanhazipagent needs to hit an external website to get the real public ip, since alot of people run their RMM behind nat so public ip would actually return a local ip if i were to use the rmm to extract it
and you can find the public ip function of the agent here
github.com/wh1te909/rmmagent@cc13a14679/agent/utils.go (L23)@githubbiswb commented on GitHub (Mar 6, 2021):
Would you consider using another source? Would save you the traffic, and its name would be a bit more obvious to those watching their network traffic something like the following which I run in batch scripts for this same kind of purpose
nslookup myip.opendns.com resolver1.opendns.com
@dinger1986 commented on GitHub (Mar 6, 2021):
Once it’s using tacticalrmm.io it will be obvious what it’s for. No need to spam other servers for this.
@wh1te909 commented on GitHub (Mar 6, 2021):
thank you @dinger1986 yea agent 1.4.8 was released last week so update your rmms and then once your agents update they'll start hitting
icanhazip.tacticalrmm.ioalso this gives me more control for example there was a recent feature request to prefer ipv4 instead of ipv6 for the agent@githubbiswb traffic is not an issue, am using cloudflare plus my vm's have unmetered bandwith