29 January 2026
༺ꃲ༻Disable @libra3232 Hyper visor
Open PS as Admin
bcdedit /set hypervisorlaunchtype off
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Disable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
Windows Security Device Security Core Isolation Core Isolation Details Memory Integrity Off
and Restart
༺ꃲ༻Open PS as Admin
bcdedit /set hypervisorlaunchtype off
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Disable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
Windows Security Device Security Core Isolation Core Isolation Details Memory Integrity Off
and Res
And select Intel VTx in VM CPU option
Jefferson Silvatext not yet in the index
The issue has been fixed. On the vMX I connect the interfaces to the forwarding plane (the switch icon) and on the vQFX I did the same, but that doesn’t work. Now I have the interfaces connected to the routed plane (the router icon) and all works now. For the vQFX I am on 19.x though. I am looking for 21.3 though.
Bitje 志士雄The issue has been fixed. On the vMX I connect the interfaces to the forwarding plane (the switch icon) and on the vQFX I did the same, but that doesn’t work. Now I have the interfaces connected to the routed plane (the router icon) and all works now. For the vQFX I am on 19.x though. I am looking f
Please assist how that connections are happening
Satish 🌱SEED DulipudiPlease assist how that connections are happening
I will share my unl file when I am at home
AAny one have tutorial how to install SW 9000 series in pnetlap ?
Please check the /notes to see the list of installation instructions
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
None#download_images
If you're looking to download images to use on PNETLab, visit LabHub or use ishare2.
A#ishare2
ishare2:
ishare2 installation instructions
Ensure your DNS is functioning correctly by pinging GitHub or Google:
ping raw.githubusercontent.com
0. (Optional) Remove old ishare2 configuration files:
rm -rf /opt/ishare2/ && rm -rf /usr/sbin/ishare2
1. Run the quick one-line installation command:
wget -O /usr/sbin/ishare2 https://raw.githubusercontent.com/ishare2-org/ishare2-cli/main/ishare2 && chmod +x /usr/sbin/ishare2 && ishare2
2. Enjoy ishare2!
Extra notes:
- If you face errors downloading images with ishare2 run:
ishare2 config
Then press enter in all questions to use the default configuration.
- If you encounter any errors while configuring ishare2 related to the site i-share.top, send #remove_ishare to this chat to learn how to fix it.
See more installation methods in the GitHub README
Daniel#check-vt
To check virtualization, do the following:
Run this:
kvm-ok
Then this:
grep -cw vmx /proc/cpuinfo
And check the results. If CPU returns 0 or KVM is not supported, then enable virtualization on your VM.
sanФотография
Ссылка
click to show
click to show
My workaround on running pnetlab version 6 on windows 11 25H2 with handbook:
* used eve-ng faq section
https://www.eve-ng.net/wp-content/uploads/2025/03/EVE-Doc-2025-Enable-Win11-virtualization.pdf except dont modify winload.efi
* check bootloader
bcdedit /enum, find value hypervisorlaunchtype is set to auto
sourcehttps://stackoverflow.com/questions/58031941/how-to-get-virtualbox-6-0-and-wsl-working-at-the-same-time#comment134690210_58478688
* reboot windows host os
* when run vmware workstation 25H2 and wsl2 with nested virtualuzation together
Information Windows build
[System.Environment]::OSVersion
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.26200.0 Microsoft Windows NT 10.0.26200.0
#nested #virtualization #handbook #windows #vmware #workstation
Satish 🌱SEED DulipudiPlease assist how that connections are happening
Файл
juniper-virtual-platform-connectivity-architecture.pdf · 33 KB · click to show
juniper-virtual-platform-connectivity-architecture.pdf · 33 KB · click to show
This is the answer. You must wait for the forwarding plane to come online, it will take a while ;)
Go here to download the pod in .unl format;
https://rickmur.com/jncie-dc-lab-in-eve-ng/
HostRoute#fix_apt
Troubleshooting steps for broken APT
1. Ensure you have an active internet connection.
- Test your connection by pinging google.com, 8.8.8.8, 1.1.1.1, or your preferred service provider.
- Check your DNS configuration.
2. Follow the steps to remove i-share.top from the list of sources (Send #remove_ishare to see the instructions).
3. Confirm that all sources in /etc/apt/sources.list are reachable.
- If there's an error related to repo.pnetlab.com, check spelling and use the correct protocol (https://). If issues persist, share the error message with @pnetlab.
- If other packages in sources.list cause problems, temporarily remove them and check if apt works with apt update.
5. If the mentioned steps don't resolve the issue, use these search terms for further troubleshooting: "fix apt Ubuntu $version," "apt fails to update + $error message"
Recommended forums and resources for Ubuntu troubleshooting:
- Ask Ubuntu
- FOSS Linux
- Ubuntu Help