Mikrotik RB 750GL이 있는데 Winbox나 Http를 통해 연결할 수 없습니다.
우리 사이에(인터넷에서) PPTP 연결(실행 중)이 있습니다. 해당 RB는 PPTP 클라이언트입니다.
Winbox가 기본 설정 검색을 멈추고 연결이 끊어집니다. Http 웹페이지가 로드되지 않습니다. 하지만 SSH나 Telnet을 통해 원격으로 연결하고 핑할 수 있습니다!
로컬 클라이언트는 Winbox 또는 Http를 통해 연결할 수 있습니다.
또한 (해당 RB에 연결된) DVR에 연결할 수 없습니다.
다음 솔루션 중 어느 것도 나에게 적합하지 않습니다.
-프레임웨어 업그레이드
-RouterOS 업데이트
-L2TP 연결 시도
-MTU 변경
-MRRU 변경
-다른 Winbox 버전
-모든 방화벽 규칙 비활성화
-RB 클라이언트 재설정 구성(!)
-보안 모드 Winbox
-IP>서비스: 포트 및 주소
당신의 도움이 필요해요
답변1
mss 문제일 수 있습니다. 터널에서와 같이 이것은 가장 일반적인 문제입니다. 패키지가 다음과 같이 고정되어 있는지 확인하세요.
이 규칙을 맹글 테이블 위에 올려놓으세요.
ip firewall mangle add chain=forward action=change-mss new-mss=1440 tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1441-65535
ip firewall mangle add chain=forward action=change-mss new-mss=1390 tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1391-65535
다음은 입력 및 출력에 대한 동일한 규칙입니다(mikrotik 자체에 영향을 미칩니다).
ip firewall mangle add chain=input action=change-mss new-mss=1440 tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1441-65535
ip firewall mangle add chain=input action=change-mss new-mss=1390 tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1391-65535
ip firewall mangle add chain=output action=change-mss new-mss=1440 tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1441-65535
ip firewall mangle add chain=output action=change-mss new-mss=1390 tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1391-65535
답변2
확인해 보셨나요 IP -> Services
? Winbox 서비스는 다른 포트에 구성되거나 제한된 주소를 인증하도록 설정될 수 있습니다.
이 경우 기본값으로 재설정하는 방법은 다음과 같습니다.
ip service set address=0.0.0.0/0 port=8291 [find name ~"winbox"] disabled=no
답변3
여기 파티에 조금 늦게 참여했지만 비슷한 문제가 있었습니다.
MAC 주소를 통해 WinBox에 로그온하고 터미널을 연 후 다음을 입력했습니다.
export file="name-your-file-here"
텍스트 편집기로 열고 WinBox를 검색하세요.
WinBox 포트가 변경된 것으로 나타났습니다.