This repository has been archived on 2019-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
rip-vm2/partage/configure-tun.sh
COLIN Cyril 2642e66fde lol
2019-10-25 11:37:27 +02:00

4 lines
57 B
Bash
Executable File

#!/bin/sh
ip l set tun0 up
ip a a 172.16.2.1/28 dev tun0