Skip to content

Commit 9d5aaaf

Browse files
authored
Update network-requirements.md
removed gateway as it's no longer a requirement and added an example of configuration file
1 parent 8b5f12f commit 9d5aaaf

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

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

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,29 @@ 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+
azurestackhciprovider:
31+
<br> virtualnetwork:
32+
<br>        name: "mgmtvnet"
33+
<br>        vswitchname: "Default Switch"
34+
<br>        type: "Transparent"
35+
<br>        macpoolname: 
36+
<br>        vlanid: 0
37+
<br>        ipaddressprefix: 172.16.0.0/16
38+
<br>        gateway: 17.16.1.1
39+
<br>        dnsservers: 17.16.0.1
40+
<br>        vippoolstart: 172.16.250.0
41+
<br>        vippoolend: 172.16.250.254
42+
<br>        k8snodeippoolstart: 172.16.30.0
43+
<br>        k8snodeippoolend: 172.16.30.254
44+
3045
## General network requirements
3146

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

0 commit comments

Comments
 (0)