VMware

既是NAS又是软路由! 飞牛NAS安装OpenWrt/iStoreOS系统详细教程 ! Docker安装OpenWrt(CC字幕)



查看我的Bento:
订阅我的频道获取更多实用更新:
我的副频道:
telegram发布频道:
telegram交流群: (联系管理员审核加入)
=============================
奈飞/迪士尼(Netflix/Disney)会员折扣: (优惠码:XBLK)
ChatGPT/ 各类AI服务: (优惠码:XBLK)
============================
1、sudo -i (超级用户权限)
2、ifconfig(查看网口名称)
3、docker network create -d macvlan –subnet=192.168.x.0/24 –gateway=192.168.x.1 -o parent=网卡名 自定义macvlan名 (创建macvlan虚拟网卡)
4、查看虚拟网卡是否创建成功
5、docker run –restart always –name 自定义容器名 -d –network macvlan名称 –privileged 镜像名 /sbin/init  (创建容器并连接到macvlan网络)
6、docker exec -it 容器名 bash (进入容器内部)
7、vi /etc/config/network (修改lan口ip)
8、重启
============================
飞牛NAS详细安装教程:

#飞牛NAS#软路由#openwrt#向北

[ad_2]

source

Related Articles

18 Comments

  1. 按视频操作出现下面报错
    lbj@TNAS:~# docker run –restart always –name istoreos -d –network istoreosnet –privileged soroke/istoreos:21.02.2-2022071510-x86-64 /sbin/init

    3c84c5a47c92867c8105cffb81968855ab417c2e35180315b6e270a083daa0ed

    docker: Error response from daemon: failed to create the macvlan port: operation not supported.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button