Content
@
0 reply
0 recast
0 reaction
Greg
@greg
dappnode networking question: - I can ssh into the local IP when connected to my home wifi - I can access my.dappnode when connected to external wifi with wireguard enabled - I cannot ssh into the local IP when connected to external wifi with wireguard enabled why? do i need to forward port 22? is that safe?
7 replies
19 recasts
605 reactions
Leeward Bound
@leewardbound
i don't use dappnode but it sounds like you need to ssh to the wg ip (or dappnode.local, not the local ip? the local ip should only work w/in your home wifi, wg (probably) has its own subnet and distinct ip address - try to ping dappnode.local (or dig cli) from external wifi to see what ip the dns name is resolving to
1 reply
0 recast
0 reaction
Greg
@greg
uh oh, too many big words coming out lol - I ping dappnode.local from home wifi and it returns data - I ping dappnode.local from mobile hotspot with Wireguard enabled and get Unknown host I guess I would have expected the 2nd to also return data but maybe I'm missing something?
2 replies
0 recast
1 reaction
Greg
@greg
oh sorry maybe this makes sense. if I ping my.dappnode from mobile hotspot with Wireguard enabled it resolves does this mean it just comes down to port? for some reason I thought port forwarding didn't really matter with wireguard but now that seems wrong?
1 reply
0 recast
1 reaction
Leeward Bound
@leewardbound
OK try "ssh
[email protected]
" or "ssh user@ip-returned-by-ping", sounds like you are close! you are correct, port forwarding should not matter here, wg should give you access to all ports (depending on configuration)
1 reply
0 recast
0 reaction