Networking Considerations

Devin in an internet exposed environment

  • The Dev Server must be allowed to initiate outbound HTTPS connections on TCP port 443.

  • Ensure proper DNS resolution for the Prod Server's domain from the Dev Server.

  • Adjust the Prod Servers' firewall to accept inbound HTTPS connections on TCP port 443 specifically from the Dev Server's IP address.

Devin in an internal environment

  • The Dev Server must be configured to allow outbound HTTPS connections on TCP port 443.

  • If network segmentation is in place, review and apply the necessary ACLs to permit traffic between Dev and Prod Servers.

  • Configure the Dev Server to know the Prod Servers by their IP addresses or hostnames.

Last updated

Was this helpful?