public void operationComplete(FutureBootstrap future) throws Exception {
if (future.isSuccess()) {
// setup relay
LOG.debug("bootstrap completed");
final FutureRelay futureRelay = new FutureRelay();
final DistributedRelay distributedRelay = startSetupRelay(futureRelay);
futureBootstrapNAT.futureRelay(futureRelay);
futureRelay.addListener(new BaseFutureAdapter<FutureRelay>() {
@Override
public void operationComplete(FutureRelay future) throws Exception {