Hi. I'm very new to FreeBSD, use version 10.1 now. I installed OpenVPN with this tutorial on my server:
https://www.digitalocean.com/commun...t-to-a-private-openvpn-server-on-freebsd-10-1
After that I installed Apache, MySQL, PHP and Wordpress with these tutorials:
https://www.digitalocean.com/commun...ache-mysql-and-php-famp-stack-on-freebsd-10-1
https://www.digitalocean.com/commun...install-wordpress-with-apache-on-freebsd-10-1
But then my server was very slowly. So I checked with
https://www.digitalocean.com/commun...t-to-a-private-openvpn-server-on-freebsd-10-1
After that I installed Apache, MySQL, PHP and Wordpress with these tutorials:
https://www.digitalocean.com/commun...ache-mysql-and-php-famp-stack-on-freebsd-10-1
https://www.digitalocean.com/commun...install-wordpress-with-apache-on-freebsd-10-1
But then my server was very slowly. So I checked with
top -H
and found that natd is using a lot CPU power, about 70% even in idle mode. I deactivated natd in the rc.conf and the server is running fast again. But now I can't use the server as OpenVPN Gateway. I can connect but no website will load. How can I fix this?