ChatCrawlersearch across public Telegram Open the app
P

PNETLAB platform Group

snapshot for September 2025
September 2025 ×
28 September 2025
N
AntoФотография
for win10 Set-ExecutionPolicy Unrestricted -Force; bcdedit /set hypervisorlaunchtype off; Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\DeviceGuard" -Name "EnableVirtualizationBasedSecurity" -Value 0 -Type DWORD -Force; Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" -Name "LsaCfgFlags" -Value 0 -Type DWORD -Force; Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -Restart -Force;
29 September 2025
T
Does anyone has experienced that vedges were properly configured and after a day some vedge interfaces cannot ping t he next-hop? but was configured befored that, a reboot only fix the issue.
A
Фотография
click to show
how can i download wireshak manually and setup it on PNetlab because the direct way from Pnetlab devices take long time and in the end it faild
R
Replymessage unavailable
To reset your PNETLab web login credentials use the following commands. For online mode: mode reset online For reset offline mode: mode reset offline
D
thank you for adding me here . glad to be here . thanks all
R
Cristian Matei#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.
R
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
Anyone used mobaxterm on win11 as default tenlet handler for EVE-NG
U
If someone has its script please share
30 September 2025
R
MPLS 31#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
Replymessage unavailable
📀 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.
Replymessage unavailable
Файл
MysqlRecovery.php · 15 KB · click to show
Instructions to recover MySQL database 1. Remove previous recovery file (if it exists): rm /opt/unetlab/html/store/app/Console/Commands/mysqlRecovery.php 2. Upload the attached file in this note to your VM through scp, FTP, rsync, or any other method you prefer. 3. Once the file is transferred copy it to this directory: /opt/unetlab/html/store/app/Console/Commands/ 4. Execute the PHP script by running: php /opt/unetlab/html/store/artisan mysql_recovery run Done!
R
Replymessage unavailable
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!
T
Hello, does anyone know what the Windows 10 qemu password is?
Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog