Below a summary of common issues you might encounter with your Single-Interface (SIF) Cyber Gateways, along with troubleshooting steps to resolve them.
Issue |
Troubleshooting instructions |
---|---|
CGW VM's/machine's network down |
If the network is down or an interface isn't working properly on an Ubuntu VM, you can systematically debug the issue with the following steps: 1. Check the Network Interface Status Use the
If the interface is DOWN, bring it up using: (Replace interface_name with actual name of the interface, shown in
If the interface is UP, and shows 2. Check Network Configuration Verify netplan is used for network configuration on VM using command 2.1 Configure interface using netplan Verify the configuration of the interface:
Execute 2.2 Configure interface using command line In case, netplan is not installed, you can configure IP address on interface using
For eg. if your network is on subnet 192.168.1.0/24 and interface name is ens33 which uses default gateway 192.168.1.1:
Ping default gateway of the network to check if it is accessible after interface is UP and configured with valid IP:
Verify Virtualization Layer If the issue persists, ensure the VM's virtual network adapter is configured properly:
|
Not able to SSH on CGW machine/VM |
|
Check Internet connection on CGW VM/machine |
CGW needs Internet connectivity on machine for installation and also post installation it needs internet access to provide services. Check Internet connection by using below commands: Ping Test Ping the default gateway:
If this fails, the issue might be with the local network or configuration. Ping an external server (e.g., Google): If this succeeds, then check DNS resolution.
DNS Test Test DNS resolution:
If it fails, check the DNS configuration in
Any Firewall inline? Check if CGW machine's/VM's traffic is going to internet via any Firewall. If yes, verify that Firewall is not blocking CGW machine's traffic. |