curl はホストに接続できませんでした 接続を拒否されました
2022-03-01 21:47:04
1, first ping to see if you can pass
2、If the ping goes through, the most likely reason is that the port you want to access is blocked by the firewall
Firewall to add allow through ports: 1.
1、sudo /etc/init.d/iptables status
Check the port opening status
2. sudo vi /etc/sysconfig/iptables
Add the ports allowed through the firewall
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT # Allow port 3306 to pass through the firewall
Special note.
Many people add these two rules to the last line of the firewall configuration or other locations, resulting in an invalid configuration, or unsuccessful, the correct one should be added to the default port 22 under this rule
3, sudo service iptables restart restart effective
おすすめです。 Floating Lifeのブログ
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
ハートビート・エフェクトのためのHTML+CSS
-
HTML ホテル フォームによるフィルタリング
-
HTML+cssのボックスモデル例(円、半円など)「border-radius」使いやすい
-
HTMLテーブルのテーブル分割とマージ(colspan, rowspan)
-
ランダム・ネームドロッパーを実装するためのhtmlサンプルコード
-
Html階層型ボックスシャドウ効果サンプルコード
-
QQの一時的なダイアログボックスをポップアップし、友人を追加せずにオンラインで話す効果を達成する方法
-
sublime / vscodeショートカットHTMLコード生成の実装
-
HTMLページを縮小した後にスクロールバーを表示するサンプルコード
-
html のリストボックス、テキストフィールド、ファイルフィールドのコード例