1 Star 0 Fork 5

xieyl / OpenHarmonyEmulator

forked from spritek / OpenHarmonyEmulator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qemu-ifup 196 Bytes
一键复制 编辑 原始数据 按行查看 历史
SingularSecurityLab 提交于 2020-12-18 19:18 . init
#!/bin/sh
sudo brctl addbr br0
sudo tunctl -t tap100
sudo ifconfig tap100 0.0.0.0 up
sudo ifconfig br0 192.168.1.1 up
sudo brctl addif br0 tap100
sudo echo 1 > /proc/sys/net/ipv4/ip_forward
C
1
https://gitee.com/xieylds/open-harmony-emulator.git
git@gitee.com:xieylds/open-harmony-emulator.git
xieylds
open-harmony-emulator
OpenHarmonyEmulator
master

搜索帮助