snowflying / AzureVM-Router

Deploy Azure VM (Linux or Windows) with IP forwarding enabled to be used as Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying Azure VM as Router

Deploy Azure VM (Linux or Windows) with IP forwarder enabled to be used as Router. All deployments in this document assumes you have already and existing Virtual Network (VNET) and Subnet.

Deploy Linux VM as Router (IPv4 and IPv6) + NAT to Internet

This template deploys a Linux Router (Ubuntu 18.04-LTS) to an existing Virtual Network (VNET)/Subnet using a Single NIC + IP Forwarding Enabled.

Deploy To Azure Visualize

Deploy Windows VM as Router (IPv4 and IPv6)

This template deploys a Windows (Server 2019 Core - Small Disk) Router to an existing Virtual Network (VNET)/Subnet using a Single NIC + IP Forwarding Enabled.

Deploy To Azure Visualize

Roadmap

  • Add VMSS option for both Linux and Windows deployments
  • Add Accelerated Networking option
  • Make Public IP optional, enable or disable it (Currently deploys with Public IP assigned)

About

Deploy Azure VM (Linux or Windows) with IP forwarding enabled to be used as Router

License:MIT License


Languages

Language:Shell 97.1%Language:PowerShell 2.9%