From 47aa4d33ca6b45353c57a61c72bd786366381e9d Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Mon, 8 Jun 2015 22:40:04 +0200 Subject: [PATCH] lxcbird: BIRD logfile directory --- lxcbird/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lxcbird/README.md b/lxcbird/README.md index ad8cf36..386f714 100644 --- a/lxcbird/README.md +++ b/lxcbird/README.md @@ -252,6 +252,13 @@ Now, enable starting bird, since for some reason this is not automatically done Executing /usr/sbin/update-rc.d bird defaults Executing /usr/sbin/update-rc.d bird enable +### BIRD logfile location + +Since there is no separate syslog process in the container, create a directory where we can point logging configuration to later: + + root@birdbase:/# mkdir /var/log/bird + root@birdbase:/# chown bird: /var/log/bird + ### IP forwarding For IP forwarding, make sure you uncomment `net.ipv4.ip_forward=1` and `net.ipv6.conf.all.forwarding=1` in sysctl.conf inside the container.