« Configurer un bridge Zerotier sous Linux » : différence entre les versions

De www.yakakliker.org
Aucun résumé des modifications
Aucun résumé des modifications
 
(3 versions intermédiaires par le même utilisateur non affichées)
Ligne 23 : Ligne 23 :
[[Catégorie:Zerotier]]
[[Catégorie:Zerotier]]
[[Catégorie:VPN]]
[[Catégorie:VPN]]
‎<html>
 
== Liens ==
https://gist.github.com/kimus/9315140<nowiki/><html>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
  kofiWidgetOverlay.draw('yakakliker', {
    'type': 'floating-chat',
    'floating-chat.donateButton.text': 'Café',
    'floating-chat.donateButton.background-color': '#00b9fe',
    'floating-chat.donateButton.text-color': '#fff'
  });
</script>
‎</html>
 
https://www.server-world.info/en/note?os=Ubuntu_22.04&p=ufw&f=2
 
https://blog.oshim.net/2013/01/configure-ip-masquerading-for-ubuntu/
 
 
‎<html>
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a>
‎</html>
 
<html>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
<script>

Dernière version du 15 avril 2025 à 16:18

curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi

sudo nano /etc/sysctl.conf

net.ipv4.ip_forward = 1

sudo sysctl -p

sudo iptables -t nat -A POSTROUTING -o ens18 -j MASQUERADE

sudo iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT

sudo iptables -A FORWARD -i ztxxxx7gea -o ens18 -j ACCEPT

sudo apt-get install iptables-persistent

sudo netfilter-persistent save

sudo iptables-save

Liens

https://gist.github.com/kimus/9315140

https://www.server-world.info/en/note?os=Ubuntu_22.04&p=ufw&f=2

https://blog.oshim.net/2013/01/configure-ip-masquerading-for-ubuntu/


compteur web gratuit sans pub