4 lines
57 B
Bash
4 lines
57 B
Bash
|
#!/bin/sh
|
||
|
ip l set tun0 up
|
||
|
ip a a 172.16.2.1/28 dev tun0
|