My PBS server have two IP addresses on the same interface:
# ip a l dev bond0 | grep "inet "
inet x.x.x.230/24 scope global bond0
inet x.x.x.232/32 scope global bond0
I'd like PBS to use second one (x.x.x.232) for outgoing connections. Ideally for certain remotes, but if I could use second IP for all remotes it would be great too. How it can be done?
# ip a l dev bond0 | grep "inet "
inet x.x.x.230/24 scope global bond0
inet x.x.x.232/32 scope global bond0
I'd like PBS to use second one (x.x.x.232) for outgoing connections. Ideally for certain remotes, but if I could use second IP for all remotes it would be great too. How it can be done?