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

4 lines
57 B
Bash
Raw Normal View History

2019-10-25 11:37:27 +02:00
#!/bin/sh
ip l set tun0 up
ip a a 172.16.2.1/28 dev tun0