Re: OpenWrt IKEv2 NAT traversal (or similar) problem

2023-05-31 Thread Yousong Zhou
On Wed, 31 May 2023 at 22:20, Peter Naulls wrote: > > On 5/30/23 21:09, Yousong Zhou wrote: > > On Wed, 31 May 2023 at 06:38, Peter Naulls wrote: > >> > > > > > Is it that your dns traffic is not going through the tunnel? curl > > -vvv should reveal the IP address it tries to connect. One > > p

[PATCH 2/4] gemini: Create a config for kernel v6.1

2023-05-31 Thread Linus Walleij
This creates a config for the v6.1 kernel for Gemini. Signed-off-by: Linus Walleij --- target/linux/gemini/config-6.1 | 427 + 1 file changed, 427 insertions(+) create mode 100644 target/linux/gemini/config-6.1 diff --git a/target/linux/gemini/config-6.1 b/targe

[PATCH 3/4] kernel: Package the new FOTG210 module properly

2023-05-31 Thread Linus Walleij
When using the Gemini, we apply patches that create a single module that support both host and device mode these days. Signed-off-by: Linus Walleij --- package/kernel/linux/modules/usb.mk | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/kernel/linux/modules/usb

[PATCH 4/4] gemini: Bump to kernel v6.1

2023-05-31 Thread Linus Walleij
This bumps the Gemini kernel to use v6.1. There is no reason to stay with v5.15, I personally use newer upstream kernels constantly and they are tested and work well. Signed-off-by: Linus Walleij --- target/linux/gemini/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: OpenWrt IKEv2 NAT traversal (or similar) problem

2023-05-31 Thread Peter Naulls
On 5/31/23 10:20, Peter Naulls wrote: On 5/30/23 21:09, Yousong Zhou wrote: On Wed, 31 May 2023 at 06:38, Peter Naulls wrote: Thanks for you patience, more: I ran the connection instead over a wired WAN connection instead of the cell WWAN link, and the problem is the same. This points th

Re: OpenWrt IKEv2 NAT traversal (or similar) problem

2023-05-31 Thread Peter Naulls
On 5/30/23 21:09, Yousong Zhou wrote: On Wed, 31 May 2023 at 06:38, Peter Naulls wrote: Is it that your dns traffic is not going through the tunnel? curl -vvv should reveal the IP address it tries to connect. One possibility is that maybe the resolv result does not work. Yes, a DNS was

[PATCH] build: export GIT_CEILING_DIRECTORIES for package builds

2023-05-31 Thread Jeffery To
A package may run git as part of its build process, and if the package source code is not from a git checkout, then git may traverse up the directory tree to find buildroot's repository directory (.git). For instance, Poetry Core, a Python build backend, will read the contents of .gitignore for pa