I can't route any traffic no matter what is inbound or outbound on my GCE

Solution 1:

Based on my firewall rules were set all rights in my VPC. I have found the answer in this link https://www.cyberithub.com/failed-to-start-lsb-bring-up-down-networking/.

I just have ran the commands below and then recovered network.

sudo systemctl stop NetworkManager 
sudo systemctl disable NetworkManager 
# sudo systemctl status NetworkManager -l    # check the status and find no failed.
sudo service network restart