In this beginner-friendly video, we explain how to use VPCs (Virtual PCs) in EVE-NG for networking labs.
You’ll learn how to configure IP addresses, set default gateways, test connectivity with ping, use DHCP, and avoid common mistakes beginners make when working with VPCs in EVE-NG.
VPCs are lightweight end hosts used for quick testing in routing and switching labs, making them perfect for CCNA and CCNP practice.
🔧 What you’ll learn in this video:
What VPC is in EVE-NG and when to use it
How to add a VPC node to a lab
Basic VPC console commands
Configure static IP and default gateway
Test connectivity using ping
Use DHCP on a VPC
Name VPCs for better lab organization
Common VPC configuration mistakes
When NOT to use VPCs
🧪 Common VPC Commands Used:
Open VPC help:
help
show
Configure static IP:
ip 192.168.1.10/24
Configure IP with default gateway:
ip 192.168.1.10/24 192.168.1.1
Verify IP configuration:
show ip
Test connectivity:
ping 192.168.1.1
ping 192.168.1.20
Use DHCP:
ip dhcp
show ip
Set VPC name:
set pcname PC1
Extra useful commands:
clear ip
save
trace 8.8.8.8
⚠️ Common mistakes to avoid:
Wrong subnet mask
Missing default gateway
Wrong VLAN or switch port
Router interface shutdown
IP mismatch between router and VPC
📌 Don’t use VPCs if you need:
GUI access
Web browsing
Full OS behavior
Use Linux or Windows nodes instead.
If this video helped you, like 👍, subscribe 🔔, and comment if you want VLAN, routing, or CCNA-style labs next.
Thanks for watching!