我有一个运行 hostapd 的树莓派,我可以将我的笔记本电脑作为 wifi 客户端连接到树莓派双 wifi 路由器。问题出在 VPN 流量上;我无法使用树莓派路由器连接到我的办公室 VPN。
我的 iptables 是
pi@raspberrypi ~ $ sudo iptables -L -n -v
Chain INPUT (policy ACCEPT 1277 packets, 80265 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 1 packets, 328 bytes)
pkts bytes target prot opt in out source destination
1862K 2369M ACCEPT all -- ppp0 wlan0 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
729K 152M ACCEPT all -- wlan0 ppp0 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 1069 packets, 167K bytes)
pkts bytes target prot opt in out source destination