Skip to main content
Solved

LogonServer On Mac

  • January 11, 2017
  • 6 replies
  • 50 views

Forum|alt.badge.img+5

Hey Guys,

In our environment, we have 4 domain controllers in our domain, like test.com. Macs are joined to the domain using "test.com". Now, I want to know to which domain controller they are hitting. In windows, it is too easy just type "SET L" and you will get the logonserver. How to do this on mac?

Thanks,
Ashish

Best answer by ashishgupta6

@LSinNY Thank you for this information but it didn't help really. It is sending my the pre-defined DC IP addresses and domain name. But I wanted to know that to which DC my system to hitting. Now i have figured it out. So we can close this case now.

6 replies

Forum|alt.badge.img+13
  • Honored Contributor
  • January 11, 2017

for a quick shot , I use
ipconfig getpacket en(x), where x could be 0,1 (etc)
example:
$ ipconfig getpacket en0 | grep domain
domain_name_server (ip_mult): {192.168.1.101, 192.168.1.105}
domain_name (string): my.example.com


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • January 12, 2017

They are windows command. I need to know which command to use on mac.


Forum|alt.badge.img+13
  • Honored Contributor
  • January 12, 2017

@ashishgupta6 Yes it does look like windows command line,but those are most certainly are run from command line on macOS 10

try man ipconfig for the full BSD

Larry


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • Answer
  • February 7, 2017

@LSinNY Thank you for this information but it didn't help really. It is sending my the pre-defined DC IP addresses and domain name. But I wanted to know that to which DC my system to hitting. Now i have figured it out. So we can close this case now.


gda
Forum|alt.badge.img+8
  • Contributor
  • February 7, 2017

Can you share your solution to jamfnation?


Forum|alt.badge.img+10
  • Valued Contributor
  • December 4, 2020

Hello, I am interested in knowing the solution please because I can't find either.

Thank you