Skip to content

Commit 9485449

Browse files
Update ipv6-configure-standard-load-balancer-template-json.md
Updating to ULA IPv6 address space in examples
1 parent 56d7888 commit 9485449

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/ipv6-configure-standard-load-balancer-template-json.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Template section to add:
7373
"protocol": "Tcp",
7474
"sourcePortRange": "33819-33829",
7575
"destinationPortRange": "5000-6000",
76-
"sourceAddressPrefix": "2001:db8:deca:deed::/64",
77-
"destinationAddressPrefix": "2001:db8:deca:deed::/64",
76+
"sourceAddressPrefix": "fd00:db8:deca:deed::/64",
77+
"destinationAddressPrefix": "fd00:db8:deca:deed::/64",
7878
"access": "Allow",
7979
"priority": 1003,
8080
"direction": "Inbound"
@@ -96,9 +96,9 @@ If you're using a network virtual appliance, add IPv6 routes in the Route Table.
9696
{
9797
"name": "v6route",
9898
"properties": {
99-
"addressPrefix": "2001:db8:deca:deed::/64",
99+
"addressPrefix": "fd00:db8:deca:deed::/64",
100100
"nextHopType": "VirtualAppliance",
101-
"nextHopIpAddress": "2001:db8:ace:f00d::1"
101+
"nextHopIpAddress": "fd00:db8:ace:f00d::1"
102102
}
103103
```
104104

0 commit comments

Comments
 (0)