Advanced Search
Search Results
4 total results found
Wiregaurd proxmox setup (ip-transit)
📦 Step 1: Install WireGuard apt update && apt install wireguard -y 📁 Step 2: Create the WireGuard config Paste the config that we sent you into /etc/wireguard/wg0.conf 🚀 Step 3: Enable and start WireGuard systemctl enable --now wg-quick@wg0 🌐 Step 4: Add...
gre proxmox setup (ip-transit)
sudo ip link add gre1 type gre local Server-B-IPv4 remote Server-A-IPv4 key yourgrekey ttl 255 sudo ip addr add 10.10.0.2/16 dev gre1 sudo ip link set gre1 up #!/bin/bash for ip in {113..117}; do ip rule add from 5.231.32.$ip/32 table 10 prio 1 ip route...
vxlan proxmox setup (ip-transit)
Proxmox VXLAN Tunnel Setup Requirements Before starting, make sure you have: A working Proxmox installation Root access to your node The remote endpoint IP Basic networking knowledge Misconfiguration may result in loss of network connectivity. VXLAN allows y...
Fenrir Panel — Docker Installation
Install Docker curl -sSL https://get.docker.com/ | CHANNEL=stable bash Verify: docker --version docker compose version Download Compose Stack mkdir -p /opt/fenrir && cd /opt/fenrir curl -o docker-compose.yml https://raw.githubusercontent.com/Luxxy-Hosting/Fe...