Configuring a proxy server
The network service will not be able to receive updates if a non-transparent proxy is used. To configure the proxy settings complete the following steps:
- First install the product and enable the network service during installation.
- Login using a secure shell on the GroundWork server:
cd /usr/local/groundwork/network-service/scripts/
or from the command line:
./network-service-ctl.sh stop
- Next:
cd /usr/local/groundwork/network-service/bin/
- And, edit the file agent.conf adding the following:
proxy_host=xxx.yyy.zzz.www proxy_port=pppp
- Save your changes.
- Now restart the network service:
./network-service-ctl.sh start