taroplus
(Kohki Nishio)
July 7, 2020, 10:15pm
1
hello, i'm trying to see if this works with my setup, finally i was able to make it work however after clicking disconnect, it leaves connection.
lsof -nP -iTCP:2000
io.coress 49956 0t0 TCP [::1]:2000 (LISTEN)
io.coress 49956 0t0 TCP 127.0.0.1:2000 (LISTEN)
is there any config I should try ? due to this issue, i can't re-connect until i kill the process. thanks !
only thing i see is this
22:30:54 Disconnecting…
22:30:54 Disconnected
yang
(Yang.Y)
July 8, 2020, 1:16am
2
Hi Kohki, could you please enable logging and pasted the log output here?
The default logging level is set to Info, Debug1, Debug2 and Debug3 each specify higher levels of verbose output.
[image]
Core Shell
Open or go to Hosts tab, right click on the host and select Edit Settings… from context menu, navigate to Connection tab, then scroll down to Log Level option.
Press ⌘ I (or select Shell -> Show Inspector from main menu) reveals shell session information, as well as log content.
[image]
Core Tunnel
Navigate to tunnel's Settings…, Connection tab, then scrol…
It will help me identify the problem.
Thanks
Yang
taroplus
(Kohki Nishio)
July 8, 2020, 5:07am
3
it has too much internal info, i can't put the log for connecting, but disconnect is very clean
05:02:34 debug3: mux_client_request_session: entering
05:02:34 debug3: mux_client_request_alive: entering
05:02:34 debug3: mux_client_request_alive: done pid = 3154
05:02:34 debug3: mux_client_request_session: session request sent
05:02:34 debug1: mux_client_request_session: master session id: 4
05:05:59 Disconnecting…
05:05:59 Disconnected
and i still see these
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
io.coress 3105 konishio 7u IPv6 0x4eef0e3f33f69741 0t0 TCP [::1]:2000 (LISTEN)
io.coress 3105 konishio 8u IPv4 0x4eef0e3f34f9bb99 0t0 TCP 127.0.0.1:2000 (LISTEN)
so it never connects, this process remains even after closing the app (core-tunnel)
yang
(Yang.Y)
July 8, 2020, 5:27am
4
Kohki, could you please paste the equivalent command? It seemed you have multiplexed connections (aka ControlMaster
). Again, the full log output could provide help, you can eliminate sensitive information from the log.