Posts

Feb 2025 Time Sheet for working at SBS Transit Ltd as Network Engineer

Image
 

[LINK ONLY] I have FINALLY SUCCEEDED in getting Palo Alto VM-Series Software Firewall 10.0.4 to work in Ubuntu Desktop 22.04.5 LTS KVM Host

Link:  https://live.paloaltonetworks.com/t5/vm-series-in-the-private-cloud/palo-alto-vm-series-software-firewall-keeps-shutting-down-in/td-p/1224746

I have FINALLY SUCCEEDED in getting Palo Alto VM-Series Software Firewall 10.0.4 to work in Ubuntu Desktop 22.04.5 LTS KVM Host

Subject: I have FINALLY SUCCEEDED in getting Palo Alto VM-Series Software Firewall 10.0.4 to work in Ubuntu Desktop 22.04.5 LTS KVM Host Author: Mr. Turritopsis Dohrnii Teo En Ming Country: Singapore Date: 2nd April 2025 Wednesday I have FINALLY SUCCEEDED in getting Palo Alto VM-Series Software Firewall 10.0.4 to work in Ubuntu Desktop 22.04.5 LTS KVM Host. Below are my FINAL notes. cd /etc/netplan/ sudo nano 01-netcfg.yaml My FINAL netplan configuration: network:   version: 2   renderer: networkd   ethernets:     enp1s0:       dhcp4: no     enp2s0:       dhcp4: no     enp3s0:       dhcp4: no     enp4s0:       dhcp4: no   bridges: # Management interface     br0:       interfaces: [enp1s0]       dhcp4: yes # WAN interface     br1: ...

[UPDATE 1] Overall Summary of Installing and Configuring Palo Alto VM-Series Software Firewall 10.0.4 in Ubuntu Desktop 22.04.5 LTS KVM Host

Subject: [UPDATE 1] Overall Summary of Installing and Configuring Palo Alto VM-Series Software Firewall 10.0.4 in Ubuntu Desktop 22.04.5 LTS KVM Host Author: Mr. Turritopsis Dohrnii Teo En Ming Country: Singapore Date: 31 Mar 2025 Monday DETAILED INSTRUCTIONS ======================= Download and install Ubuntu Desktop 22.04.5 LTS on a hardware appliance with 3 or 4 network interface cards. Please *DO NOT* install and run openssh-server, as Advanced Persistent Threats (APT) hackers may use this avenue to hack into your Ubuntu KVM host. On the morning of 30 March 2025 Sunday, Advanced Persistent Threats (APT) hackers hacked into my previous installation of Ubuntu KVM host and changed my netplan configuration. The APT hackers removed all the network interfaces from the network bridges. I have since erased and reinstalled my Ubuntu Desktop 22.04.5 LTS KVM host. Install KVM and Dependencies =============================== Run the following command to install KVM, Virt-Manager, and dependenc...

Palo Alto VM-Series Firewall is based on CentOS Linux

Subject: Palo Alto VM-Series Firewall is based on CentOS Linux Good day from Singapore, I have discovered that Palo Alto VM-Series Firewall is based on CentOS Linux. How can I find out what version of CentOS Linux is being used? I am interested in the Linux kernel version being used as well. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individuals in Singapore GIMP = Government-Induced Medical Problems REFERENCES ============= [1] https://lists.centos.org/hyperkitty/list/discuss@lists.centos.org/thread/DCDMN5UHVK73IZ7TZFJCOYZ5LKHDCTJ7/ [2] https://marc.info/?l=centos&m=174342626023627&w=2

Overall Summary of Installing and Configuring Palo Alto VM-Series Software Firewall 10.0.4 in Ubuntu Desktop 22.04.5 LTS KVM Host

Subject: Overall Summary of Installing and Configuring Palo Alto VM-Series Software Firewall 10.0.4 in Ubuntu Desktop 22.04.5 LTS KVM Host Author: Mr. Turritopsis Dohrnii Teo En Ming Country: Singapore Date: 31 Mar 2025 Monday DETAILED INSTRUCTIONS ======================= Download and install Ubuntu Desktop 22.04.5 LTS on a hardware appliance with 3 or 4 network interface cards. Please *DO NOT* install and run openssh-server, as Advanced Persistent Threats (APT) hackers may use this avenue to hack into your Ubuntu KVM host. On the morning of 30 March 2025 Sunday, Advanced Persistent Threats (APT) hackers hacked into my previous installation of Ubuntu KVM host and changed my netplan configuration. The APT hackers removed all the network interfaces from the network bridges. I have since erased and reinstalled my Ubuntu Desktop 22.04.5 LTS KVM host. Install KVM and Dependencies =============================== Run the following command to install KVM, Virt-Manager, and dependencies: sudo a...