Hello I am trying to setup a simple
# client
a
Hello, I am trying to setup a simple network where external clients can access my local home network. I setup netmaker server in a VPS which is also used as ingress gateway. I have a debian VM running in my home network as an egress gateway. I have a few ext clients outside of my home network. Currently I can access the following: - all ext clients can ping each other - ext clients can ping ingress gateway (netmaker server) - ingress gateway can ping hosts in my local network (192.168.1.0/24) - ingress gateway can ping egress gateway (VM in my local network) - egress gateway can ping ingress gateway What I can't currently get working: - ext clients can NOT ping ingress gateway - ext clients can NOT ping my local network ACLs are kept as default, allow all for ingress and egress gateways. Based on all the documentation I have seen this should work, right? Any ideas on anything else I could try? Thanks in advance. Image if it helps:

https://cdn.discordapp.com/attachments/975815737207824444/1099670279283822723/image.png

b
until v0.18.7 is released, run the following command on the ingress and egress machines:
iptables -I FORWARD -i netmaker -j netmakerfilter
a
Thank you so much, it's actually working now.
b
note: if the egress or ingress machine is rebooted you will have to run the command again. This will be fixed in v0.18.7 and you won't need to run this command any longer
f
Good to know that
Hi, after reboot I do: iptables -I FORWARD -i netmaker -j netmakerfilter The server return: iptables v1.8.7 (nf_tables): Chain 'netmakerfilter' does not exist
it was working yesterday
b
is netclient running
f
Yes: netclient version v0.18.6
b
netclient should have created the chain netmakerfilter on startup
f
I'm confused because this same command was working yesterday and I haven't changed anything
I need to reinstall netclient do you think?
b
no
f
ok
b
run
iptables list
netmakerfilter should be listed
f
I had try on a fresh install, it's the same
ok
b
is the machine you are running on an ingress or egress gateway
f
Bad argument `list' Try `iptables -h' or 'iptables --help' for more information.
ingress, yes
b
iptables --list
b
netmakerfilter is the last chain in the output
f
What I can do to solve the issue do you think?
b
are you sure you typed the command correctly
f
oO this time that work, by making a command recalling
I'm sorry
I don't understand but that work now...
Thank you and sorry for disturbing for nothing 😦