JL MTK 安防网关的 wifi 吞吐测试
作者:互联网
基本配置:
删除桥接中的 eth3 :
brctl delif br0 eth3
设置eth3的ip:
ifconfig eth3 192.168.1.100
开启数据转发:
echo 1 > /proc/sys/net/ipv4/ip_forward
查看NAT:
iptables -t nat -n -L -v
Chain POSTROUTING (policy ACCEPT 2 packets, 1558 bytes)
pkts bytes target prot opt in out source destination
3 3056 MASQUERADE all -- * eth3 10.10.10.0/24 0.0.0.0/0
iptables -t nat -D POSTROUTING 1
测试结果
上 station s ap c 124 wifi up down 140
下 ap s station c 150 wifi up down 202
双 下170 上30
iwpriv ra0 show stasecinfo
显示关联STA的mac
iwpriv ra0 show conStatus
连接状态
标签:iptables,安防网,wifi,JL,ap,ra0,ip,eth3 来源: https://www.cnblogs.com/classics/p/10417462.html