All of lore.kernel.org
 help / color / mirror / Atom feed
* SSH stuck
@ 2017-05-09 22:32 Bzzzz
  2017-05-10  7:31 ` Jonathon Fernyhough
  0 siblings, 1 reply; 10+ messages in thread
From: Bzzzz @ 2017-05-09 22:32 UTC (permalink / raw)
  To: wireguard

Debian jessie + backports - arch amd64
Kernel 4.9.18-1~bpo8+1
wireguard-dkms  0.0.20170421-wg1~zesty
wireguard-tools 0.0.20170421-wg1~zesty
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Hi list,

Setup:
LAN: 192.168.1.0/24
VPN: 10.11.12.0/24 (SRV: =E2=80=A61, CLI: =E2=80=A62)
(Client: AllowedIPs=3D0.0.0.0/0)

1- I solved the LAN being unreachable apart the endpoint and the internet
   being completely unreachable with an iptables rule:
   iptables -t nat -I POSTROUTING -s 10.11.12.0/24 -o eth0 -j MASQUERADE
   is this right? (if not, why?)

2- When I want to ssh any LAN machine, wireshark only sees 4 packets:
	client announce
	server ACK
	client key negociation
	server key negociation
   and that's all.
   Is it a limitation (non-TCP packets) or is there another reason for
   ssh not working as expected? (connecting to any machine http srv works
   perfectly)

Jean-Yves

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-10 21:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 22:32 SSH stuck Bzzzz
2017-05-10  7:31 ` Jonathon Fernyhough
2017-05-10  8:10   ` Bzzzz
2017-05-10  8:13     ` Jason A. Donenfeld
2017-05-10  8:35       ` Bzzzz
2017-05-10 18:05       ` Bzzzz
2017-05-10 19:00         ` Jason A. Donenfeld
2017-05-10 19:57           ` Bzzzz
2017-05-10 21:55             ` Jason A. Donenfeld
2017-05-10 22:08               ` Bzzzz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.