19 lines
332 B
Bash
Executable File
19 lines
332 B
Bash
Executable File
#!/usr/local/bin/bash
|
|
|
|
# Copyright (c) 2018-2022, diyIT.org
|
|
# All rights reserved.
|
|
#
|
|
# BSD 2-Clause License ("Simplified BSD License" or "FreeBSD License")
|
|
# https://diyit.org/license/
|
|
#
|
|
#
|
|
|
|
# ./ibm.sh under tmux
|
|
|
|
ifconfig tun95 create
|
|
ifconfig tun95 inet 172.16.0.95 172.16.0.100
|
|
chmod 666 /dev/tun95
|
|
|
|
cd /data/Z110/CONF
|
|
# hercules
|