OpenWRT를 Raspberry PI4에 넣기
3707 단어 RaspberryPi4openwrt
Raspberry PI4를 라우터로 만들기
BusyBox v1.31.1 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r12230-5715b21f80
-----------------------------------------------------
BusyBox v1.31.1 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r12230-5715b21f80
-----------------------------------------------------
SD 카드에 이미지 쓰기
$ cd /tmp
$ wget https://downloads.openwrt.org/snapshots/targets/brcm2708/bcm2711/openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img.gz
$ gunzip openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img.gz
$ sudo dd if=/tmp/openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img of=/dev/sdX bs=2M conv=fsync
네트워크 설정
$ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 0 0 0 eth0
192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.8.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
네트워크를 확인합니다.
RaspberryPi에 전원을 켜고 로그인
# uci set network.lan.ipaddr=192.168.8.22
# uci set network.lan.gateway=192.168.8.1
# uci set network.lan.dns=192.168.8.1
# uci commit
# service network restart
ssh로 로그인하여 비밀번호 설정
$ ssh [email protected]
# passwd
Changing password for root
New password:
Bad password: too weak
Retype password:
passwd: password for root changed by root
LuCI 설치
# opkg update
# opkg install luci
# opkg install \
luci-i18n-base-ja \
luci-i18n-firewall-ja \
luci-i18n-opkg-ja
# service uhttpd restart
아래는 LuCI 일본어 패키지입니다.
RaspberryPi의 주소에 브라우저 액세스
ssh 공개 키 추가
시스템 > 관리 화면 > SSH 키
무선 네트워크 설정
네트워크> 무선
무선 LAN 편집
디폴트의 값인 채로, Legacy
(으)로 설정하면(자) 잘 갔습니다.
단말기로부터의 접속을 할 수 있으면, 이런 화면이 될 것입니다.
작동 주파수: N 모드를 원합니다
우선 3자리 MB는 갖고 싶기 때문에 향후 조사합니다.
부록
마운트 설치
# opkg update
# opkg install block-mount
사용자 추가 이스톨
# opkg update
# opkg install shadow-useradd
참고
$ cd /tmp
$ wget https://downloads.openwrt.org/snapshots/targets/brcm2708/bcm2711/openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img.gz
$ gunzip openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img.gz
$ sudo dd if=/tmp/openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img of=/dev/sdX bs=2M conv=fsync
$ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 0 0 0 eth0
192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.8.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
네트워크를 확인합니다.
RaspberryPi에 전원을 켜고 로그인
# uci set network.lan.ipaddr=192.168.8.22
# uci set network.lan.gateway=192.168.8.1
# uci set network.lan.dns=192.168.8.1
# uci commit
# service network restart
ssh로 로그인하여 비밀번호 설정
$ ssh [email protected]
# passwd
Changing password for root
New password:
Bad password: too weak
Retype password:
passwd: password for root changed by root
LuCI 설치
# opkg update
# opkg install luci
# opkg install \
luci-i18n-base-ja \
luci-i18n-firewall-ja \
luci-i18n-opkg-ja
# service uhttpd restart
아래는 LuCI 일본어 패키지입니다.
RaspberryPi의 주소에 브라우저 액세스
ssh 공개 키 추가
시스템 > 관리 화면 > SSH 키
무선 네트워크 설정
네트워크> 무선
무선 LAN 편집
디폴트의 값인 채로,
Legacy
(으)로 설정하면(자) 잘 갔습니다.단말기로부터의 접속을 할 수 있으면, 이런 화면이 될 것입니다.
작동 주파수: N 모드를 원합니다
우선 3자리 MB는 갖고 싶기 때문에 향후 조사합니다.
부록
마운트 설치
# opkg update
# opkg install block-mount
사용자 추가 이스톨
# opkg update
# opkg install shadow-useradd
참고
Reference
이 문제에 관하여(OpenWRT를 Raspberry PI4에 넣기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/YujiroTakahashi/items/b1ad93c9f5538e4f71e5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)