Console mode execution is not working when execute from command window

Console mode execution is not working for me. Browser is opening but app page is not loading might be because of proxy issue.

This is my console code

I took the server address from this window

Ex: abc.server.com

katalon -noSplash -runMode=console -consoleLog -noExit -projectPath=“C:\Katalon Project\DemoProject\DemoProject.prj” -retry=0 -testSuitePath=“Test Suites/PRODUCT/ProductTestSuite” -browserType=“Chrome” --config -proxy.option=MANUAL_CONFIG -proxy.server.type=HTTP -proxy.server.address=“abc.server.com” -proxy.server.port=“80”

When i execute the above code from command window its saying “This site can’t be reached” please look into the issue may be this is because of proxy issue.

Capture.PNG

Capture1.PNG

Capture2.PNG