Below a summary of common issues you might encounter with your Multi-Interface (MIF) 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 Status on WAN Interface Use the
If WAN interface is DOWN, bring it up using: (Replace interface_name with actual name of the interface, shown in
If WAN interface is UP, and shows 2. Check Network Configuration Verify netplan is used for network configuration on VM using command 2.1 Configure WAN interface using netplan In case of Multi Interface CGW, it will have two interfaces, 1) WAN , 2) LAN. LAN will be configured by CGW application post installation. Verify the configuration of the WAN interface:
Execute 2.2 Configure interface using command line In case, netplan is not installed, you can configure IP address on WAN interface using
For eg. - if your network provides WAN connectivity on private subnet 192.168.1.0/24 and WAN interface name is ens33 which uses default gateway 192.168.1.1, then sample commands will like below:
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. |