Custom Search

Friday, June 10, 2016

reserved IP Addresses in a network subnet

Network/Subnet cidr is '10.64.200.32/28' and you can allocate 12 IPs from this subnet.

Following Ips are got allocated from this subnet.
10.64.200.36
10.64.200.35
10.64.200.37
10.64.200.38
10.64.200.39
10.64.200.40
10.64.200.41
10.64.200.42
10.64.200.43
10.64.200.44
10.64.200.45
10.64.200.46

following addresses are reserved in this subnet.
10.64.200.32 -> host
10.64.200.33 -> gateway
10.64.200.34 -> service address
10.64.200.47 -> broadcast

2 comments:

  1. Service address:

    https://github.com/Juniper/contrail-controller/wiki/Subnet-Options

    In every subnet, one address is reserved for Gateway (when enabled) and another is reserved for Services. This Services address is used as the DHCP server address and can be seen in all the DHCP responses.
    The same address is also used as the DNS server address for the subnet if DNS name server is not configured. In such a case, this address will be sent as domain-name-server in DHCP response to the VM.
    'dns-server-address' is the corresponding field in ipam-subnets. If not set, this address will be auto-allocated from the subnet (typically .2 address from the subnet).

    ReplyDelete