TP-Link WiFi ルーター Archer AX23V の OpenWRT化(備忘録)

Amazonで販売しているAX23VのWiFiルータ
いろいろネットで調べてみると、

 

大量のアンテナが生えて横置き専用だったTP-Link Archer AX23(末尾Vなし)の日本仕様で、日本の狭い住宅を想定してアンテナ内蔵かつ縦置きになったものです。
https://monobook.org/wiki/TP-Link_Archer_AX23V


OpenWRTのサイトでも、

 

The TP-Link Archer AX23 is a wireless router with both 2.4 GHz and 5 GHz radios. It has five 1 gigabit/second Ethernet ports, and a moderately fast processor. Available since 2023. The device is sold as hardware revision v1.20 in certain regions but is identical and can be flashed with OpenWRT as well.

https://openwrt.org/toh/tp-link/archer_ax23_v1

とのことで、他国販売版は、v1.20ってことで、OpenWRTも動くよってことが書いてあり、



AX1800って書いてあるし、別リージョンとかでバージョン違っても、動くんだろうなぁ・・・と思いつつ、購入してみました。

Factoryイメージ
https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt7621/openwrt-23.05.3-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin
をダウンロードして、試してみましたが、結論として、ファームの更新できずという・・
シリアルつないで、U-BOOTからのTFTPはめんどくさいということで、どなたか、AX23V(JP)にFactoryイメージでOpenWRTのファームを入れた方いないかな?と思いつつ、

 

My AX23V(JP) is almost working well on 23.05 SNAPSHOT with pathched firmware-utils 11.
I have awared an issue with port numbers being reversed. The WAN port of the case is mapped to LAN-1, and the LAN-4 of the case is mapped to the WAN port.
I have not been resolve it but it has no practical problem when in use.

https://forum.openwrt.org/t/support-for-tp-link-ax23v-jp/196569/3


パッチ情報ありました。
ということで、このパッチをあてて、OpenWRTをコンパイル♩


小一時間ほどでコンパイル完了で、無事、バイナリが完成

$ ls -n bin/targets/ramips/mt7621/
合計 21660
-rw-r--r-- 1 1000 1000    1053  5月 13 16:21 config.buildinfo
-rw-r--r-- 1 1000 1000     395  5月 13 16:21 feeds.buildinfo
-rw-r--r-- 1 1000 1000 7227117  5月 13 16:23 openwrt-ramips-mt7621-tplink_archer-ax23-v1-initramfs-kernel.bin
-rw-r--r-- 1 1000 1000 7441635  5月 13 16:24 openwrt-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin
-rw-r--r-- 1 1000 1000 7472209  5月 13 16:24 openwrt-ramips-mt7621-tplink_archer-ax23-v1-squashfs-sysupgrade.bin
-rw-r--r-- 1 1000 1000    4663  5月 13 16:24 openwrt-ramips-mt7621-tplink_archer-ax23-v1.manifest
rwxr-xr-x 2 1000 1000    4096  5月 13 16:24 packages
-rw-r--r-- 1 1000 1000    1731  5月 13 16:24 profiles.json
-rw-r--r-- 1 1000 1000     844  5月 13 16:24 sha256sums
-rw-r--r-- 1 1000 1000      18  5月 13 16:21 version.buildinfo

上記の「openwrt-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin」を使って、ファームウェアのアップデートで、無事、OpenVPNがAX23V(JP)入りました。

一度OpenVPNがはいってしまえば、sysupgrade.binをつかって、ファームの書き換えが可能ってことで、一旦作ったファームで、OpenWRT化して、OperWRTオフィシャルな

openwrt-23.05.3-ramips-mt7621-tplink_archer-ax23-v1-squashfs-sysupgrade.bin

に、アップデート化して利用中。

 
パッチを作成された方が指摘しています通り、機材のLANポート4が、WANポートとなっている(機材のWANポート表示のポートがLAN1)以外は、普通に、利用できております。

次のバージョンアップで、パッチがマスターマージされて、オフィシャルに対応していただけることを願うばかり。


↑でコンパイルで作成したfactory.binを下記に置いておきます。ご利用は自己責任で。文鎮化しても、なんら責を負いません。
openwrt-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin (sha256:6616b602c2a4f6d0228f7bdaf589f7bdcda68463fafc2db93cae9fdc0381d141)

 

 

 

makoti