Skip to content

Commit

Permalink
Enabled IP Forwarding on internal NIC
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Sep 29, 2023
1 parent 2e0b597 commit e2b7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/link_template.vmss.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"name": "[concat('nic-config-subnet', add(copyIndex('networkInterfaceConfigurationNonLoadBalancingSubnetsCopyIt'), 1))]",
"properties": {
"primary": false,
"enableIPForwarding": false,
"enableIPForwarding": true,
"ipConfigurations": [
{
"name": "[concat('ip-config-subnet', add(copyIndex('networkInterfaceConfigurationNonLoadBalancingSubnetsCopyIt'), 1))]",
Expand Down

0 comments on commit e2b7e8d

Please sign in to comment.