No, it's build on RC2.Just to clarify, is 386.4_alpha2 build on asus
386 RC3 or ?
Agree. Maybee should have rephrased the question to if there is anything already known to prevent it from loading the build in modules and/or run on ax56u/ax58u.What's the adage "devs don't develop on/for ALPHA" releases?
This is what I get during the installation from dev branch, as well as when I try to start Wireguard peers on 58U.Agree. Maybee should have rephrased the question to if there is anything already known to prevent it from loading the build in modules and/or run on ax56u/ax58u.
Sorry for the confusion but you gave an excellent answer as always
//Zeb
E:Option ==> 4
Requesting WireGuard VPN Peer start (wg21 )
wireguard-server1: Initialising Wireguard VPN 'Server' Peer (wg21) on my.ip.add.ress:51820 (# RT-AX58U Server #1)
RTNETLINK answers: Operation not supported
Unable to modify interface: Protocol not supported
Unable to modify interface: Protocol not supported
Cannot find device "wg21"
Cannot find device "wg21"
ifconfig: SIOCSIFMTU: No such device
ifconfig: SIOCSIFTXQLEN: No such device
Cannot find device "wg21"
wireguard-server1: Initialisation complete.
WireGuard ACTIVE Peer Status: Clients 0, Servers 0
I don't believe @RMerlin has released any ALPHA firmware for the RT-AX58U containing the WireGuard modules?This is what I get during the installation from dev branch, as well as when I try to start Wireguard peers on 58U.
Code:E:Option ==> 4 Requesting WireGuard VPN Peer start (wg21 ) wireguard-server1: Initialising Wireguard VPN 'Server' Peer (wg21) on my.ip.add.ress:51820 (# RT-AX58U Server #1) RTNETLINK answers: Operation not supported Unable to modify interface: Protocol not supported Unable to modify interface: Protocol not supported Cannot find device "wg21" Cannot find device "wg21" ifconfig: SIOCSIFMTU: No such device ifconfig: SIOCSIFTXQLEN: No such device Cannot find device "wg21" wireguard-server1: Initialisation complete. WireGuard ACTIVE Peer Status: Clients 0, Servers 0
Hope it helps.
wireguard_manager
should automatically do this, but you can checkfind / -name wireguard.ko
insmod $(find / -name wireguard.ko)
I understood this:I don't believe @RMerlin has released any ALPHA firmware for the RT-AX58U containing the WireGuard modules?
find / -name wireguard.ko
find / -name wireguard.ko
/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko
First it returned nothing but the second time, this:insmod $(find / -name wireguard.ko)
find: ‘/proc/3088’: No such file or directory
insmod: can't insert '/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko': File exists
Could you check if its loaded:Code:/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko
First it returned nothing but the second time, this:
Code:find: ‘/proc/3088’: No such file or directory insmod: can't insert '/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko': File exists
lsmod | grep wireguard
wireguard 108484 0
meaning? the new wireguard "VPN client interface" introduced in RC3 isn't included in the merlin GUI, right? so the only way using wireguard on this alpha is with wgm? thanksNo, it's build on RC2.
lsmod | grep wireguard
wireguard 142597 0
Yep, its loaded... now atleast... what if you try to run wgm again and create your server peer?Code:wireguard 142597 0
Yep, its loaded... now atleast... what if you try to run wgm again and create your server peer?
//Zeb
Yes, that is how I enterpret it.meaning? the new wireguard "VPN client interface" introduced in RC3 isn't included in the merlin GUI, right? so the only way using wireguard on this alpha is with wgm? thanks
Wow! Cool!I set up the server & added a test client, imported config to Wireguard app on phone, and now I can access the router login page from my phone on cellular data. So, it works!
insmod /lib/modules/4.1.52/kernel/net/wireguard/wireguard
Yes, it appears so...now I can access the router login page from my phone on cellular data (but no internet access). So, it works?
They're there in that recent RT-AX58U alpha build:don't believe @RMerlin has released any ALPHA firmware for the RT-AX58U containing the WireGuard modules?
merlin@ubuntu-dev:~/amng.ax58/release/src-rt-5.02axhnd.675x/targets$ find . -name wireguard.ko
./96750GW/modules/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko
./96750GW/fs/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko
Yes, or to manually set everything up yourself using wg.meaning? the new wireguard "VPN client interface" introduced in RC3 isn't included in the merlin GUI, right? so the only way using wireguard on this alpha is with wgm? thanks
Somehow DNS was not defined in the test.conf file so I manually added it (DNS: 10.50.1.1) and now I'm posting this comment on my laptop connected to my home router 5 kilometers away, via Wireguard with internet accessDont know how internet is supposed to work via server, since I cannot setup one myself.
Maybee some differencies in firewall on this firmware. Or dns related maybee?
Q. So there is noSomehow DNS was not defined in the test.conf file so I manually added it (DNS: 10.50.1.1)
DNS =
directive in the 'test.conf' that was imported into your laptop?, or was there a DNS =
directive, but it contained the incorrect IP Address?There were no directives regarding the DNS in the test.conf file that I created on my router and imported to my laptop, I had to add the whole line (DNS= 10.50.1.1) by myself.Q. So there is noDNS =
directive in the 'test.conf' that was imported into your laptop?, or was there aDNS =
directive, but it contained the incorrect IP Address?
What does the following show?There were no directives regarding the DNS in the test.conf file that I created on my router and imported to my laptop, I had to add the whole line (DNS= 10.50.1.1) by myself.
nvram get wan0_dns
e = Exit Script [?]
E:Option ==> debug
e = Exit Script [?]
E:Debug mode enabledOption ==> create test1
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!