Reorganise gists folder

This commit is contained in:
TKE
2022-05-13 12:49:21 +02:00
parent 7e58a88410
commit da8d015af0
98 changed files with 63 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
#ifconfig eth1 10.10.10.1/24
sysctl -w net.ipv4.conf.all.forwarding=1
iptables -t nat -F
iptables -t nat -A POSTROUTING -o eno1 -j MASQUERADE