You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying setting up 4 PC become 1 network inside VPN:
1 AWS: public IP: 57.130.54.170:51820 ( name: ip-172-26-4-213, Internal IP: 172.26.4.213 )
3 PC: Inside NAT network and we can't open Upnp to forwarding port (Home Network)
From setting above this setting is a reason. Because It dont have open 51820 port on home network
I think to make all nodes in same network it shoud be like this for each worker node
[Interface]
ListenPort = 51820
[Peer]
AllowedIPs = 10.42.0.0/16, 172.26.4.213/32 # this is also nginx ingress ip on running on AWS
Endpoint = 57.130.54.170:51820
PersistentKeepalive = 0
PublicKey = //A0GY434mNTe4ZVKlmM/em1k9nppJLRmFNtRUPNHBU=
I'm trying setting up 4 PC become 1 network inside VPN:
1 AWS: public IP: 57.130.54.170:51820 ( name: ip-172-26-4-213, Internal IP: 172.26.4.213 )
3 PC: Inside NAT network and we can't open Upnp to forwarding port (Home Network)
I've add 3 annotation for each node like this:
this one will create full mesh network. And aws can ping to each worker node, but worker nodes can't ping each other
when I try to get wireguard config from PC in nat network
From setting above this setting is a reason. Because It dont have open 51820 port on home network
I think to make all nodes in same network it shoud be like this for each worker node
here is my pods:
Do we have anyway option to do like way?
I already try to following this way
https://kilo.squat.ai/docs/api#peer
but it's not work.
Does anyone have an idea on this?
The text was updated successfully, but these errors were encountered: