zhu4500645 发表于 2023-1-2 01:35

玩客云-Armbian23.02 安装 openwrt 新人必看避坑指南保姆级

本帖最后由 zhu4500645 于 2023-1-2 01:53 编辑

教程非原创只是折腾了一天看了N贴+B站教程才搞出来   为了使小白能少走弯路   一些小细节特说明一下


首先刷如Armbian23.02-直刷包-内核6.1 固件来源:https://www.right.com.cn/forum/thread-8246606-1-1.html

感谢   暮冬初一


先刷入以下固件
**** Hidden Message *****


刷机方法 硬件刷机就不说了,先拆机,短接(用一个螺丝刀直接放在需要短接的两个触点上就行 老版和1.3主板短接点不一样注意区分),插入双公头USB线,用USB_Burning_Tool刷机成功。(论坛里面教程很多,各位可以搜索一下。)


刷完以上固件就到了刷openwrt了   以下教程参考https://www.right.com.cn/forum/f ... &page=1#pid17983882
感谢 DreamWsbg
然后使用FinalShell或者putty选择ssh登录    初始账号密码root密码 1234
**** Hidden Message *****


旁路由设置
openwrt进入后台后直接点系统菜单下的设置向导在旁路由上点√    旁路由下面的ipv4网关设置为主路由Ip


然后在网络菜单下的接口菜单里   在点LAN接口后面的编辑   把桥接改为eth0


最后在把网络菜单下面的   防火墙里的转发打开就可以上网了


如果想添加小猫咪在系统菜单下软件包菜单筛选里输入 open   就筛选出来了自行安装即可



snqig 发表于 2023-2-20 09:59

Last login: Mon Feb 20 01:53:59 2023 from 192.168.0.189 root@onecloud:~# apt install docker.io Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed:   containerd runc tini Suggested packages:   containernetworking-plugins docker-doc aufs-tools debootstrap rinse   rootlesskit xfsprogs zfs-fuse | zfsutils-linux Recommended packages:   apparmor cgroupfs-mount needrestart criu The following NEW packages will be installed:   containerd docker.io runc tini 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. Need to get 43.1 MB of archives. After this operation, 190 MB of additional disk space will be used. Do you want to continue? Y Get:1 http://deb.debian.org/debian bullseye/main armhf runc armhf 1.0.0~rc93+ds1-5+deb11u2 Get:2 http://deb.debian.org/debian bullseye/main armhf containerd armhf 1.4.13~ds1-1~deb11u3 Get:3 http://deb.debian.org/debian bullseye/main armhf tini armhf 0.19.0-1 Get:4 http://deb.debian.org/debian bullseye/main armhf docker.io armhf 20.10.5+dfsg1-1+deb11u2 Fetched 43.1 MB in 39s (1,100 kB/s) Selecting previously unselected package runc. (Reading database ... 39016 files and directories currently installed.) Preparing to unpack .../runc_1.0.0~rc93+ds1-5+deb11u2_armhf.deb ... Unpacking runc (1.0.0~rc93+ds1-5+deb11u2) ... Selecting previously unselected package containerd. Preparing to unpack .../containerd_1.4.13~ds1-1~deb11u3_armhf.deb ... Unpacking containerd (1.4.13~ds1-1~deb11u3) ... Selecting previously unselected package tini. Preparing to unpack .../tini_0.19.0-1_armhf.deb ... Unpacking tini (0.19.0-1) ... Selecting previously unselected package docker.io. Preparing to unpack .../docker.io_20.10.5+dfsg1-1+deb11u2_armhf.deb ... Unpacking docker.io (20.10.5+dfsg1-1+deb11u2) ... Setting up runc (1.0.0~rc93+ds1-5+deb11u2) ... Setting up tini (0.19.0-1) ... Setting up containerd (1.4.13~ds1-1~deb11u3) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up docker.io (20.10.5+dfsg1-1+deb11u2) ... Adding group `docker' (GID 117) ... Done. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. Processing triggers for man-db (2.9.4-2) ...

骑猪男孩 发表于 2023-1-21 20:58

root@onecloud:~# docker -v
Docker version 20.10.5+dfsg1, build 55c4c88
root@onecloud:~# ip link set eth0 promisc on
root@onecloud:~# docker network create -d macvlan --subnet=192.168.2.0/24 --gateway=192.168.2.1 -o parent=eth0 macnet
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
这咋办捏,docker运行不了,报错说这个

zhou115466119 发表于 2023-1-24 11:53

docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.2 -o parent=eth0 macnet [↑自己根据 玩客云 所在网段修改,如:玩客云IP:192.168.1.175,则192.168.0.0/24 改成 192.168.1.0/24,192.168.0.1改成主路由地址]---这里看不懂啊,是不是写错了,到这步就搞不下去了,老是显示Pulling fs layer

花花科技网络 发表于 2023-1-2 02:24

第一11111

冯老师 发表于 2023-1-2 02:26

可以 非常棒!

lit 发表于 2023-1-2 03:47

谢谢楼主分享

hukky 发表于 2023-1-2 08:53

多谢分享了啊

jiwanghui 发表于 2023-1-2 09:48

学习一下

龙飞凤舞 发表于 2023-1-2 09:52

支持分享

smilelzg 发表于 2023-1-2 10:23

RE: 玩客云-Armbian23.02 安装 openwrt 新人必看避坑指南保姆级 [修改]

861409665 发表于 2023-1-2 10:29

玩客云好像是百兆口吧

erdospj 发表于 2023-1-2 10:36

说了些什么

gdjshsl 发表于 2023-1-2 10:45

谢谢楼主分享

bjyangshuo82 发表于 2023-1-2 11:30

:):(:D:'(

小白人 发表于 2023-1-2 12:03

支持一下,试试

80434315 发表于 2023-1-2 12:09


学习一下

1072314512 发表于 2023-1-2 12:20

可以 非常棒!
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 玩客云-Armbian23.02 安装 openwrt 新人必看避坑指南保姆级