It isn't a console command. Please take time to review the Wiki. If looking at the configurations bother you, this can also be don't in the LuCI web GUI.
Console:
ip -4 route
Web GUI:
Then don't.
What team are you referring to?
It isn't a console command. Please take time to review the Wiki. If looking at the configurations bother you, this can also be don't in the LuCI web GUI.
Console:
ip -4 route
Web GUI:
Then don't.
What team are you referring to?
So LuCI web GUI is useless?
If the wiki was translated into my native language, I would do so.
About this option in '<interface_name>'
Is it really not clear? They wrote me a command, I ask what it does and they tell me that there is no command. What were you smoking?
I don't understand the question. I just provided details on the LuCI web GUI.
or feel free to use your own translator.
Again:
See Wiki:
The same thing you are?
What have you given me? For what purpose did I create this topic? I want to create a second wireless access point and configure WireGuard on it. Following the tips of another user, I created a second access point, but both provide Internet access directly, without WireGuard.
How do I enable WireGuard for a second access point? This is my question. And I havenât yet read the answer âwhere to goâ and âwhat to clickâ to do this.
And what should I understand from this?
config route 'route_example_1'
option interface 'lan'
option target '172.16.123.0'
option netmask '255.255.255.0'
option gateway '172.16.123.100'
config rule
option mark '0xFF'
option in 'lan'
option dest '172.16.0.0/16'
option lookup '100'
What's this? Where is it? Where should I look for such settings?
I don't see anything similar to your wiki here
Please review again:
If it wasn't clear, you:
You delete them and then Save/Apply the config. To be clear again, it's not a command.
As discussed by you and mk24 - you would select VPN - assuming that's the Interface you wish to use Wireguard.
No, I did not.
The screenshot I posted answered your question:
I did not provide a screeshot on how to access the Routes page. You asked for written instructions on how to browse to the page:
That would be this image.
Please don't confuse making the config and checking the config was applied.
I still don't understand what I need to do
Without using PBR - Browse to Network > Routing:
Static IPv4 Routes
IPv4 Rules
Save/Apply
Check configuration applied
- Add Route
- Advanced settings
- Table: 1
I do not have that
IPv4 Rules
- Add Rule
- Table :1
I do not have that
Should I create Table :1 myself?
I do not have that
Yes you do:
Should I create Table :1 myself?
Yes, you will be creating a new table for your WARP route to the Internet, which is noted as 0.0.0.0/0 (reviewing the Wiki and Linux manual on routing tables would be helpful in this process if you have questions).
EDIT:
After creating the route, the rule tells traffic entering VPN interface to use table 1 for routing.
(FYI - I should note that the PBR package would have done this for you. It may be an option for those who are easily confused by making routes/rules.)
Yes you do
Progress. WireGuard is working. I was able to log into YouTube from my phone without launching VPN on my phone. BUT. I noticed that WireGuard works for both access points. Something is not set up right. But what?
Amendment. WireGuard connected even for a PC connected via cable. This definitely shouldn't happen
BUT. I noticed that WireGuard works for both access points.
Both of these?
This is expected, as you specified interface VPN.
Or both of these?
WireGuard connected even for a PC connected via cable. This definitely shouldn't happen
Then create a different, non-VPN interface, or use IP instead, etc.
Both of these?
Or both of these?
Both of them all. It doesnât matter whether you are connected to the first access point, connected to the second, or connected via cable. WireGuard works everywhere. Why did I give the second access point the address 192.168.2.1 if WireGuard works for everything?
Both of them all.
Please be clear - I see 4 APs
AP x2 - LAN (not WARP)
AP x2 - VPN (WARP configured)
Are you saying that WARP is working on LAN machines too?
Why did I give the second access point the address 192.168.2.1 if WireGuard works for everything?
Are you saying you now wish to use SRC IP instead of SRC Interface?
Please be clear - I see 4 APs
Where did you get 4 access points? There are only 2 of them. K14M and K14M VPN
Are you saying that WARP is working on LAN machines too?
I want to say that WARP works for ALL devices connected to the router. But you need WARP to work only for devices connected via the K14M VPN wireless access point. Second wireless access point (K14M) and wired connections should work without WARP
â
Second wireless access point (K14M) and wired connections should work without WARP
Are you saying you now wish to use SRC IP instead of SRC Interface?
In what sense is "now"? From the very beginning I wrote that I wanted to make two wireless access points, one with VPN and the other without. If I need to use VPN on my smartphone, I will connect to K14M VPN, if I donât need VPN, I will connect to K14M. On a PC connected via cable, VPN is not needed at all.