サーバー: 192.168.40.23

サーバー: 192.168.40.23

サーバー: 192.168.40.23

  `# vi /etc/sysconfig/shellinaboxd`

    # TCP port that shellinboxd's webserver listens on 
    PORT=6175
    # specify the IP address of a destination SSH server 
    OPTS="-s /:SSH:192.168.40.23"
    
    # if you want to restrict access to shellinaboxd from localhost only     
#OPTS="-s /:SSH:192.168.40.23 --localhost-only"
 OPTS="--disable-ssl-menu -s /:LOGIN"

アクセスすると、 https://localhost:6175同じサーバー上で正常に動作します。

サーバーの LAN IP を使用して外部からアクセスするとhttps://192.168.40.23:6175、ブラウザには次のように表示されます。

つなげられない

外部ブラウジング用に開くにはどうすればいいですか6175?ファイアウォールの問題ですか、それとも単に設定ミスですか?シェリナボックス

答え1

firewall-cmd --permanent --add-port=6175/tcp
firewall-cmd --reload

関連情報