Client cannot able to connect to JSS server but can able to ping the server using wireless connection

Delfs
New Contributor

I am trying to enroll one of my client Macbook Pro but cannot able to connect to JSS server but i can able to ping the JSS server.
Here are the steps i did to troubleshoot: using wireless connection:
1. enroll using the https://JSSServer:8443/enroll -- not working
2. Install Quickadd package -- not working (error need to run post postlight)
3. run in terminal sudo jamf recon -- not working( connection error)
4. ping the server IP and hostname - working its reachable

using wired connection:
1. enroll using the https://JSSServer:8443/enroll -- working
2. Install Quickadd package -- working 3. run in terminal sudo jamf recon -- working
4. ping the server IP and hostname - working its reachable

I preferred to use wireless connection for my client. Anybody can help me with this issue..
thanks in advance.

3 REPLIES 3

Chris
Valued Contributor

Sounds like a firewall issue.
What's the result of

telnet JSSServer 8443

?

davidacland
Honored Contributor II
Honored Contributor II

Yep, sounds firewall related to me. I use:

nc -z jss.address 8443

to test the connectivity. Similar to telnet above.

You said you can ping the server so that should rule out DNS resolution etc (I'm assuming you're pinging the DNS name).

Delfs
New Contributor

Hi guys, i just returned the MB Pro to the vendor to the test the possibility of hardware failure(wireless card). Once it return back to me i will try all your suggestions. I will get back to you as soon as i got the MB Pro. Thanks a lot for your help.. :)