同じネットワーク内の mac から raspberry pi
のサーバーのAPIを実行したいのですが、connection refused となってしまいます。
$ curl 192.168.1.10:55090/call/test curl: (7) Failed to connect to 192.168.1.10 port 55090: Connection refused
raspberry pi 内で curl localhost:55090
としても connection refused
となります。
ただ mac から raspberry pi に ssh で接続はできます。
raspberry pi のファイアーウォールを無効にしても接続できません。
$ sudo ufw status Status: inactive
ネットワーク周りの設定だと固定IPの設定は行いました。
interface wlan0 static ip_address=192.168.1.10/24 static routers=192.168.1.1 static domain_name_servers=192.168.1.1 8.8.8.8
どのあたりに原因があるか検討がつかず。。
ご回答よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。