R2R Security Group and Firewall Configuration Guide
Proper security group and firewall configuration is crucial for securing your R2R deployment while ensuring necessary services remain accessible. This guide covers configurations for both cloud environments and local deployments.
After setting up your firewall rules, verify that the necessary ports are open:
Copy
Ask AI
# For Linux systemsnmap -p 22,7272,8001,8002,7474 your_server_ip# For Windows systems (requires nmap installation)nmap -p 22,7272,8001,8002,7474 your_server_ip
This should show the status of each port (open or closed).Remember to adjust these configurations based on your specific deployment needs and security requirements. Always follow your organization’s security policies and best practices.