Skip to content

Commit 6b2b01e

Browse files
author
Jill Grant
authored
Merge pull request #287030 from asudbring/us314821-sfi-image-media-folders
Replaced public IPs with values approved for documentation - SFI Image remediation
2 parents 0a21bb5 + 5c5726b commit 6b2b01e

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed
-7.47 KB
Loading
-11.2 KB
Loading
-7.87 KB
Loading
-12 KB
Loading

articles/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -511,13 +511,13 @@ Before you can validate outbound connectivity, make not of the IPv4, and IPv6 pu
511511

512512
1. Select **public-ip-nat**.
513513

514-
1. Make note of the address in **IP address**. In this example, it's **20.230.191.5**.
514+
1. Make note of the address in **IP address**. In this example, it's **203.0.113.5**.
515515

516516
1. Return to **Public IP addresses**.
517517

518518
1. Select **public-ip-ipv6**.
519519

520-
1. Make note of the address in **IP address**. In this example, it's **2603:1030:c02:8::14**.
520+
1. Make note of the address in **IP address**. In this example, it's **2001:DB8::14**.
521521

522522

523523
# [**CLI**](#tab/dual-stack-outbound-cli)
@@ -540,7 +540,7 @@ azureuser@Azure:~$ az network public-ip show \
540540
--name public-ip-nat \
541541
--query ipAddress \
542542
--output tsv
543-
40.90.217.214
543+
203.0.113.5
544544
```
545545

546546
### IPv6
@@ -559,7 +559,7 @@ azureuser@Azure:~$ az network public-ip show \
559559
--name public-ip-ipv6 \
560560
--query ipAddress \
561561
--output tsv
562-
2603:1030:c04:3::4d
562+
2001:DB8::14
563563
```
564564

565565
---
@@ -590,7 +590,7 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
590590

591591
```output
592592
azureuser@vm-1:~$ curl -4 icanhazip.com
593-
20.230.191.5
593+
203.0.113.5
594594
```
595595

596596
1. At the command line, enter the following command to verify the IPv4 address.
@@ -601,7 +601,7 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
601601

602602
```output
603603
azureuser@vm-1:~$ curl -6 icanhazip.com
604-
2603:1030:c02:8::14
604+
2001:DB8::14
605605
```
606606

607607
1. Close the bastion connection to **vm-1**.
@@ -628,7 +628,7 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
628628

629629
```output
630630
azureuser@vm-1:~$ curl -4 icanhazip.com
631-
40.90.217.214
631+
203.0.113.5
632632
```
633633

634634
1. At the command line, enter the following command to verify the IPv4 address.
@@ -639,7 +639,7 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
639639

640640
```output
641641
azureuser@vm-1:~$ curl -6 icanhazip.com
642-
2603:1030:c04:3::4d
642+
2001:DB8::14
643643
```
644644

645645
1. Close the bastion connection to **vm-1**.
16.4 KB
Loading
16.4 KB
Loading
10.7 KB
Loading
-3.05 KB
Loading

0 commit comments

Comments
 (0)