Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win10下安装npcap,udp2rdaw运行错误,无法找到device #45

Open
highbuyer opened this issue Oct 18, 2020 · 5 comments
Open

win10下安装npcap,udp2rdaw运行错误,无法找到device #45

highbuyer opened this issue Oct 18, 2020 · 5 comments

Comments

@highbuyer
Copy link

D:\Program Files (x86)\v2rayN\kcpudp>udp2raw.exe -c -r 172.96.216.239:9898 -l 127.0.0.1:1087 --raw-mode faketcp -k -a "atrandys" --dev "\Device\NPF_{1db25f28-4cbc-4017-802b-1287e73e8652}"
using system32/wpcap.dll
[2020-10-18 19:14:31][INFO]argc=13 udp2raw -c -r 172.96.216.239:9898 -l 127.0.0.1:1087 --raw-mode faketcp -k -a atrandys --dev \Device\NPF_{1db25f28-4cbc-4017-802b-1287e73e8652}
[2020-10-18 19:14:31][INFO]parsing address: 172.96.216.239:9898
[2020-10-18 19:14:31][INFO]its an ipv4 adress
[2020-10-18 19:14:31][INFO]ip_address is {172.96.216.239}, port is {9898}
[2020-10-18 19:14:31][INFO]parsing address: 127.0.0.1:1087
[2020-10-18 19:14:31][INFO]its an ipv4 adress
[2020-10-18 19:14:31][INFO]ip_address is {127.0.0.1}, port is {1087}
[2020-10-18 19:14:31][INFO]dev=[\Device\NPF_{1db25f28-4cbc-4017-802b-1287e73e8652}]
[2020-10-18 19:14:31][INFO]important variables: log_level=4:INFO raw_mode=faketcp cipher_mode=aes128cbc auth_mode=md5 key=-a local_addr=127.0.0.1:1087 remote_addr=172.96.216.239:9898 socket_buf_size=1048576
[2020-10-18 19:14:31][WARN]root check failed, it seems like you are using a non-root account. we can try to continue, but it may fail. If you want to run udp2raw as non-root, you have to add iptables rule manually, and grant udp2raw CAP_NET_RAW capability, check README.md in repo for more info.
[2020-10-18 19:14:31][INFO]remote_ip=[172.96.216.239], make sure this is a vaild IP address
[2020-10-18 19:14:31][INFO]const_id:b3442ac0
[2020-10-18 19:14:31][INFO]--dev has been manually set, using device:[\Device\NPF_{1db25f28-4cbc-4017-802b-1287e73e8652}]
pcap_activate failed No such device exists

@2378
Copy link

2378 commented Oct 30, 2020

今天升级win10 20H2,出现同样问题,之前win10 2004 正常

@2378
Copy link

2378 commented Oct 30, 2020

不过我解决了,重新管理员运行一次就可以了

@wangyu-
Copy link
Owner

wangyu- commented Jan 24, 2021

不知道他这里有没有用到.netframework

There is no .net framework used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@wangyu- @highbuyer @2378 and others