Open liyiwu opened 2 years ago
112.96.225.123 is NOT the wan ip of router
it's aliyun issue, it resets the tls connection which is not in it's whitelist.
I think it may be the reason for ipv6. The proxy tbridge and server only listen ipv6 address. How can I make proxy listen ipv4?
tcp6 0 0 :::11080 :::* LISTEN 1000/proxy
tbridge log
WARN attacking access 112.96.225.123:27300 <--> 172.16.3.127:11080 WARN tls handshake fail from 112.96.225.123:27300, read tcp 172.16.3.127:11080->112.96.225.123:27300: read: connection reset by peer
tbridge and tclient handshake fail. bridge is running on aliyun ECS. client is runing on home pc that behind of huawei 4G moblie router.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
1. 1. 1. 1.
Context (Environment)
client: (c.c.c.c is local ip of home pc) NFO forever /usr/bin/proxy [PID] 63507 running... INFO worker /usr/bin/proxy [PID] 63516 running... INFO use tls parent a.a.a.a:11080 INFO proxy on tunnel client mode WARN control connection err: connection err: read tcp c.c.c.c:58496->a.a.a.a:11080: read: connection reset by peer, retrying... WARN control connection err: connection err: read tcp c.c.c.c:41298->a.a.a.a:11080: read: connection reset by peer, retrying... WARN control connection err: connection err: read tcp c.c.c.c:41308->a.a.a.a:11080: read: connection reset by peer, retrying... WARN control connection err: connection err: read tcp c.c.c.c:41324->a.a.a.a:11080: read: connection reset by peer, retrying...
Detailed Description
Possible Implementation