Hostapd-raspberry pi를 통해 VPN 트래픽을 라우팅하는 방법

Hostapd-raspberry pi를 통해 VPN 트래픽을 라우팅하는 방법

나는 Hostapd를 실행하는 라즈베리 파이를 가지고 있으며 랩탑을 WiFi 클라이언트로 라즈베리 파이 듀얼 WiFi 라우터에 연결할 수 있습니다. 문제는 VPN 트래픽에 있습니다. Raspberry Pi 라우터를 사용하여 사무실 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

관련 정보