Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux route though zerotier

net.ipv4.ip_forward = 1
Comment

linux route though zerotier

*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
-A POSTROUTING -o eth0 -s 10.6.4.0/22 -j SNAT --to-source 45.32.69.220
COMMIT
*filter
:INPUT ACCEPT [0:0]
:FORWARD DROP [0:0]
-A FORWARD -i zt+ -s 10.6.4.0/22 -d 0.0.0.0/0 -j ACCEPT
-A FORWARD -i eth0 -s 0.0.0.0/0 -d 10.6.4.0/0 -j ACCEPT
:OUTPUT ACCEPT [0:0]
COMMIT
Comment

PREVIOUS NEXT
Code Example
Shell :: update pulumi 
Shell :: hbase put command terminal 
Shell :: column cut linux 
Shell :: github settings loin 
Shell :: Install pkgsrc (FreeBSD) package manager 
Shell :: get folder size in lnux 
Shell :: is ther any way to save passwords securely of github in linux git 
Shell :: Comparing 2 Hashes in bash 
Shell :: bash script help syntax option vs mandatory 
Shell :: git merge anotehr 
Shell :: file transfer disabled by policy 
Shell :: how to create a new branch in git 
Shell :: The main configuration file containing paths to utilities, services and packages used by Plesk 
Shell :: how to create a file and multiple lines to it in unix 
Shell :: ssh-keygen -t ed25519 
Shell :: uvicorn post unsupported upgrade request 
Shell :: post clone remove line in file 
Shell :: smart weather asm project github 
Shell :: deprecation problem in vscode when using sass 
Shell :: spacemacs set font 
Shell :: docker compose share gpu 
Shell :: v4l2tools sudo apt install ubuntu 
Shell :: github.com:Torono909/Torono909.git 
Shell :: chmod read write just for me 
Shell :: allocate gpu in hpc slurm 
Shell :: git 2 
Shell :: nstall the XmlDoc2CmdletDoc NuGet package into your project. 
Shell :: open video from terminal in ubuntu 18 
Shell :: awk get last argument 
Shell :: instalar ultima version de npm 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =