Add a static route on a container

dominikdev

New Member
Jan 28, 2021
6
0
1
18
Hey,

I am trying to create a static route on my LXC Container.
I executed the following command:

Code:
sudo ip route add 64:ff9b::/96 via fe80::1 dev eth0

But some why this doesn't work.

Does anybody know why? :D

Greetings
 
I don't think it's possible to set the network configuration within a container. You will probably need to run a full VM to achieve this sort of function