11-02-2022 08:04 AM
I use Macbook Pro 14 Inc M1 Pro with MacOS Ventura (13).
Running PAN OS 10.2.3 and Global Protect
But my global protect not working with this issue
P1772-T26627 11/01/2022 07:47:44:451 Error( 80): CPanSocket::Connect - Failed to connect to server at port:4767
P1772-T26627 11/01/2022 07:47:44:451 Error( 241): Cannot connect to service, error: 61
P1772-T26627 11/01/2022 07:47:44:451 Dump (1424): CPanCommand::Send - InitConnection failed again. return without sent.
P1772-T26627 11/01/2022 07:47:44:451 Dump (1339): Send command failed
P1772-T26627 11/01/2022 07:47:44:956 Debug(1329): Special command, expects no return msg: <request><type>setdebug</type><debuglevel>6</debuglevel></request>
P1772-T26627 11/01/2022 07:47:44:956 Dump (1422): CPanCommand::Send - not connected, and reintialized connection to service.
P1772-T26627 11/01/2022 07:47:44:956 Info ( 237): InitConnection ...
P1772-T26627 11/01/2022 07:47:44:956 Debug( 57): fd still open before connect
P1772-T26627 11/01/2022 07:47:44:958 Error( 80): CPanSocket::Connect - Failed to connect to server at port:4767
P1772-T26627 11/01/2022 07:47:44:958 Error( 241): Cannot connect to service, error: 61
P1772-T26627 11/01/2022 07:47:44:958 Dump (1424): CPanCommand::Send - InitConnection failed again. return without sent.
P1772-T26627 11/01/2022 07:47:44:958 Dump (1339): Send command failed
please help me.
11-04-2022 09:30 AM
What is your GlobalProtect version?
Officially, macOS 13 (Ventura) is supported with GP 5.2.12 or later.
Hope this helps,
11-02-2022 12:50 PM - edited 11-02-2022 12:51 PM
Generally those logs means there is an error with the service listening for the connection (on your workstation). On the MAC if you do the following from the terminal do you see this reply?
netstat -an | grep 4767 tcp4 0 0 127.0.0.1.4767 *.* LISTEN
11-04-2022 09:30 AM
What is your GlobalProtect version?
Officially, macOS 13 (Ventura) is supported with GP 5.2.12 or later.
Hope this helps,
11-04-2022 03:44 PM
58 / 5,000
11-04-2022 03:46 PM
sh-3.2# netstat -an | grep 4767
sh-3.2#
no information listening port
and I try add rule on pf.cof like this
pass out inet proto tcp from any to any port 4767 no state
but global-protect client still not working
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!