Skip to content

Commit

Permalink
Merge pull request #113 from jvhoof/UpdateNic2IPForwarding
Browse files Browse the repository at this point in the history
Enabled IP Forwarding on internal NIC
  • Loading branch information
alexLUyz authored Dec 14, 2023
2 parents bad6f29 + e2b7e8d commit 5a2e2cf
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 5a2e2cf

Please sign in to comment.