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