πIP Restriction
IP restrictions let you control which students can access an assignment based on their network location. By configuring IPv4 addresses or CIDR ranges, only students connecting from those addresses will be able to open and work on the assignment.

How IP Restriction Works
By default, all IP addresses are allowed to access an assignment.
Once one or more restrictions are added, only the specified IPv4 addresses or ranges are permitted.
At present, IPv6 addresses are not supported.
Adding IP Restrictions
Access the Settings Navigate to Assignment Settings > Access.
Add a Rule
Under IP Restriction, enter either:
A single IPv4 address (e.g.,
1.2.3.4
)A CIDR range (e.g.,
1.0.0.0/24
)
Save your changes by clicking + Add Rule or hitting CMD+Enter.
Use Student View to preview and confirm that only the allowed IP addresses can access the assignment.
Examples
1.2.3.4
β Only this single IP can access the assignment.1.0.0.0/24
β Allows all IPs from1.0.0.0
through1.0.0.255
.1.1.1.0/24
β Allows all IPs from1.1.1.0
through1.1.1.255
.
Misconfigured rules can prevent valid students from accessing, so always test with your own IP address before applying strict restrictions.
Last updated