vpn_site2site_usando_zerotier_con_bridge_en_lxc
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vpn_site2site_usando_zerotier_con_bridge_en_lxc [2023/09/09 01:37] – created oso | vpn_site2site_usando_zerotier_con_bridge_en_lxc [2025/07/10 15:41] (current) – oso | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ===== Step 4: Install Zerotier ===== | ===== Step 4: Install Zerotier ===== | ||
| - | 6. Install Zerotier with the following command: | + | 6. Install Zerotier with the following command: |
| + | < | ||
| ===== Step 5: Join Zerotier Network ===== | ===== Step 5: Join Zerotier Network ===== | ||
| Line 67: | Line 68: | ||
| Replace `< | Replace `< | ||
| + | |||
| + | e.g. | ||
| + | |||
| + | < | ||
| + | *nat | ||
| + | :PREROUTING ACCEPT [0:0] | ||
| + | :INPUT ACCEPT [0:0] | ||
| + | :OUTPUT ACCEPT [0:0] | ||
| + | : | ||
| + | -A POSTROUTING -o eth0 -s 10.241.0.0/ | ||
| + | COMMIT | ||
| + | *filter | ||
| + | :INPUT ACCEPT [0:0] | ||
| + | :FORWARD DROP [0:0] | ||
| + | -A FORWARD -i zt+ -s 10.241.0.0/ | ||
| + | -A FORWARD -i eth0 -s 0.0.0.0/0 -d 10.241.0.0/ | ||
| + | :OUTPUT ACCEPT [0:0] | ||
| + | COMMIT | ||
| + | </ | ||
| ===== Step 8: Apply iptables Rules ===== | ===== Step 8: Apply iptables Rules ===== | ||
| Line 72: | Line 92: | ||
| 11. Run '' | 11. Run '' | ||
| - | ===== Step 10: Enable Traffic Masquerading (if needed) ===== | + | ===== Step 10: Enable Traffic |
| - | 12. If the LXC container exists on a different VLAN and you need to enable traffic masquerading, | + | 12. Add the route "dst: 10.10.0.0/ |
| - | * Source NAT masquerade | + | * chain: src-nat |
| + | * action: | ||
| * Destination Address: 10.10.0.0/ | * Destination Address: 10.10.0.0/ | ||
| * Out Interface: 'LXC Container VLAN' | * Out Interface: 'LXC Container VLAN' | ||
| Line 81: | Line 102: | ||
| By following these steps, you should have successfully set up a Zerotier exit gateway in your Debian 10 LXC container to facilitate communication between networks. | By following these steps, you should have successfully set up a Zerotier exit gateway in your Debian 10 LXC container to facilitate communication between networks. | ||
| + | |||
| + | Resources: https:// | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
vpn_site2site_usando_zerotier_con_bridge_en_lxc.1694223455.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
