My netplan configuration for Palo Alto VM-Series Software Firewall in Ubuntu KVM Host
Subject: My netplan configuration for Palo Alto VM-Series Software Firewall in Ubuntu KVM Host
Good day from Singapore,
I have just bought a refurbished/used/2nd hand firewall appliance with Intel Celeron J4125 processor, 8 GB RAM and 128 GB SSD for SGD$120 at Boon Keng MRT station (near 7-11) in Singapore on 27 Mar 2025 Thursday at about 6.45 pm in the evening.
After the purchase, I have installed Ubuntu Desktop 22.04.5 LTS in this firewall appliance.
This is my netplan configuration (/etc/netplan/01-netcfg.yaml).
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
dhcp4: no
enp2s0:
dhcp4: no
enp3s0:
dhcp4: no
enp4s0:
dhcp4: no
bridges:
br0:
interfaces: [enp1s0]
dhcp4: yes
br1:
interfaces: [enp2s0]
dhcp4: yes
br2:
interfaces: [enp3s0]
dhcp4: yes
br3:
interfaces: [enp4s0]
dhcp4: yes
I have tried adjusting many Linux-KVM hypervisor parameters and virtual machine parameters. In addition, I have also tried reinstalling the disk image and performing factory reset in maintenance mode in the Palo Alto VM-Series software firewall.
No matter what I do, I still cannot login to the Palo Alto VM-Series Software Firewall on Ubuntu KVM Host.
When I try to login to the Palo Alto VM-Series software firewall with the default username of admin, I get the following errors:
vm login: admin
2025-03-27 09:18:02.709 -0700 Error: sysd_construct_sync_importer(sysd_sync.c:360): sysd_sync_register() failed: (111) Unknown error code
2025-03-27 09:18:03.711 -0700 Error: sysd_construct_sync_importer(sysd_sync.c:360): sysd_sync_register() failed: (111) Unknown error code
2025-03-27 09:18:04.713 -0700 Error: sysd_construct_sync_importer(sysd_sync.c:360): sysd_sync_register() failed: (111) Unknown error code
2025-03-27 09:18:05.716 -0700 Error: sysd_construct_sync_importer(sysd_sync.c:360): sysd_sync_register() failed: (111) Unknown error code
2025-03-27 09:18:06.718 -0700 Error: sysd_construct_sync_importer(sysd_sync.c:360): sysd_sync_register() failed: (111) Unknown error code
Error: unable to connect to Sysd
Password:
Login incorrect
Any advice would be appreciated.
Over the upcoming long weekend, I will be reading up the following discussion threads carefully and in more detail.
[1] PA500 boot error with message "unable to connect to Sysd" and NIC in dataplane does not worked.
Link: https://live.paloaltonetworks.com/t5/general-topics/pa500-boot-error-with-message-quot-unable-to-connect-to-sysd/td-p/438263
[2] Palo Alto VM won't boot past vm-login
Link: https://www.reddit.com/r/gns3/comments/1gm8xns/comment/m9bq9k6/
[3] Palo Alto Networks VM
Link: https://forum.proxmox.com/threads/palo-alto-networks-vm.101431/
[4] Google Search with Generative AI: how to switch kvm from i440fx to q35
Thank you.
Regards,
Mr. Turritopsis Dohrnii Teo En Ming
Singapore
REFERENCES
=============
[1] https://lists.ubuntu.com/archives/ubuntu-users/2025-March/314192.html
[2] https://marc.info/?l=ubuntu-users&m=174309340909951&w=2
Comments
Post a Comment