CONNECT Wrapper with Docker
Running the CONNECT Proxy:
Running the Qpoint Proxy:
Configuration Steps
1. Setting Up IP Tables
To redirect all outgoing traffic from the host to the CONNECT proxy, update the IP tables:
2. Starting the CONNECT Proxy
Use the provided Docker command to start the CONNECT proxy. Ensure the proxy is configured with the appropriate authentication credentials and upstream Qpoint proxy address.
3. Starting the Qpoint Proxy
Use the provided Docker command to start Qpoint Proxy. Make sure to include the registration token for linking the proxy to the Qpoint Control Plane.
Example Scenario
Application: A web service running on the host.
Traffic Flow: The web service sends an HTTP request.
CONNECT Proxy: Captures and encapsulates the request, authenticating it.
Qpoint Proxy: Receives the encapsulated request, applies ACLs, and routes it to the internet.
Last updated