Configure the ESX firewall. Check the ESX firewall settings by running
esxcfg-firewall –q
and note any open ports. By default, Backup Exec uses a random port for backup. In thisexample we will use ports TCP 8192 - 8199 to run the backup job. Configure the firewall
on the ESX host to allow the following ports by using the associated commands:
esxcfg-firewall –o 10000,tcp,out,BackupExec (Backup Exec Agent)
esxcfg-firewall –o 10000,tcp,in,BackupExec (Backup Exec Agent )
esxcfg-firewall –o 6101,tcp,out,BackupExec (Backup Exec Agent Browser)
esxcfg-firewall –o 6102,tcp,out,BackupExec (Backup Exec Agent Browser)
esxcfg-firewall –o 8192,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8193,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8194,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8195,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8196,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8197,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8198,tcp,in,BackupExec (Specified Port for Backup)
esxcfg-firewall –o 8199,tcp,in,BackupExec (Specified Port for Backup)
Reload the firewall configuration by running the command:
esxcfg-firewall—load