
My Setup:
Router 1 connected to internet
LAN ip 192.168.7.1, DHCP activated
portforwarding 22:192.168.7.21:22
Router 2 WAN port connected to LAN of Router 1
WAN IP 192.168.7.21
LAN IP 192.168.1.1 DHCP Activated
portforwarding 22:192.168.1.3:22
Server eth0 connected to LAN of Router 2
eth0 IP 192.168.1.3
ssh server at port22
Server has connection to Internet and I can login from LAN 192.168.1.0/24 to server
If I try to login from Internet, I get the following LOG in putty
Code: Select all
2017-07-01 12:45:07 Looking up host "nnnnnnnnn"
2017-07-01 12:45:07 Connecting to n.n.n.n port 22
2017-07-01 12:45:07 We claim version: SSH-2.0-PuTTY_Release_0.67
2017-07-01 12:45:07 Server version: SSH-2.0-dropbear_2015.67
2017-07-01 12:45:07 Using SSH protocol version 2
2017-07-01 12:45:07 Using Diffie-Hellman with standard group "group14"
2017-07-01 12:45:07 Doing Diffie-Hellman key exchange with hash SHA-1
2017-07-01 12:45:10 Host key fingerprint is:
2017-07-01 12:45:10 ssh-rsa 2048 xxxxxxxxxxxxxx
2017-07-01 12:45:10 Initialised AES-256 SDCTR client->server encryption
2017-07-01 12:45:10 Initialised HMAC-SHA1 client->server MAC algorithm
2017-07-01 12:45:10 Initialised AES-256 SDCTR server->client encryption
2017-07-01 12:45:10 Initialised HMAC-SHA1 server->client MAC algorithm
2017-07-01 12:45:10 Writing new session log (ASCII mode) to file: putty.log
2017-07-01 12:45:18 Sent password
2017-07-01 12:45:18 Password authentication failed
Before I placed gargoyle in the middle, everything worked fine (access to server from outside) This is why I think something with gargoyle is wrong.
Thanks for any help, William