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 hosts /etc/hosts
hostname /etc/hostname hostname /etc/hostname
mactab /etc/mactab mactab /etc/mactab
routing.conf /etc/sysctl.d/routing.conf
END END
umount "$mount" umount "$mount"
losetup -d "$loop" losetup -d "$loop"

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

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