Subject: Connecting to Custom IP and Port Issue (IPv6 Problem i think)
Hi
i want to connect to a custom ip and port , also i have to connect my proxy first to have access to server
but in code i have this error :
DotNetty.Transport.Channels.ConnectException: 'LogError connecting to 10.1.2.11:5222'
SocketException: No connection could be made because the target machine actively refused it
and also in proxifier :
vnext_test.exe - [::ffff:10.1.2.11]:5222 (IPv6) error : Could not connect through proxy 85.9.79.240:4957 - Proxy server cannot establish a connection with the target - general SOCKS server failure.
i think this ipv6 adr : ::ffff:10.1.2.11
is wrong , i checked it in online ipv4 to ipv6 tools and this was result :
IPv4 : 10.1.2.11
IPv6 : 0:0:0:0:0:FFFF:0A01:020B
please help me to work it out , im going out of my mind Guys
also here is my c# code :
i also tested it with your WPF example client based on MatriX vNext app , in visual studio , and get same error
also i can connect to the server by Psi+ without any problem with connected proxy
Help me please Thank you
i want to connect to a custom ip and port , also i have to connect my proxy first to have access to server
but in code i have this error :
DotNetty.Transport.Channels.ConnectException: 'LogError connecting to 10.1.2.11:5222'
SocketException: No connection could be made because the target machine actively refused it
and also in proxifier :
vnext_test.exe - [::ffff:10.1.2.11]:5222 (IPv6) error : Could not connect through proxy 85.9.79.240:4957 - Proxy server cannot establish a connection with the target - general SOCKS server failure.
i think this ipv6 adr : ::ffff:10.1.2.11
is wrong , i checked it in online ipv4 to ipv6 tools and this was result :
IPv4 : 10.1.2.11
IPv6 : 0:0:0:0:0:FFFF:0A01:020B
please help me to work it out , im going out of my mind Guys
also here is my c# code :
i also tested it with your WPF example client based on MatriX vNext app , in visual studio , and get same error
also i can connect to the server by Psi+ without any problem with connected proxy
Help me please Thank you
This post was edited 3 times, last on 2018-11-26, 17:48 by Alex.