@@ -511,13 +511,13 @@ Before you can validate outbound connectivity, make not of the IPv4, and IPv6 pu
511
511
512
512
1 . Select ** public-ip-nat** .
513
513
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** .
515
515
516
516
1 . Return to ** Public IP addresses** .
517
517
518
518
1 . Select ** public-ip-ipv6** .
519
519
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** .
521
521
522
522
523
523
# [ ** CLI** ] ( #tab/dual-stack-outbound-cli )
@@ -540,7 +540,7 @@ azureuser@Azure:~$ az network public-ip show \
540
540
--name public-ip-nat \
541
541
--query ipAddress \
542
542
--output tsv
543
- 40.90.217.214
543
+ 203.0.113.5
544
544
```
545
545
546
546
### IPv6
@@ -559,7 +559,7 @@ azureuser@Azure:~$ az network public-ip show \
559
559
--name public-ip-ipv6 \
560
560
--query ipAddress \
561
561
--output tsv
562
- 2603:1030:c04:3::4d
562
+ 2001:DB8::14
563
563
```
564
564
565
565
---
@@ -590,7 +590,7 @@ Make note of both IP addresses. Use the IPs to verify the outbound connectivity
590
590
591
591
` ` ` output
592
592
azureuser@vm-1:~ $ curl -4 icanhazip.com
593
- 20.230.191 .5
593
+ 203.0.113 .5
594
594
` ` `
595
595
596
596
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
601
601
602
602
` ` ` output
603
603
azureuser@vm-1:~ $ curl -6 icanhazip.com
604
- 2603:1030:c02:8 ::14
604
+ 2001:DB8 ::14
605
605
` ` `
606
606
607
607
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
628
628
629
629
` ` ` output
630
630
azureuser@vm-1:~ $ curl -4 icanhazip.com
631
- 40.90.217.214
631
+ 203.0.113.5
632
632
` ` `
633
633
634
634
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
639
639
640
640
` ` ` output
641
641
azureuser@vm-1:~ $ curl -6 icanhazip.com
642
- 2603:1030:c04:3::4d
642
+ 2001:DB8::14
643
643
` ` `
644
644
645
645
1. Close the bastion connection to ** vm-1** .
0 commit comments