Community discussions

MikroTik App
 
kmohsenk
just joined
Topic Author
Posts: 8
Joined: Tue Aug 27, 2013 10:46 pm

openwrt on mikrotik arm64

Sat Aug 12, 2023 6:03 pm

hi. I have a hAP ax³.I want to use openwrt in my device and use v2ray on it and pass my traffic to v2ray connection.

I have some questions ?
1. how can I add OpenWRT in container ? my device is ARM64?
2. how can I pass my traffic to my v2ray client that I setup in OpenWRT?

tnx
 
User avatar
BartoszP
Forum Guru
Forum Guru
Posts: 3142
Joined: Mon Jun 16, 2014 1:13 pm
Location: Poland

Re: openwrt on mikrotik arm64

Sat Aug 12, 2023 7:24 pm

 
kmohsenk
just joined
Topic Author
Posts: 8
Joined: Tue Aug 27, 2013 10:46 pm

Re: openwrt on mikrotik arm64

Sat Aug 12, 2023 8:49 pm

tnx. I read this topic. As it mentioned I must add this docker image but I don't know how can I do that?
docker import https://downloads.openwrt.org/releases/22.03.2/targets/armvirt/64/openwrt-22.03.2-armvirt-64-default-rootfs.tar.gz openwrt-arm64
docker save openwrt-arm64 > openwrt_arm64.tar
can you help me?
 
ConradPino
Member
Member
Posts: 455
Joined: Sat Jan 21, 2023 12:44 pm
Location: San Francisco Bay
Contact:

Re: openwrt on mikrotik arm64

Mon Aug 28, 2023 7:38 am

can you help me?
Your case is close to this example: b) import image from PC The key operative part:
After the file has been downloaded and extracted - upload it to Your RouterOS device. Create a container from tar image.