Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check availability of routes

 

Code Block
languagebash
linenumberstrue
[root@ip-172-31-13-92 ~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.31.0.1      0.0.0.0         UG    0      0        0 eth0
10.240.0.0      172.31.0.1      255.255.0.0     UG    0      0        0 eth0
172.31.0.0      0.0.0.0         255.255.240.0   U     0      0        0 eth0

 

Ping Test from EC2 to Google Cloud

...