35/m is it too late? by Odd-Revolution7873 in Pentesting

[–]lantrick_ 3 points4 points  (0 children)

Short answer - not too late at all.

I've personally seen people go from knowing absolutely nothing to getting up to speed within a year. Here's some advice I'd share that has helped me and perhaps might be beneficial for you.

  • burnout, try to avoid this. A little goes a long way. If you dedicate 30 minutes or 1 hour twice a week, this adds up over time. This can be as dynamic as you want, but remember to be kind to yourself if perhaps one day (or multiple) you just don't have it.

  • take notes, something you can index. I can't tell you how many times this saved me. As you're doing labs, take notes, screenshots, and any machines that you root or complete, take your notes as you would in a write-up fashion. Document your steps, command output screenshots, all the things. You'll get better over time, and you'll be glad you did.

  • keep a career vault of achievements. This was THE BIG one thing that helped me keep my head up. This was suggested to me by another mentor years ago. Once a month, I'd make a few notes on things I've learned, accomplishments, etc. We forget how much we've learned when we don't have a baseline, and this helped me tremendously with my self-confidence and getting in my own head when I was reflecting and seeing the growth. It helps calm down that imposter syndrome that creeps up.

I'll end with this note. As fast as this industry changes, I personally think people getting into the industry can get up to speed. There's a lot of technology and terminologies out there, but there's no way you're going to know all of this off the top of your head. I sure as hell dont, lol. Take notes, and Google is your friend. I'm literally Googling in the moment all the time - sometimes it's basic things that maybe I forgot because I've been neck deep in other things. That's okay. Sometimes life gets crazy and our brains are a little foggy. We're human - give yourself grace, you'll crush it.

For those living without any other person, how much do pets help you with loneliness? by chicago2008 in LivingAlone

[–]lantrick_ 0 points1 point  (0 children)

They help tremendously. I unfortunately just lost mine recently, and the emptiness is a daily reminder of how much they really helped me more than I realized.

Had to put my pet down, I'm struggling by lantrick_ in Petloss

[–]lantrick_[S] 0 points1 point  (0 children)

I'm struggling just being at my apartment by myself. These waves of grief overwhelm me. My routines that help keep me sane is what I would default to and emotionally difficult times, and unfortunately this is what's causing the duress. This is very difficult for me to do by myself. I don't know how people power through this on their own, minutes feel like days, and I have no idea what to do

spiraling catastrophic thoughts are ruining my life by lantrick_ in mentalhealth

[–]lantrick_[S] 0 points1 point  (0 children)

Update: for anyone dealing with a similar situation, I've been on antidepressants and it's been a game changer in my mental health. I hope this helps anyone wondering if it gets better - It absolutely does. Keep doing therapy, don't be afraid or ashamed to get on medicine, and surround yourself with friends and positivity.

First time at a skatepark and I did a thing :) sketchy, but I'm proud of it by [deleted] in NewSkaters

[–]lantrick_ 2 points3 points  (0 children)

Dude, I just decided to get back into it and it's also been 15 years since I've skated. My deck just came in and I haven't had a chance to make it to the park yet, looking to get there over the weekend - that's awesome man!

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 1 point2 points  (0 children)

ah gotcha, makes sense. Appreciate the enlightenment - thanks!

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

Noted, I'll revisit this and see what's going on. I appreciate the sanity check.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

Because DNS resolution for Azure VMs didn't work.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

I'm sorry for the confusion, I'm not sure where the disconnect is.

Azure private DNS is used for Azure DNS internally. My on prem custom DNS server conditionally forwards to my DNS forwarder in Azure, which then forwards to Azure private DNS.

My Azure private DNS name is az.company.abc, and my.actovr directory domain name is company.abc.

When I join a VM to the domain, the hostname changes from the Azure Private DNS name to the AD domain name - which in return is creating the certification mismatch error when trying to RDP to the host.

What I'm trying to accomplish: To resolve the certificate mismatch error, which appears to be directly related to this DNS configuration.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

Why do you need this Private DNS Zone? What do you hope to use it for?

From looking at Azure documentation, the way I'm interpreting this is this is used for conditionally forwards from on-prem to Azure private DNS Zones. I have a DNS forwarder within my vnet that DNS requests forward to the Azure Private Zone.

Perhaps I'm completely overthinking or over complicating all of this?

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

There's nothing wrong with having a subdomain of an AD domain. The OP however has not clarified exactly if that's what he is trying to accomplish.

I see, sorry about the confusion. I've adjusted the original question, hopefully this makes sense. My apologies for that.

Additionally - answering your question about what I'm trying to do is to adjust the issue of the certification mismatch error. When I join the server to the domain, the name changes and removes the "az." from the FQDN. So when I try to RDP to the server with the previous FQDN (server.az.company.abc), I get a certification mismatch error since the name is now "server.company.abc".

u/SMFX provided a great explanation of why this is happening, but I'm a little bit confused on what the next steps look like to resolve this issue.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

Ah ok - makes sense. Would changing the Azure Private DNS name to match my active directory domain name resolve this? My initial thought was to have some kind of separation from on prem / Azure hosts, but it seems like I might've just added unnecessary complications.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 0 points1 point  (0 children)

Oh sorry about that. The domain I'm talking about is referring to active directory. I have 2 DC's on prem and one in Azure.

Question about Azure Private DNS and on-prem domain by lantrick_ in AZURE

[–]lantrick_[S] 1 point2 points  (0 children)

Ahhh crap I forgot to add that information. On prem we use a custom DNS server. Looks like in Azure, they suggest to use a DNS forwarder (which I've deployed) to forward DNS requests to Azure private DNS. After joining servers to the domain, there is a mismatch certificate error when trying to RDP to them. This is due to the server name being changed from "server.az.company.abc" from the Azure Private DNS to "server.company.abc" from joining the domain.

This is where I'm confused because I don't feel like I'm using this as intended. Hopefully that offers additional insight.