2017年11月7日星期二

solve the problem of openvpn after updating, debian

problem:
TCP/UDP: Incoming packet rejected from [AF_INET]123.***.***.170:37828[2], expected peer address: [AF_INET]123.***.***.170:1194 (allow this incoming source address/port by removing --remote or adding --float)

after adding `bind` in the client configure, it says `bind` and `unbind` conflict.

solving by moving the client configure file from `/etc/openvpn/server/tun0.conf` to `/etc/openvpn/client/tun0.conf`