In the netmaker node I had put in egress
# wireguard
f
In the netmaker node I had put in egress the two others ip displayed in netmakr. On the tenmaker node I had created a client ingress. I'm wrong or I must pur the local IP/24 in egress of the serv1 and serv2?
b
I do not understand your question. You said you have netmaker and two other servers and then you show a network with 4 nodes. What is the address of the network you want to egress to?
f
3 sorry
I'm tired, white night 🙂
I want to reach all server
igwanmm egwanmm nas
that work, it's not the problem
but if I do like the tutorial what I see, the put the local ip and not the node ip
I just want to know if I'm wrong to do that
this is the only way to work for me

https://youtu.be/X-BYDYoM_3w?t=1730

Like that
b
if a node is part of the network you don't create an egress to reach it..... an egress to to reach machines that are not part of the netmaker network
f
Then it's ok how I do?
b
from what I understand you are trying to do, you do not need an egress
f
I use WG on android
the goal is to reach all the node
it's a local server, except netmaker, it's a vps with public ip
b
yes, then you would use an ingress and download the extclient conf to the android phone
still no need for an egress
f
Oh
Wait, I'm trying 🙂
I delete the egress
b
what version are your running?
f
the last
If I remove egress, nothing work
that's why I become crazy with that
0.18.6
b
there is a bug right now and you need to run the following on the ingress node:
iptables -I FORWARD -i netmaker -j netmakerfilter
f
That won't work
b
??
f
Impossible to reach the server with WG from outside
On igwanmm I must do the cli?
or mesh
ah
yes, that work now
thank you very much!
great 😍
I note this magic cli
thank you so much, I can sleep now
Hum, there is an issue with
iptables -I FORWARD -i netmaker -j netmakerfilter
root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist
I'm sure this time, the command is well typed
and if I spam, that work
`root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try `iptables -h' or 'iptables --help' for more information. root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try `iptables -h' or 'iptables --help' for more information. root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try `iptables -h' or 'iptables --help' for more information. root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try `iptables -h' or 'iptables --help' for more information. root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try `iptables -h' or 'iptables --help' for more information. root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist Try
Copy code
iptables -h' or 'iptables --help' for more information.
root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter
root@ubuntu-2gb-nbg1-1:~#
b
make sure netclient daemon is running before running the command
f
Use "netclient [command] --help" for more information about a command. root@ubuntu-2gb-nbg1-1:~# netclient daemon daemon called [netclient] 2023-04-24 12:27:59 netclient daemon started -- version: v0.18.6 [netclient] 2023-04-24 12:28:00 adding addresses to netmaker interface [netclient] 2023-04-24 12:28:00 Starting Proxy... [netclient] 2023-04-24 12:28:00 netclient message queue started for server: mmmesh.ovh [netclient] 2023-04-24 12:28:00 set nat info: &{49.12.231.51 49.12.231.51 51723 51723 false public} [netclient] Fatal: failed to create proxy: listen udp 0.0.0.0:51722: bind: address already in use root@ubuntu-2gb-nbg1-1:~#
Hum, bind adress
b
pgrep -a netclient
f
root@ubuntu-2gb-nbg1-1:~# pgrep -a netclient 1654 /sbin/netclient daemon root@ubuntu-2gb-nbg1-1:~#
If I wait a long time and spam iptables -I FORWARD -i netmaker -j netmakerfilter, that work. But I think there is an issue, but I can't explain why
I don't have a hight level
Ah! Now that work... root@ubuntu-2gb-nbg1-1:~# iptables -I FORWARD -i netmaker -j netmakerfilter root@ubuntu-2gb-nbg1-1:~#
I must wait 10/15 minutes after reboot