You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.
Hello. I need to make a wi-fi hot spot connection on the laptop, and then connect android or iPhone to wi-fi hot spot. I want all traffic on that devices to go through socks5 proxy. So i try to make virtual adapter tap 9 and use instruction which i found in web:
but in cmd i see
NOTICE(tun2socks): initializing BadVPN tun2socks 1.999.128
ERROR(tun2socks): netif ipaddr: BIPAddr_Resolve failed
ERROR(tun2socks): Failed to process arguments
NOTICE(tun2socks): exiting
I found you comment for this:
Tun2socks currently doesn't work with the TAP-Windows NDIS6 driver. To make it work it is necessary to install the older NDIS5 driver.
Remember that I'm not stopping anyone from fixing tun2socks to work with the new driver :)
But i couldn't find NDIS5 driver for Win10. So how can solve that case? Is there new version of tun2socks? Or you know other way to solve it and can give advice? May be is there any instruction? Thanks.
The text was updated successfully, but these errors were encountered:
Hello. I need to make a wi-fi hot spot connection on the laptop, and then connect android or iPhone to wi-fi hot spot. I want all traffic on that devices to go through socks5 proxy. So i try to make virtual adapter tap 9 and use instruction which i found in web:
$ t2s --tundev "tap0901:taplan:10.0.0.1:10.0.0.0:255.255.255.0" --netif-ipaddr 10.0.02 --netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:3185
but in cmd i see
NOTICE(tun2socks): initializing BadVPN tun2socks 1.999.128
ERROR(tun2socks): netif ipaddr: BIPAddr_Resolve failed
ERROR(tun2socks): Failed to process arguments
NOTICE(tun2socks): exiting
I found you comment for this:
Tun2socks currently doesn't work with the TAP-Windows NDIS6 driver. To make it work it is necessary to install the older NDIS5 driver.
Remember that I'm not stopping anyone from fixing tun2socks to work with the new driver :)
But i couldn't find NDIS5 driver for Win10. So how can solve that case? Is there new version of tun2socks? Or you know other way to solve it and can give advice? May be is there any instruction? Thanks.
The text was updated successfully, but these errors were encountered: