The /29 subnet

A /29 subnet uses the mask 255.255.255.248 and holds 8 addresses, 6 of them usable.

/29
Prefix length
255.255.255.248
Subnet mask
0.0.0.7
Wildcard mask
6
Usable hosts

A /29 splits a /24 into smaller pieces: 8 addresses and 6 usable hosts, with the mask 255.255.255.248. It is a tidy size for a small VLAN, a DMZ, or a rack of servers.

Right-sizing a subnet to a /29 avoids wasting a full /24 on a handful of hosts. The wildcard mask 0.0.0.7 is the form you use in access lists and firewall rules to match this range.

Below you can see the exact network, broadcast, and host range for any /29 you enter, calculated instantly in your browser.

Calculate a /29 network

Accepts CIDR (192.0.2.0/24), IP + mask (192.0.2.0 255.255.255.0), or a bare IP (defaults to /24).

Network address192.0.2.0
Usable host range192.0.2.1 - 192.0.2.6
Broadcast address192.0.2.7
Usable hosts6
Subnet mask255.255.255.248
Wildcard mask0.0.0.7
CIDR notation192.0.2.0/29
Total addresses8
IP (binary)11000000.00000000.00000010.00000000
Mask (binary)11111111.11111111.11111111.11111000
Try:

Example: 192.0.2.0/29

Taking 192.0.2.0/29 as a worked example, the block breaks down like this:

Network address192.0.2.0
Usable range192.0.2.1 - 192.0.2.6
Broadcast address192.0.2.7
Total addresses8
Usable hosts6
Size1/32 of a class C block

Frequently asked questions

What is the subnet mask for a /29?

A /29 uses the subnet mask 255.255.255.248. Its wildcard mask, used in access lists, is 0.0.0.7.

How many hosts are in a /29 subnet?

A /29 has 8 total addresses and 6 usable hosts (the total minus the network and broadcast addresses, except for /31 and /32).

What is a /29 used for?

Small subnet. It is equivalent to 1/32 of a class C block.

How do I calculate a /29 network?

Set the host bits to zero for the network address and to one for the broadcast address. The calculator on this page does it for any /29 block you enter.