If external PublicNet nodes cannot discover your instance, double-check that your cloud provider's external security groups (AWS Security Groups, DigitalOcean Firewalls, etc.) mirror the rules configured in your local UFW setup.
fusion13 init --network publicnet --datadir /var/lib/fusion13/data --config /etc/fusion13/node-config.toml Use code with caution. 4. Configuration Tuning for PublicNet
: Run the setup script with root/administrator access privileges to extract underlying kernel modules. fusion13combined publicnet install
Input the peer addresses you intend to connect with.
# Block all incoming by default, allow all outgoing sudo ufw default deny incoming sudo ufw default allow outgoing # Open SSH access (customize port if using a non-standard SSH port) sudo ufw allow 22/tcp # Open Fusion 13 P2P Discovery and Sync Ports sudo ufw allow 8333/tcp sudo ufw allow 8333/udp # Open RPC API Port (ONLY allow from trusted monitoring IPs, do not expose to public) sudo ufw allow from 192.168.1.50 to any port 8545 proto tcp # Enable the firewall sudo ufw enable Use code with caution. 3. Step-by-Step Fusion 13 Combined Installation If external PublicNet nodes cannot discover your instance,
sudo ./fusion13combined-install.sh --mode=combined --network=publicnet --interface=eth1 Use code with caution.
Linux (Ubuntu 20.04+ or CentOS 8 recommended) or Windows Server 2019+. Hardware: Minimum 8GB RAM and a quad-core processor. Configuration Tuning for PublicNet : Run the setup
100 GB NVMe SSD (Provisioned for high I/O operations).
Populate your compose file with the structural services required for the combined stack:
This article has provided a thorough guide to the processes hinted at by the keyword "fusion13combined publicnet install". From a fresh VMware Fusion 13 installation to the specific configuration of a "publicnet" bridged network and the final creation and optimization of a fully integrated virtual machine, you are now equipped to handle various modern virtualization tasks on your Mac. If you have any further questions or need clarification on specific steps, referring to the official VMware Fusion documentation or community forums is an excellent next step.