Skip to main content

Posts

Showing posts from 2024

OVA import to Proxmox.

 .OVA (   Open Virtual Appliance)  import to Proxmox. We need to download or export any Virtual Machine to .OVA format I am downloading https://us-ord-1.linodeobjects.com/packetfence-zen/v14.0.0/PacketFence-ZEN-v14.0.0.zip Extract the.zip format and again extract the .OVA by 7z Application: Copy the PacketFence-ZEN-v14.0.0-disk1 file to the proxmox server at the /tmp directory: Create a Virtual machine: Detached & removed the disk: For KVM RAW file: qm importdisk 102 anyfile-KVM.raw local-lvm We can log in and enjoy the OVA at proxmox :) Thanks, Naresh Mahato.

tcptrace at Linux systems Ubuntu/RPM Based

 We always faced issues at the enterprise network about the TCP traffic. I am sharing my view of troubleshooting for tcp ports that are blocked by the firewall, which needs to be confirmed by the systems, is it being accessible ? or where is being stuck or where it is getting dropped. Ubuntu / Debian: Thanks, Naresh Mahato.

HPE Comware Stack Configuration

HPE Comware Stack Configuration Requirements: Device: Same model  IOS: Same Version IRF Connectivity: Stack Cable   Hardware and Software should be the same version: Switch 1: irf member 1 renumber 1 irf member 1 priority 32  interface Ten-GigabitEthernet 1/0/28 shutdown irf-port 1/1 port group interface Ten-GigabitEthernet 1/0/28 irf mac-address persistent always irf-port-configuration active quit save f ------------------------------------------------------------------------------------ Switch 2: irf member 1 renumber 2 irf member 2 priority 30  interface Ten-GigabitEthernet 1/0/28 shutdown irf-port 1/2 port group interface Ten-GigabitEthernet 1/0/28 irf-port-configuration active quit save f reboot ---------------------------------------------------------------------------------------------- IRF Verification: display irf topology display irf link display irf topology display irf-port load-sharing mode The IRF configuration has been down and verified now.   ...