mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 20:16:05 +00:00
ubuntu: Fix message
This commit is contained in:
@@ -11,4 +11,4 @@ disable_unwanted_extensions
|
|||||||
|
|
||||||
# Enable docker IPv4 forwarding, to allow LXD to work along it :)
|
# Enable docker IPv4 forwarding, to allow LXD to work along it :)
|
||||||
echo "net.ipv4.conf.all.forwarding=1" > /etc/sysctl.d/99-forwarding.conf
|
echo "net.ipv4.conf.all.forwarding=1" > /etc/sysctl.d/99-forwarding.conf
|
||||||
sysctl net.ipv4.conf.all.forwarding=1
|
sysctl net.ipv4.conf.all.forwarding=1 >/dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user