On 05.11.2014 22:16, Simon Deziel wrote: > Hi Karol, > > For a container to be able to use the host's tunnel, you need to disable > the policy check in the container itself. Here is the command to run in > the container to achieve this: [...] I put: net.ipv4.conf.eth0.disable_policy = 1 And everything starts to work! Thank you! Karol