0.0.0.0/0 issues
# client
r
tryed adding another node and using that as ingress just incase routes where funky on the docker node but nope as soon as egress gateway is added with 0.0.0.0/0 all internet traffic dies

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

j
@rich-smartphone-65828 can you tell me if /etc/netclient/netmaker.conf exists on both machines and contains the 0.0.0.0/0 allowedips on the non-egress machine?
r
iirc wireguard needs 0.0.0.0/0 in the allowed range for it to forward and accept from that range?
one sec
yes 0.0.0.0/0 is added to the egress gateway peer in workstation
default routes dont look set by netclient jugganuts@workstation  ~  ip route default via 192.168.1.1 dev enp4s0f0np0 proto dhcp src 192.168.1.208 metric 100 10.33.124.0/24 dev netmaker proto kernel scope link src 10.33.124.2 152.117.116.12 via 192.168.1.1 dev enp4s0f0np0 185.213.174.25 via 192.168.1.1 dev enp4s0f0np0 185.213.174.174 via 192.168.1.1 dev enp4s0f0np0 192.168.1.0/24 dev enp4s0f0np0 proto kernel scope link src 192.168.1.208 metric 100
jugganuts@workstation  ~  sudo iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination LIBVIRT_PRT all -- anywhere anywhere Chain LIBVIRT_PRT (1 references) target prot opt source destination RETURN all -- 192.168.122.0/24 base-address.mcast.net/24 RETURN all -- 192.168.122.0/24 255.255.255.255 MASQUERADE tcp -- 192.168.122.0/24 !192.168.122.0/24 masq ports: 1024-65535 MASQUERADE udp -- 192.168.122.0/24 !192.168.122.0/24 masq ports: 1024-65535 MASQUERADE all -- 192.168.122.0/24 !192.168.122.0/24
Ill be wiping this instance so keys will get regen so im not worryed about that atm
@jolly-london-20127 any ideas or updates or anything?
I would like to use this for production of my company but unless things start working or communication happens I'm prolly gonna move on.
3 Views