Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mytonctl2 get adnl error #322

Open
nooperpudd opened this issue Aug 8, 2024 · 4 comments
Open

Mytonctl2 get adnl error #322

nooperpudd opened this issue Aug 8, 2024 · 4 comments

Comments

@nooperpudd
Copy link

nooperpudd commented Aug 8, 2024

 mytonctrl
[info]    08.08.2024, 09:46:41.514 (UTC)  <MainThread>  Start program `/home/ubuntu/.local/share/mytonctrl/mytonctrl.py`
Welcome to the console. Enter 'help' to display the help menu.
[error]   08.08.2024, 09:46:45.068 (UTC)  <MainThread>  Failed to check adnl connection to local node: host: xxxx, port: 15525, pubkey: Dxxxxxxx, error: timed out
[debug]   08.08.2024, 09:46:45.068 (UTC)  <MainThread>  start GetValidatorStatus function

but there is no port 15525 running in the background

ubuntu@blockchain-ton:~/.local/share/mytonctrl$ netstat -nplt
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:5432            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:46057           0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:51164           0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      -
tcp6       0      0 :::8081                 :::*                    LISTEN      -
tcp6       0      0 :::8080                 :::*                    LISTEN      -
tcp6       0      0 :::5432                 :::*                    LISTEN      -
tcp6       0      0 :::22                   :::*                    LISTEN      -
@nooperpudd nooperpudd changed the title Mytonctl get adnl error Mytonctl2 get adnl error Aug 8, 2024
@MEIIIOK2
Copy link

MEIIIOK2 commented Aug 9, 2024

Same for me. Please tag when you find solution.

@dawu22
Copy link

dawu22 commented Aug 23, 2024

that is udp port. use nc command to test it is success, but mytonctrl is also same error.

@macrocan
Copy link

macrocan commented Sep 9, 2024

Same for me, had confused me for a long time

@dawu22
Copy link

dawu22 commented Sep 16, 2024

I set rule udp xxx allow 0.0.0.0/0 in security group, and it's no error now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants