User Tools

Site Tools


proxmox_tunnel_bridge_via_tinc

This is an old revision of the document!


Tunnel bridge via Tinc VPN

In case you used Tunnel Traffic through Tinc before.

ip rule del from 10.0.0.0/24 table TUNNEL
ip route del default via 10.0.0.1 table TUNNEL

Add instead

echo '777 TINC' >> /etc/iproute2/rt_table
ip -4 route add 10.23.23.0/24 dev vmbr3 table TINC
ip rule add from 10.23.23.0/24 lookup TINC
ip route add default via 10.0.0.1 table TINC
proxmox_tunnel_bridge_via_tinc.1594900078.txt.gz · Last modified: 2021/11/25 22:43 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki