Quote:
Originally Posted by Do7AN
I am getting the following error with Likewise 4.0.5 on Ubuntu 8.04.
The configuration stage 'open ports to DC' cannot be completed automatically. Please manually perform the following steps and rerun the domain join:
Some required ports on the domain controller could not be contacted. Please update your firewall settings to ensure that the following ports are open to 'DC-1.corp.test.com':
88 UDP
137 UDP
389 UDP
464 UDP
123 UDP
Error code: (null) (0x00080043)
Backtrace:
main.c:310
djmodule.c:248
djmodule.c:211
I'm wondering if there is a way to change DR-1.corp.test.com to another Domain Controller. The domain controller DC-1 is not behind a firewall. Any assistance would be greatly appreciated.
|
Hi,
the issue you are seeing regarding firewall ports are due to firewall ports on the client side. Perhaps there is a firewall up on the client, no?
One way to find out the root cause is to run some commands:
telnet corp.test.com <port>
If the telnet request fails, then it implies that the port is open. Otherwise, if you do not receive a failure message, it most likely means that the request is still attempting to connect via the port, which most likely a firewall is blocking the port.
Please let me know if this helps you out or if you have further questions.
Thank you.