Private IP-Adresse

Nerd Cafe | نرد کافه

1. Private IP Addressing Introduction

Class
Private Range
Default Mask
Use in This Lab

Class A

10.0.0.0 – 10.255.255.255

255.0.0.0

Used for WAN link (10.0.0.0/30)

Class B

172.16.0.0 – 172.31.255.255

255.255.0.0

Used for Server Farm (172.16.11.0/24)

Class C

192.168.0.0 – 192.168.255.255

255.255.255.0

Used for PCs: 192.168.1.0/24 and 192.168.2.0/24

2. Scenario Overview

  • Goal: Practice how private IP addresses are applied in real networks. You will use:

    • LANs (Class C Private Address) for departments

    • Server subnet (Class B Private IP Address) for DNS/HTTP servers

    • WAN (Class A Private IP Address) between routers R1 and R2

  • Design:

    • Three VLANs:

      • Server-Farm (VLAN 2)

      • Computer-Dept (VLAN 3)

      • Physics-Dept (VLAN 4)

    • Core switch connecting everything with trunks

    • Router R1 does Router-on-a-Stick (subinterfaces for inter-VLAN routing)

    • R1 connected to R2 through WAN 10.0.0.0/30

3. Network Topology

4. Addressing Plan

Device
IP Address
Mask
Gateway

PC1 (VLAN 3)

192.168.1.100

/24

192.168.1.1

PC2 (VLAN 3)

192.168.1.101

/24

192.168.1.1

PC3 (VLAN 4)

192.168.2.100

/24

192.168.2.1

PC4 (VLAN 4)

192.168.2.101

/24

192.168.2.1

DNS Server

172.16.11.10

/24

172.16.11.1

HTTP Server

172.16.11.11

/24

172.16.11.1

R1 fa0/0.1 (VLAN 3)

192.168.1.1

/24

-

R1 fa0/0.2 (VLAN 4)

192.168.2.1

/24

-

R1 fa0/0.3 (VLAN 2)

172.16.11.1

/24

-

R1 S0/0/0

10.0.0.1

/30

-

R2 S0/0/0

10.0.0.2

/30

-

5. Device Configurations

A) Core Switch (SW-Core)

B) Server Farm Switch

C) Computer Dept Switch

D) Physics Dept Switch

E) Router R1 (Router-on-a-Stick)

F) Router R2

6. End Device Configuration

On each PC:

  • IP address = from addressing table

  • Subnet mask = 255.255.255.0

  • Default gateway = R1’s subinterface for that VLAN

  • DNS = 172.16.11.10

Example PC1:

Servers:

7. Testing & Verification

8. Cisco Packet Tracer (Version 6.2.0.0052)

💖 Support Our Work

If you find this post helpful and would like to support my work, you can send a donation via TRC-20 (USDT). Your contributions help us keep creating and sharing more valuable content.

Thank you for your generosity! 🙏

Keywords

Network IP , Broadcast IP , First IP (usable) , Last IP (usable) , Number of available IPs (hosts) , Subnet mask , Nerd Cafe , نرد کافه

Channel Overview

🌐 Website: www.nerd-cafe.ir

🌐 Website: www.nerd-cafe.ir

📺 YouTube: @nerd-cafe

🎥 Aparat: nerd_cafe

📌 Pinterest: nerd_cafe

📱 Telegram: @nerd_cafe

📝 Blog: Nerd Café on Virgool

💻 GitHub: nerd-cafe

Last updated