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

관련 정보