TP-Link Archer AC750 port forwarding SSH connections using non-standard port
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Re: TP-Link Archer AC750 port forwarding SSH conne...
- « Previous
-
- 1
- 2
- Next »
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
06-08-2016 7:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Sorry, I'm running Ubuntu 14.0.4 LTS (no systemd). I may well upgrade to 16.0.x LTS this weekend (I've been meaning to do that for a while now).
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
06-08-2016 8:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This is what I have done (at the terminal of the desktop machine physically attached to the router):
1. /etc/ssh/sshd_config modified to specify new port number
2. Restarted sshd service
3. Used nmap -p <port number> --open -sV 192.168.0.0/24 to check that SSH is running on the specified port
when I attempt to ssh on the desktop machine (connected to the router):
ssh -p <portnum> morpheous@local_ip_address
I am able to login.
HOWEVER, when I attempt to run the same command (ssh) on my laptop machine (which is connected to the LAN via Wifi), the connection times out.
ssh
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
06-08-2016 8:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
06-08-2016 8:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@MJN Yes. I can ping the desktop from the laptop. No packets lost
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
06-08-2016 8:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: TP-Link Archer AC750 port forwarding SSH connections using non-standard port
07-08-2016 7:41 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@MJN nd @SpendLessTime, thanks for your help on this thus far. I've switched back to standard port 22, and everything (so far), seems to be working. This issue is becoming a distraction, not worth the time its taking to try to resolve. I will simply run SSH on port 22, and run fail2ban on my server.
Thanks for your help and patience in dealing with my questions.
- « Previous
-
- 1
- 2
- Next »
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Re: TP-Link Archer AC750 port forwarding SSH conne...