Configuring proxy server connection for main node
If the operating system's Ubuntu Software Updater (APT) connects to the Internet via a proxy server, you must configure the connection to the proxy server before installing a main node on the operating system.
cd /home/user/ptms-installer
setup-apt-proxy.sh
script with the proxy server connection settings:sudo ./setup-apt-proxy.sh --proxy-addr <proxy server address>:<port> --proxy-user <login for connecting to proxy server> --proxy-pass <password for connecting to proxy server>
sudo ./setup-apt-proxy.sh --proxy-addr http://192.0.2.108:3128 --proxy-user johndoe --proxy-pass P@ssw0rd