With Oshino-san, Marco-san
Background
KAGRA’s LL data occasionally experiences missing values, which necessitates careful monitoring and troubleshooting. Additionally, data transfer tests using Kafka may be conducted on the test server in the future. As part of this preparation, connectivity tests between the test server (cal-gst0 = cal-gst2) and GitHub were performed.
Both the production server (cal-gst1) and the test server (cal-gst0) were previously configured to use a specified IP address from the DHCP-assigned address range. However, the specified address was the same for both servers, leading to an IP address conflict.
Changes Implemented
- The configuration was modified so that cal-gst0 now dynamically obtains an IP address from DHCP instead of using a fixed assignment.
- To ensure proper connectivity to GitHub, the temporary GitHub-related settings in /etc/hosts were commented out.
Verification
After making these changes, the following points were confirmed:
- cal-gst0 successfully connects to GitHub.
- cal-gst1 is able to access external networks.
- LL data continues to be delivered to TMU (Tokyo Metropolitan University) as expected.
No changes were made to cal-gst1 in this process. These modifications resolve the previous IP address conflict.