This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script expects that the ssh key authentication is set up between root@pve and root@pbs | |
# | |
# PBS server name | |
PBS_NAME=pve0 | |
# Broadcast ip of the interface of the local server where the PBS is reachable | |
PBS_BROADCASTIP=192.168.99.255 | |
# MAC address of the PBS server | |
PBS_MAC=90:1b:0e:aa:bb:cc |