Enable forwarding in all the routers

master v0.1
LEdoian 2 years ago
parent efb04bdf6c
commit b02a04ccbf

@ -24,6 +24,7 @@ for dir in output/*/; do
hosts /etc/hosts
hostname /etc/hostname
mactab /etc/mactab
routing.conf /etc/sysctl.d/routing.conf
END
umount "$mount"
losetup -d "$loop"

@ -30,6 +30,7 @@ class Computer:
'hosts',
'hostname',
'mactab',
'routing.conf',
]
context = {'c': self}

@ -0,0 +1 @@
net.ipv4.conf.all.forwarding=1
Loading…
Cancel
Save