HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mccoyc

no profile record

comments

mccoyc
·12 months ago·discuss
I wonder if they'd consider implementing NTS.

https://github.com/jauderho/nts-servers/tree/main
mccoyc
·last year·discuss
It's probably a lot of automated tooling/monitoring infrastructure that's doing reverse resolution of IPs to get hostnames.

Edit: I've found that sometimes they're pretty poor at caching responses so you end up with a lot of these requests.
mccoyc
·last year·discuss
Can confirm us-east1 (and possibly us-south1) are having VPC host reachability problems.
mccoyc
·2 years ago·discuss
Traceroute works by observing Internet Control Message Protocol (ICMP) time to live/hop count exceeded messages and noting the source IP of those messages. There's plenty of resources you can search on to learn more about this. When you see * * *, it means that for that given TTL value, no corresponding ICMP messages were returned to the source.

It could be because they were filtered at the boundary of the network. If source IPs are private (RFC-1918 or carrier grade NAT space), those ICMP messages should get dropped. This is Best Current Practice (BCP) 38, if you wanted to read more about it.

Ever want to know why IPv6 is so important? This is another reason why. Troubleshooting networks without globally significant IP addresses on the intermediate hops is a real pain.
mccoyc
·5 years ago·discuss
Another one for the list is `--start-at-task` and `--list-tasks`, for those tasks that are statically imported. If you have a task bomb out, you can take over from where you left off. Doesn't work in all playbooks, if facts need to be set earlier, but it's still very useful and saves tons of time. Obvious, but I wish I knew that one earlier too.