Modifying Service Point v4 proxy configurations - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Once you have provisioned a Service Point v4 instance, you can modify the proxy configuration settings to configure a new proxy or update an existing proxy configuration.

  1. Log in to the Service Point v4 instance using the operations user and the VM console password through a console session.
    Attention: BlueCat recommends connecting to the Service Point v4 instance using a console session, as the change in network configuration can result in the Service Point v4 instance becoming unreachable using an SSH connection.
  2. Elevate your user permissions by running the following command:
    sudo su
  3. You can check your proxy configuration settings by running the following command:
    fleet proxy
    If you have a proxy configured, the command returns the following response:
    http://<user>:<password>@<proxy_ip>:<port>
  4. Modify the proxy configuration using the following command:
    setproxy -h <host> \
    -n <port>
    -u <user>
    -p <password>
    Where:
    • <host>: Enter the hostname of the proxy that the Service Point v4 VM will use.
    • <port>: (Optional) Add the port number used to connect to the proxy server. By default, the value is 443.
    • <user>: (Optional) Enter the username that will be used to authenticate against the proxy server.
    • <password>: (Optional) Enter the password that will be used to authenticate against the proxy server.
    Tip: To view a list of all setproxy parameters, enter the setproxy --help command.

Once you have run the command, the service point restarts the system services to use the proxy configurations. Once the services have restarted, you can use the fleet proxy command to verify the configurations.