olili
olili
thx. But "-i 0.0.0.0" or simply skipping "-i" is not working on any of my 4 vpsmachines. It is not listening on these default ips. -i ipv4 or -i ipv6...
spent some more time for investigations. I'm running 4 VPSs (deb9, OVZ, different providers) and one deb10 bare ,etal machine. On all systems I face the following problems. Listening to...
sure. Here you are:; ok, first I make the positiv probe with NOT-0.0.0.0 bound: strace ./microsocks -i 2001:41d0:1:777c:200:c0a8:6695:0 and challenging with curl -6 -x socks5h://[2001:41d0:1:777c:200:c0a8:6695:0] from outside is working as...
thx. "-i ::" provides a working binding to "0.0.0.0". So the listen issue is for me resolved with that. (By the way "::ffff:0.0.0.0" behaves like "0.0.0.0" and is not working.)...
yes. For deb9 and deb10 the "-i ::" is working. But as I wrote "-b IPv4" is still ignored. O. Am Mo., 9. Aug. 2021 um 18:12 Uhr schrieb rofl0r...
here you are: ``` root@fr0:~# ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever...
sorry, "-f" I forgot... Attached the traces. Do you need something elses? [dbg.txt](https://github.com/rofl0r/microsocks/files/6978744/dbg.txt)
thx a lot!!!!!! I immediatelly tested it. But it is continously delivering 'invalid argument' Traces and logs attached. Hopefully this helps. [dbg2.txt](https://github.com/rofl0r/microsocks/files/6980176/dbg2.txt)
changed precedence ::ffff:0:0/96 100 in gai.conf. Now the listen "0.0.0.0" problem seems to be back. "-i ::" is not listen to 0.0.0.0. See [dbg3.txt](https://github.com/rofl0r/microsocks/files/6980581/dbg3.txt) If I start microsocks now with...
I#m not a very expert on that topic. But wrt getaddrinfo I read in the api: ai_family This field specifies the desired address family for the returned addresses. Valid values...