mirror of
https://github.com/knorrie/network-examples
synced 2025-08-29 13:39:01 +00:00
lxcbird: BIRD logfile directory
This commit is contained in:
parent
50537e0ca7
commit
47aa4d33ca
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user