我想在 Windows XP 中启动 DNS 隧道,因此,在 Google 上搜索后,我找到了iodine
适用于 Windows。阅读碘的自述文件,向我展示如何TAP
使用openvpn
。因此,安装openvpn
并检查 TAP 选项后,它会创建TAP-Win32 Adapter V9
名为Local Area Connection 3
。因此,我开始执行碘并遇到以下问题:
C:\iodine.exe -d "Local Area Connection 3" abc.ab
Opening device Local Area Connection 3
Opened UDP socket
Opened UDP socket
Opened UDP socket
Sending DNS queries for abc.ab to 192.168.1.1
Autodetecting DNS query type (use -T to override)
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
.Got NXDOMAIN as reply: domain does not exist
No suitable DNS query type found. Are you connected to a network?
If you expect very long roundtrip delay, use -T explictitly.
(Also, connecting to an "ancient" version of iodined won't work.)
哪里出了问题?如何iodine
在 Windows 中使用 DNS 隧道?或者,如果有其他程序可以进行 DNS 隧道,请帮助我。
提前致谢 :)
答案1
你运气好吗?
如果我理解正确的话,仅当您使用多个 TUN/TAP 驱动程序时才不必使用选项“-d”。
然后你必须给出一个名字或者记住它的名字并使用选项“-d”我只有一个 TUN/TAP 和碘自己找到它。
我只使用:C:\iodine\iodined -f 172.16.0.1 my-dns-forwarder-domain.com
瓦科