서버 : 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

관련 정보