Forums

×

Warning

JUser: :_load: Unable to load user with ID: 258301
Medium
Offline
Resolved
0 votes
I have a working solution on Clear OS 7 for users that are in the office and connecting via OpenVPN when remote. It has been working very well for us so far.

I was trying to add a Raspberry Pi to the mix for those users that might pop into the office and utilize resources. Sometimes they may not have the laptop with them. The hope was to have them login via the same username and password they would on their laptop. That would allow them the same resources they have on their laptop (ie the flexshares etc).

I ended up putting ubunutu on the Pi4 and trying to join a domain. Following the directory guide (Directory Server app version 2.5.3) I have the base domain set to example.com while the actual server is office.example.com.

When trying to join the Pi4 to the domain the following command times out as the external publicly hosted website in a data center is not answering as I do not expect it to.


sudo realm -v discover example.com


The actual command I would expect is to use is as follows.


sudo realm -v discover office.example.com


That times out after 15 seconds (realm: No such realm found: office.example.com)


I stupidly changed the base domain to office.example.com and that still did not work and after a few minutes of panic because the office was down I changed it back.

I was hoping someone could offer some clear steps or tips to adding the Pi4 as a pinch computer for those random users.
Wednesday, April 07 2021, 07:31 PM
Share this post:
Responses (2)
  • Accepted Answer

    Wednesday, April 07 2021, 07:57 PM - #Permalink
    Resolved
    0 votes
    I don't know the answer especially as ClearOS uses an old-style NT4 domain and not a an AD Domain. there are some old instructions for Ubuntu at https://documentation.clearos.com/content:en_us:kb_howtos_add_linux_workstation_to_the_samba_domain, but they are old! I recently came up with another set of instructions for Centos8 at https://documentation.clearos.com/content:en_us:kb_howtos_add_centos8_workstation_to_the_samba_domain. You may be able to mix and match something from them.
    The reply is currently minimized Show
  • Accepted Answer

    Jon Moon
    Jon Moon
    Offline
    Monday, May 24 2021, 07:51 AM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    I don't know the answer especially as ClearOS uses an old-style NT4 domain and not a an AD Domain. there are some old instructions for Ubuntu at https://documentation.clearos.com/content:en_us:kb_howtos_add_linux_workstation_to_the_samba_domain, but they are old! I recently came up with another set of instructions for Centos8 at https://documentation.clearos.com/content:en_us:kb_howtos_add_centos8_workstation_to_the_samba_domain. You may be able to mix and match something from them.


    That is very helpful! thank you
    Jon
    The reply is currently minimized Show
Your Reply