How do you upload the results of “CPSIZEME” to Check Point when using a PROXY server with authentication?

How do you upload the results of “CPSIZEME” to Check Point when using a PROXY server with
authentication?

How do you upload the results of “CPSIZEME” to Check Point when using a PROXY server with
authentication?

A.
[expert@HostName]# ./cpsizeme.exe –a username:password@proxy_address:port

B.
[expert@HostName]# ./cpsizeme –p username:password@proxy_address:port

C.
[expert@HostName]# ./cpsizeme –a username:password@proxy_address:port

D.
[expert@HostName]# ./cpsizeme.exe –p username:password@proxy_address:port



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Maria

Maria

It is answer B.
See sk88160 for details.

florentjustin

florentjustin

If a username and password are required for the Proxy, then run:

[Expert@HostName]# ./cpsizeme -p USERNAME:PASSWORD@PROXY_IP_ADDRESS:PROXY_PORT

Glenn

Glenn

the p flag is used for proxy. So the answer is B.
The other one with the p flag is not correct, as this has an exe for it and windows doesn’t have an expert mode.

Esteban

Esteban

B. [expert@HostName]# ./cpsizeme -p username:password@proxy_address:port