基本配置:
删除桥接中的 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
连接状态