Automation suite installation failed
Issue Description:
- 443 and 8472 ports does not appear to be opened
- longhhorn.csi is in the crashed stage with the network bug in the Linux kernel.
Resolution: Run the below commands to set ip checksum to off, this should solve the issue.
- sudo ethtool -K ens192 tx-checksum-ip-generic off
- sudo ethtool -K cilium_host tx-checksum-ip-generic off