Back to Home

Vydocs

Built by the Community, Powered by Real Networks

Vydocs is not just documentation. It's your personal VyOS lab, idea board, knowledge sharing spot, and home for network builders like you.

VyDocs

What Makes Vydocs Different?

Share & Fork Snippets

Upload small configs, one-liners, BGP tricks, and firewall rules — and let others fork them into their own projects.

Build and Show Topologies

Create interactive network diagrams of your VyOS labs with drag-and-drop editors and share them with the community.

Earn Badges & Street Cred

Get recognition for your contributions with badges like Routing Wizard, Firewall Master, and Documentation Hero.

Collaborate in Real Time

Work together with live editing, chat integration, version control, and conflict resolution tools.

Share & Fork Code Snippets

Upload small configs, one-liners, BGP tricks, and firewall rules — and let others fork them into their own projects. Short, sharp, and easily shareable!

NAT64 Configuration Example.sh
# NAT64 Configuration Example
set interfaces tunnel tun64 local-ip 2001:db8::1
set interfaces tunnel tun64 remote-ip 2001:db8::2
set interfaces tunnel tun64 encapsulation sit
set interfaces tunnel tun64 parameters ipv6 no-ipv6-tunnel
set nat64 source rule 100 translation prefix 64:ff9b::/96
set nat64 source rule 100 source prefix 192.168.1.0/24

# BGP Route-Map for Bogons
set policy route-map BLOCK-BOGONS rule 10 action deny
set policy route-map BLOCK-BOGONS rule 10 match ipv6 prefix-list BOGONS
set policy prefix-list6 BOGONS rule 10 action deny
set policy prefix-list6 BOGONS rule 10 prefix ::/8

Popular Snippet Categories

  • Firewall Rules & Security Configs
  • BGP & OSPF Routing Setups
  • VPN Configurations
  • NAT & Traffic Control

Contributions Made Easy

Share your expertise by uploading configurations that solve real-world networking problems. Earn badges, get feedback, and help build a comprehensive library of VyOS solutions.

Total Snippets346

Earn Recognition for Your Contributions

First Contributor

First to contribute to a new section

142 users earned this

Routing Wizard

Advanced BGP/OSPF content with 100+ upvotes

53 users earned this

Firewall Master

Complex firewall rules with 50+ implementations

27 users earned this

Interactive Learning

Try It Live Sandbox

Coming Soon

$ vyos-sandbox create --name "bgp-lab"

Creating new sandbox environment...

Allocating resources...

Starting virtual router...

Sandbox ready! Access at: https://sandbox.vydocs.io/bgp-lab

Try It Live Sandbox

Create sandbox environments, allocate resources, and start virtual routers with a single command.

Guided Tutorials

Follow step-by-step guided configuration with real-time validation and progress tracking.

Challenge Labs

Test your skills with weekly networking challenges and real-world scenario simulations.

Smart Features for Network Professionals

AI Assistant Integration

AI

I've analyzed your configuration and found some security issues. You might want to add bogon route filtering to prevent spoofed traffic.

Can you give me a configuration example for bogon filtering?

You

Configuration Validator

Syntax Check
All commands are valid VyOS syntax
!
Security Audit
Missing firewall rules for WAN interface
Best Practices
Configuration follows VyOS best practices
i
Optimization Suggestions
Consider using compressed BGP routing table

Our Vision

Vydocs aims to be more than just a documentation platform. We're building a comprehensive ecosystem where network professionals and enthusiasts can learn, share, and grow together. Through innovative features, community engagement, and practical tools, we're creating the future of network documentation and collaboration.