I need a orginal confiq https://www.softaculous.com/board/index.php?tid=20396 <![CDATA[I need a orginal confiq]]> https://www.softaculous.com/board/index.php?tid=20396&tpg=1#p60010 You can refer to the wiki below to create a permanent bridge.https://www.virtualizor.com/docs/admin/kvm-bridge/#ubuntu-network-interface-file

Please let us know if you face any issues.]]>
Sat, 13 Sep 2025 22:48:22 GMT https://www.softaculous.com/board/index.php?tid=20396&tpg=1#p60010
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=20396&tpg=0#p60009
# Hetzner + Virtualizor Bridge - Alternative approach
network:
  version: 2
  renderer: networkd
  ethernets:
    enp6s0:
      dhcp4: no
      # Note: NOT setting dhcp6: no (matching Virtualizor demo)
     
  bridges:
    viifbr0:
      interfaces: [enp6s0]
      addresses:
        - 167.235.159.185/32
        - 2a01:4f8:2220:1d6f::2/64
      routes:
        - on-link: true
          to: 0.0.0.0/0
          via: 167.235.169.65
      gateway6: fe80::1
      nameservers:
        addresses:
          - 185.12.64.1
          - 2a01:4ff:ff00::add:2
          - 185.12.64.2
          - 2a01:4ff:ff00::add:1
      # NOT setting macaddress - let it inherit from enp6s0
      parameters:
        stp: false
        forward-delay: 0]]>
Sat, 13 Sep 2025 21:42:30 GMT https://www.softaculous.com/board/index.php?tid=20396&tpg=0#p60009