18 June 2025
Фотография
click to show
click to show
Sorry everyone, I provided the wrong installation method before, but now it has been resolved. I have successfully installed the latest PNETLAB V6. Next, I will give you the installation method, but during the testing phase, please be patient and wait until tomorrow at the latest.
AxelSorry everyone, I provided the wrong installation method before, but now it has been resolved. I have successfully installed the latest PNETLAB V6. Next, I will give you the installation method, but during the testing phase, please be patient and wait until tomorrow at the latest.
any idea when v7 is coming so we can get off 20.0.4?
Replymessage unavailable
List of notes in PNETLAB platform Group:
- apt_skip_ssl
- beta_group
- beta_v5
- beta_v6
- changelog_beta
- check-vt
- disable_wizard
- download_images
- fix_apt
- gcp_install
- generate_license
- ishare2
- mikrotik-template-v6
- nodes-troubleshooting
- passwords
- pnet_repo_fix
- proxy-fix
- recover_mysql
- recover-root-passwd
- remove_ishare
- reset_pnet
- resolv
- stable_v5
You can retrieve these notes by using /get notename, or #notename
СтарпёрИзМатрицы#beta_v6
📀 Installation instructions - PNetLab v6 BETA release
⚠️ Read the full instructions and important notes before starting the process. After you finish reading them, follow the process step by step.
Step 1
Download the Ubuntu Server 20.04 ISO and install the OS on a VM or bare metal.
Step 2
Run the installation script as root (copy-paste the full thing):
curl -sL https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/Focal/install_pnetlab_v6.sh | bash
After the installation script finishes running, reboot the server.
ℹ️ Important notes
- Make sure to enable Virtualization on your system BIOS and make sure your hardware supports nested virtualization.
Check if you meet the requirements by running:
grep -cw vmx /proc/cpuinfo
Check if KVM was installed correctly after the installation script finishes running:
kvm-ok
- When installed on GCP, skip the setup wizard by pressing CTRL + C after the first reboot and if you're tired of having to do that at every login, ask how to disable in this chat.
⚠️ Remember this version is still on beta so you might encounter bugs and unfinished features.
Mustafa Mustafa#gcp_install
How to install PNETLab on GCP
1. Open cloud console in GCP once you are in the CLI, run below command depending on the PNETLab version you want to install.
- PNETLab version 5 (Ubuntu 18.04):
gcloud compute images create nested-ubuntu-bionic --source-image-family=ubuntu-1804-lts --source-image-project=ubuntu-os-cloud --licenses https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx
- PNETLab version 6 (Ubuntu 20.04):
gcloud compute images create nested-ubuntu-focal --source-image-family=ubuntu-2004-lts --source-image-project=ubuntu-os-cloud --licenses https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx
2. Create a VM instance with the specs you want.
Recommendations:
CPU: Intel CPUs Skylake or Cascade
Disk: SSD for better performance
- For the boot disk, select the nested image that you created in step 1
- Allow HTTP and HTTPS traffic
- "Deploy a container image” must be UNCHECKED
- After the VM is created, ssh to it and switch to the root user:
sudo -i
3. Run the installation script for the corresponding PNETLab version: check the installation instructions for each version by issuing the command /notes in PNETLab's group.
Once installation is completed reboot the VM with this command:
reboot
Wait for few seconds while the VM reboots and ssh to it again.
When the setup wizard screen appears, press ctrl + c and type the below command to switch to the root user:
sudo -i
You'll get setup wizard again. When it asks you to enter your new root password, enter it twice, give a hostname of choice, domain name of choice, and select DHCP (don't use static ip ), and leave NTP blank.
And that's it. Enjoy PNETLab!
Replymessage unavailable
List of notes in PNETLAB platform Group:
- apt_skip_ssl
- beta_group
- beta_v5
- beta_v6
- changelog_beta
- check-vt
- disable_wizard
- download_images
- fix_apt
- gcp_install
- generate_license
- ishare2
- mikrotik-template-v6
- nodes-troubleshooting
- passwords
- pnet_repo_fix
- proxy-fix
- recover_mysql
- recover-root-passwd
- remove_ishare
- reset_pnet
- resolv
- stable_v5
You can retrieve these notes by using /get notename, or #notename
You guys can download pnetlab v6 qcow2 for proxmox from here. https://transfer.it/t/90np0cwl2RyA this link will not be up for long.
19 June 2025
Replymessage unavailable
If you're having an issue while executing apt update, try the solutions given below.
A N#generate_license
Файл
CiscoIOUKeygen.py · 1 KB · click to show
CiscoIOUKeygen.py · 1 KB · click to show
Instructions to generate iourc license
1. Move to the bin directory:
cd /opt/unetlab/addons/iol/bin/
2. Execute the keygen in that location with python2
python CiscoIOUKeygen.py > iourc
Done, iol images should be working now
⚠️ Notes:
- Install python2 if you don't have it installed.
- If the keygen does not exist in that directory, use the one attached to these notes.
- If you're using ishare2, you can just issue the command: ishare2 relicense
Ссылка
click to show
click to show
Hello everyone, this is Alex. I have made some instructions for fixing the problem that PNETLAB V6 cannot install PHP7.2. Please see my website.
https://xuepudong.github.io/pnetlabv6lib/