|
楼主 |
发表于 2013-12-28 01:23:26
|
显示全部楼层
Logging into the Console Using Telnet
The V1000H has a console which you can access over Telnet. The console can be used to control the device and configure low level options using command line instead of the web interface.
The Telnet service is disabled by default and must be enabled using the web interface. Login to the web interface and access this page:
http://192.168.1.254/advancedsetup_remotetelnet.html
You need to enable the local telnet service and configure the login user name and password which you would like to use. Once you apply the settings the Telnet service will be enabled.
You can access the Telnet port using the telnet command included in Windows. Under Windows Vista and newer the Telnet Client is not installed by default and you may need to add it first using the “Add/Remove Windows Components” wizard in the “Programs and Features” control panel (Start->Run and enter “rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2”).
Depending on your browser/system configuration, you may be able to open this link directly to open your telnet client:
telnet://192.168.1.254
You can also open a new Command Prompt (Start->Run and enter “cmd”) and then type in the following command:
telnet 192.168.1.254
NOTE: If your router IP address is different than the default 192.168.1.254 then you must change it in the URL or command above.
The telnet client should prompt you for the same login and password you configured in the web interface, and should display a shell prompt (“>”) upon successful login:
===Actiontec xDSL Router===
Login: admin
Password:
>
Console Commands
For a list of commands which you can use, enter “?” or “help” into the prompt. The following commands are listed:
?, help, logout, exit, quit, reboot, adsl, xtm, brctl, cat, loglevel, logdest, virtualserver, ddns, df, dumpcfg, dumpmdm, meminfo, syslog, psp, echo, ifconfig, kill, ping, ps, pwd, sntp, sysinfo, tftp, wlctl, arp, defaultgateway, dhcpserver, dns, lan, lanhosts, passwd, ppp, restoredefault, route, save, swversion, wan
I won’t go into the usage and function of every command here. There are many tiny custom tools which are for modifying or operating the device. Many of them are compact versions of regular Linux commands (you can lookup their details via online man pages).
|
|