2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-29 21:48:22 +00:00

lxcbird: BIRD logfile directory

This commit is contained in:
Hans van Kranenburg 2015-06-08 22:40:04 +02:00
parent 50537e0ca7
commit 47aa4d33ca

View File

@ -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 defaults
Executing /usr/sbin/update-rc.d bird enable 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 ### 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. 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.