diff options
Diffstat (limited to 'templates/system/ip')
-rw-r--r-- | templates/system/ip/disable-forwarding/node.def | 3 | ||||
-rw-r--r-- | templates/system/ip/node.def | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/system/ip/disable-forwarding/node.def b/templates/system/ip/disable-forwarding/node.def new file mode 100644 index 00000000..3bac48b3 --- /dev/null +++ b/templates/system/ip/disable-forwarding/node.def @@ -0,0 +1,3 @@ +help: Disable IPv4 forwarding +create: sudo sh -c "echo 0 > /proc/sys/net/ipv4/conf/all/forwarding" +delete: sudo sh -c "echo 1 > /proc/sys/net/ipv4/conf/all/forwarding" diff --git a/templates/system/ip/node.def b/templates/system/ip/node.def new file mode 100644 index 00000000..c354d882 --- /dev/null +++ b/templates/system/ip/node.def @@ -0,0 +1 @@ +help: Set IPv4 settings |