Reorganise gists folder
This commit is contained in:
6
systemscripts/share.sh
Executable file
6
systemscripts/share.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user