scottslowe-learning-tools/docker/ipvlan-l2/remote-provision.sh
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07: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