User Details
- User Since
- Mar 29 2023, 2:49 AM (109 w, 21 h)
Tue, Apr 22
Thu, Apr 10
Mar 30 2025
also failed in PR
Using relative url in .gitmodules will get forked repos difficult to build if not modify .gitmodules manually.
Mar 28 2025
Mar 23 2025
Mar 17 2025
hev-socks5-tunnel in container
Mar 16 2025
FYI: https://lists.zx2c4.com/pipermail/wireguard/2020-December/006222.html by Jason A. Donenfeld
A new test, I read include/constraint/interface-name.xml.i, see there is a regex for interface names, so I rename the clash container created interface to tun0 which matches the regex, no error.
Mar 15 2025
Mar 14 2025
Case 1: Forward 127.0.0.1:53 to 127.0.0.1:7874
Mar 11 2025
Feb 9 2025
Feb 8 2025
Jan 28 2025
Jan 27 2025
Jan 26 2025
Background infomation
- docker.io blocked in China.
- 192.168.50.40:8088 is a docker registry mirror set up by nexus, http only
- mirror.conf above is disabled.
As I tested, the endfor changes is the better way, because two pppoe interfaces would cause
I tried two ways in staticd.frr.j2
vyos# exit root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ip route 0.0.0.0/0 pppoe0 tag 210 1! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos# exit [edit] vyos@vyos# set interfaces pppoe pppoe0 no-default-route [edit] vyos@vyos# commit [edit] vyos@vyos# sudo su root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos#
full config using 1.5-rolling-202501250006 live image
Dec 8 2024
Dec 6 2024
I create drafted PR https://github.com/vyos/vyos-1x/pull/4224
Dec 3 2024
Dec 1 2024
I came up with a possible solution:
Here are some config commands I used with my ubnt plugin
Nov 30 2024
Code committed.
Nov 28 2024
Here is how to get the latest-handshakes in seconds:
Nov 25 2024
Nov 19 2024
5 endpoints using domain, limit retry to 5 times, total start costs around 5 * 10 = 50 seconds.
I thought dns look up causes the block. So I made some changes like:
@Viacheslav I made is based on T6490, PR here: https://github.com/vyos/vyos-1x/pull/4194
This PR makes peers no longer required, so WireGuard interfaces will be created on boot, with or without Internet connection, with or without DNS resolution.
Nov 18 2024
Code commit here: https://github.com/sskaje/vyos-1x/tree/T4930
Nov 15 2024
I simply added hostname/fqdn to address and here is my test result:
I'm migrating my EdgeRouter to VyOS, its module 'https://github.com/WireGuard/wireguard-vyatta-ubnt/releases' supports endpoint as domain:port, which is same as wg set or wg-quick.
I created a PR https://github.com/vyos/vyos-1x/pull/4194
Apr 10 2023
My fault, the double quotes were mis-removed in the PR when cleaning code.
Mar 29 2023
I've made some changes but not sure if the logic is what VyOS team accept.
Code changed, to override all settings in build_config instead of args from cli only.