: Add "Next Hop" addresses for destinations outside the local subnet. Validate : Use a Subnet Calculator to verify your ranges. 💡 Pro Tips for Success
An IPv4 address consists of 32 bits divided into 4 octets (8 bits each), separated by dots (e.g., 192.168.1.1 ). Each octet ranges from 0 to 255. netpractice 42 tutorial
Requires an IP address, a subnet mask, and a . : Add "Next Hop" addresses for destinations outside
| Mistake | Fix | |---------|------| | Using /32 mask on a shared link | Use /24 or /30 for point-to-point, /24 for LANs | | Forgetting the return path | Ping requires bidirectional routing | | Using the same subnet twice | Each link needs a unique network address | | Wrong gateway on a PC | PC’s gateway must be the router’s IP on that same link | | Typing IPs that don’t match the mask | e.g., 192.168.1.256/24 (invalid) or 192.168.2.1/24 when network is 192.168.1.0 | Each octet ranges from 0 to 255
If you are a student at 42, you have likely encountered —the dreaded (or beloved) network configuration project. Unlike writing code, here you debug networks using a drag-and-drop interface. It tests your ability to calculate subnets, configure routes, and make devices talk to each other.
If you want to practice your subnetting skills or test a specific level configuration, tell me: What are you currently working on? The IP addresses, masks, and routes shown on your screen. Share public link
Switches do not change networks. Routers do.