ผมใช้ Raspberry pi4 ให้รัน pivpn ทำการติดตั้งเรียบร้อย แต่พอใช้ cliant จาก โทรศัพท์ โดยใช้ app OpenVPN มา connect เข้ามาที่ server ได้ปกติ
ซึ่งเมื่อเข้ามาแล้ว ผมไม่สามารถ browser หาใครได้เลย นอกจากมาที่ ip ของตัว pi เองที่เป็น pihole อยู่เท่านั้น
ลองได้ตรวจสอบ iptables ก็ตามข้างล่าง
==============
pi@raspberrypi:~ $ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ลองทำตามคำแนะนำจาก github
==============
https://github.com/pivpn/pivpn/issues/634
==============
เขาให้ added
tun-mtu 1400
mssfix 1360
ไปที่ /etc/openvpn/server.conf with
sudo nano /etc/openvpn/server.conf
and restarted the server with
sudo systemctl restart openvpn
... and: it works now for my setup
ผมลองทำตามแล้ว
ก็ไม่ได้ ไม่รู้ บ้านเราต้อง set อย่างไรครับ
เชื่อมต่อ PiVPN เรียบร้อย แต่ทำไม ไม่สามารถเข้า LAN หรือ internet จากปลายทางได้
ซึ่งเมื่อเข้ามาแล้ว ผมไม่สามารถ browser หาใครได้เลย นอกจากมาที่ ip ของตัว pi เองที่เป็น pihole อยู่เท่านั้น
ลองได้ตรวจสอบ iptables ก็ตามข้างล่าง
==============
pi@raspberrypi:~ $ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ลองทำตามคำแนะนำจาก github
==============
https://github.com/pivpn/pivpn/issues/634
==============
เขาให้ added
tun-mtu 1400
mssfix 1360
ไปที่ /etc/openvpn/server.conf with sudo nano /etc/openvpn/server.conf
and restarted the server with sudo systemctl restart openvpn
... and: it works now for my setup
ผมลองทำตามแล้วก็ไม่ได้ ไม่รู้ บ้านเราต้อง set อย่างไรครับ