User`s manual
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Installation
- Chapter 3 Login via the Web Browser
- Chapter 4 Quick Setup
- Chapter 5 Quick Setup
- Chapter 6 Advanced Setup
- Chapter 7 Wireless
- Chapter 8 Diagnostics
- Chapter 9 Management
- Appendix A: Printer Server Configuration
- Appendix B: Firewall
- Appendix C: Pin Assignments
- Appendix D: Specifications
- Appendix E: SSH Client
133
Appendix E: SSH Client
Linux OS comes with ssh client. MicroSoft Windows does not have ssh client but
there is a public domain one “putty” that you can download.
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
To access the router using Linux ssh client:
From LAN: Use the router WEB UI to enable SSH access from LAN.
(default is enabled)
type: ssh -l admin 192.168.1.1
From WAN: In the router, use WEB UI to enable SSH access from WAN.
type: ssh -l support
router-WAN-ip-address
To access the router using Windows putty ssh client:
From LAN: Use the router WEB UI to enable SSH access from LAN
(default is enabled)
type: putty -ssh -l admin 192.168.1.1
From WAN: In the router, use WEB UI to enable SSH access from WAN.
type: putty -ssh -l support
router-WAN-ip-address