Re: [arch-general] Openvpn Iptables

2015-11-07 Thread Christoph Seitz
Did you enable ip forward? # sysctl -w net.ipv4.ip_forward=1 Check it wit: # sysctl net.ipv4.ip_forward Regards, Chris Am 07.11.2015 um 20:51 schrieb siefke_lis...@web.de: Hello, i try to setup a openvpn server. The server and client communication is successfully installed but the routing make

[arch-general] Openvpn Iptables

2015-11-07 Thread siefke_lis...@web.de
Hello, i try to setup a openvpn server. The server and client communication is successfully installed but the routing make trouble. Iptables: #!/bin/bash # reset iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -t raw -F iptable