> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/networking/network-overview.md).

# Networking (VergeFabric)

*VergeFabric* provides integrated, software-defined networking (SDN) to your VergeOS environment, enabling the creation of logical networks independent of physical infrastructure. With VergeFabric, you can create and manage virtual networks on demand and deploy networks instantly, without complicated configurations or reliance on networking specialists.

## Getting Started

New to VergeOS networking? Start here:

1. [**Learn networking concepts**](/run-the-platform/networking/network-concepts.md) - Understand VergeOS network fundamentals
2. [**Follow quick start tasks**](/run-the-platform/networking/network-quickstart.md) - Complete common networking configurations
3. [**Connect to existing infrastructure**](/run-the-platform/networking/connect-lan-wan.md) - Integrate with your current network

## Key Features

### Integrated SDN Functionality

* **Native to VergeOS** – No extra hardware or appliances required
* **Centralized Management** – Manage all networking components within a unified interface, alongside VergeOS hypervisor and storage controls
* **Embedded IP Administration** - DHCP, DNS, routing and firewall functionality built-in
* **Dynamic Routing** – BGP/OSPF support for advanced networking capabilities

### Advanced Security & Segmentation

* **Micro-segmentation** – Enforce security at the tenant level or down to individual VMs with dedicated internal networks
* **Distributed Firewall (DFW)** – Applies granular security rules inside the network, beyond traditional perimeter-based controls
* **Built-in Monitoring & Diagnostics** – Track and control network performance with rate limiting, logging, and integrated diagnostic tools

### Automation & Orchestration

* **API-First Networking** – Fully programmable networking via REST APIs and IaC tools like Terraform
* **Self-Service Networking** – Tenants and developers can deploy, modify, and manage virtual networks without IT intervention
* **Task Engine Integration** – Automate networking tasks based on scheduling or event triggers

### Multi-Cloud & VPN Support

* **Multi-cloud Design** – Securely connect multi-tenant environments and multiple sites
* **VPN Integration** – Site-to-Site and Client VPN access using WireGuard or IPsec

## Network Types & Use Cases

### External Networks

Connect VergeOS to existing LAN/WAN infrastructure for integration with physical networks.

**Common scenarios:**

* **Corporate LAN integration** - Connect to existing enterprise networks
* **Internet connectivity** - Provide external access for workloads
* **Multi-site connectivity** - Link distributed VergeOS installations

### Internal Networks

Create isolated virtual networks within VergeOS for workload segmentation and security.

**Common scenarios:**

* **Application tiers** - Separate web, application, and database layers
* **Development environments** - Isolated networks for dev/test workloads
* **Tenant isolation** - Dedicated networks for multi-tenant deployments

### VPN Networks

Establish secure tunnels for remote access and site-to-site connectivity.

**Common scenarios:**

* **Remote user access** - Secure connectivity for distributed workforce
* **Branch office connectivity** - Site-to-site VPN between locations
* **Partner access** - Controlled external access to specific resources

## Benefits by Use Case

### For Service Providers

* **Multi-tenant isolation** with complete network segmentation
* **Self-service capabilities** reducing operational overhead
* **Scalable architecture** supporting thousands of virtual networks
* **Advanced monitoring** for SLA compliance and billing

### For Enterprises

* **Simplified management** of complex network topologies
* **Enhanced security** through micro-segmentation
* **Rapid deployment** of new network segments
* **Integration capabilities** with existing infrastructure

### For Development Teams

* **On-demand networking** for dynamic environments
* **Consistent configurations** across dev/test/production
* **API-driven workflows** for infrastructure as code
* **Isolated environments** for safe testing

## Advanced Capabilities

### Traffic Management

* **Quality of Service (QoS)** controls for bandwidth prioritization
* **Rate limiting** to prevent resource contention
* **Load balancing** for high availability applications
* **Traffic shaping** for optimized performance

### Security Features

* **Network-level firewalls** with stateful packet inspection
* **Intrusion detection** capabilities
* **Network access control** with granular permissions
* **Audit logging** for compliance and troubleshooting

### Monitoring & Diagnostics

* **Real-time traffic analysis** with detailed metrics
* **Network topology visualization** for infrastructure mapping
* **Performance monitoring** with historical data
* **Built-in troubleshooting tools** for rapid issue resolution

## Integration & Compatibility

### Infrastructure Integration

* **Physical network compatibility** with existing switches and routers
* **VLAN support** for network segmentation
* **Bonding and redundancy** for high availability
* **Multi-path networking** for performance optimization

### Third-Party Integration

* **Monitoring system compatibility** for centralized management
* **Automation platform support** for workflow integration
* **Security tool integration** for comprehensive protection
* **Compliance reporting** for regulatory requirements

## Related Documentation

### Getting Started

* [Network Concepts](/run-the-platform/networking/network-concepts.md)
* [Quick Start Guide](/run-the-platform/networking/network-quickstart.md)
* [Connect to Existing Networks](/run-the-platform/networking/connect-lan-wan.md)

### Network Configuration

* [Internal Networks](/run-the-platform/networking/internal-networks.md)
* [Network Rules & Firewall](/run-the-platform/networking/network-rules.md)
* [VPN Configuration](/run-the-platform/vpn/vpn-overview.md)
* [VLAN Configuration](/run-the-platform/networking/create-vlan.md)

### Monitoring & Management

* [Network Dashboards](/run-the-platform/networking/network-dashboards.md)
* [Network Diagnostics](/run-the-platform/networking/network-diagnostics.md)
* [Troubleshooting](/run-the-platform/networking/net-troubleshooting.md)

### Advanced Topics

* [Aliases & IP Management](/run-the-platform/networking/aliases.md)
* [Port Mirroring](/run-the-platform/networking/port-mirroring.md)
* [WireGuard VPN](/run-the-platform/vpn/wireguard-config.md)
* [IPSec Configuration](/run-the-platform/vpn/ipsec.md)

## Support & Professional Services

For assistance with complex networking requirements, contact [VergeOS Support](/support-and-services.md). Our team can help with:

* **Network architecture design** and planning
* **Migration strategies** from existing infrastructure
* **Performance optimization** and troubleshooting
* **Security implementation** and compliance requirements


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/run-the-platform/networking/network-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
