scottslowe-learning-tools/docker-ipvlan/remote-provision.sh
Scott Lowe d85d5070af Commit new version of Docker+IPVLAN environment
Commit updated Vagrantfile, YAML data file, shell provisioning scripts, and updated README.md.
2016-03-21 23:32:56 -06:00

5 lines
123 B
Bash

#!/bin/bash
# Provision secondary network interface
sudo ip addr add 192.168.100.101/24 dev eth1
sudo ip link set eth1 up