Skip to content

Commit fe630d9

Browse files
authored
Merge pull request #226940 from alt-key/patch-1
Update network-requirements.md
2 parents 922347b + 9d95fcc commit fe630d9

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

articles/azure-arc/resource-bridge/network-requirements.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,31 @@ Static configuration is recommended for Arc resource bridge because the resource
1919

2020
The subnet of the IP addresses for Arc resource bridge must lie in the IP address prefix that is passed in the `ipaddressprefix` parameter of the `createconfig` command. The IP address prefix is the IP prefix that is exposed by the network to which Arc resource bridge is connected. It is entered as the subnet's IP address range for the virtual network and subnet mask (IP Mask) in CIDR notation, for example `192.168.7.1/24`. Consult your system or network administrator to obtain the IP address prefix in CIDR notation. An IP Subnet CIDR calculator may be used to obtain this value.
2121

22-
### Gateway
23-
24-
The gateway address provided in the `createconfig` command must be in the same subnet specified in the IP address prefix.
25-
2622
### DNS Server
2723

2824
DNS Server must have internal and external endpoint resolution. The appliance VM and control plane need to resolve the management machine and vice versa. All three must be able to reach the required URLs for deployment.
2925

26+
### Configuration file example
27+
28+
The example below highlights a couple key requirements for Arc resource bridge when creating the configuration files. The IPs for `k8snodeippoolstart` and `k8snodeippoolend` reside in the subnet range designated in `ipaddressprefix`. The `ipaddressprefix` is provided in the format of the subnet's IP address range for the virtual network and subnet mask (IP Mask) in CIDR notation.
29+
30+
```
31+
azurestackhciprovider:
32+
virtualnetwork:
33+
name: "mgmtvnet
34+
vswitchname: "Default Switch
35+
type: "Transparent"
36+
macpoolname
37+
vlanid: 0
38+
ipaddressprefix: 172.16.0.0/16
39+
gateway: 17.16.1.1
40+
dnsservers: 17.16.0.1
41+
vippoolstart: 172.16.250.0
42+
vippoolend: 172.16.250.254
43+
k8snodeippoolstart: 172.16.30.0
44+
k8snodeippoolend: 172.16.30.254
45+
```
46+
3047
## General network requirements
3148

3249
[!INCLUDE [network-requirement-principles](../includes/network-requirement-principles.md)]

0 commit comments

Comments
 (0)