blob: c5e84dd791e4422266eacc6ecb3328fc94be9ba0 [file] [log] [blame]
Eric Newberry0af79b62020-04-29 00:55:16 -07001#!/bin/bash
2# Configuration steps specific to docker instances of node A
3
4cat > /home/integ/.ssh/config <<EOF
5Host 192.168.*.*
6 StrictHostKeyChecking no
7EOF
8chown integ:integ /home/integ/.ssh/config
9
10ip route add 192.168.3.0/24 via 192.168.2.3
11ip -6 route add fd03::/64 via fd02::3