yoyo

Results 2 comments of yoyo

如果用作二级路由,在不使用napt66情况下,可以通过如下设置使用IPv6。 ### 一、IPv6设置 高级设置—WAN—IPv6设置中除网络连接类型外,全部按照下图设置 ![image](https://user-images.githubusercontent.com/17569401/188273014-548ec280-2e1b-4db8-8df0-441f161398d2.png) ### 二、网桥转发脚本 1.查看wan端口的网卡名 主要用ifconfig在路由器控制台里看,一般以eth开头,找到wan口的IP就行(下图即为eth1)(获取到IPV6地址的网卡) ![image](https://user-images.githubusercontent.com/17569401/188273215-4e6faff2-671e-4e52-89ce-20f09423adfe.png) 2.设置启动脚本 在“路由器启动后执行”中加入如下代码 ``` #启动ipv6网络 modprobe ip6table_mangle ebtables -t broute -A BROUTING -p ! ipv6 -j DROP -i wan端口的网卡名 brctl addif...

Is there a way to call the Windows APIs? Without it we cannot make a useful Windows application.