Configure Telenet ipv6 on pfSense 2.2.x
May 8, 2015
It took me some time to figure this out, but thanks to @iworx his input I managed to get ipv6 up and running with my Telenet business modem (the modem-only, non-wifi version) with my pfSense router.
The pfSense version I used was 2.2.2.
Here are 2 screenshots of the interface pages. The one thing that fixed it was disabling the “Block Bogon networks” on the WAN interface page, do not forget to uncheck it!
...
➦
Reverse proxy configuration for Drupal 7 sites
Apr 28, 2015
When you are using a Drupal 7 website setup with an extra caching server (like varnish), it's very important that you configure you Drupal settings.php the right way. This blog post show you how.
...
➦
Elasticsearch backup script with snapshot rotation
Mar 23, 2015
Elasticsearch 1.4 has an easy way to make backups of an index: snapshot and restore. If you use the filesystem way, you can just make a snapshot, rsync/scp/NFS export the files to another host and restore them from those files.
...
➦
The best way to run a Drupal 7 cron via drush
Mar 18, 2015
This blog post shows you the the best way to run your Drupal 7 drush cron command from crontab.
...
➦
Mounting a remote filesystem using sshfs
Mar 16, 2015
There's an easy way to mount a remote directory or filesystem over ssh - sshfs.
...
➦
A safer nginx virtual host config for Symfony2 sites
Mar 16, 2015
As Symonfy redirects all PHP requests to app.php, it's a safe solution to only use app.php as your nginx fastcgi_pass script. This blog post show you a simple config example.
...
➦