1
0

More than 3 years have passed since last update.

AWSとオンプレミスの疎通確認に使えるコマンド

Posted at

前提

  • EC2 Amazon Linux 2

ポート指定でping疎通

$ sudo yum -y install nc
$ nc -zv {ipaddress} {port}

ping疎通の確認

# pingの受け手で実行
$ tcpdump -nn icmp

# pingの送り手で実行
$ ping {ipaddress}
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0