导航: 老古网老古论坛XMOS公共讨论区XMOS开源项目区单片机程序设计嵌入式系统广告区域
→开发板S3C6410 telnet  Linux主机的详细设

* 42519: 开发板S3C6410 telnet Linux主机的详细设置

   smiletao 
smiletao发表的帖子 

 开发板S3C6410 telnet  Linux主机的详细设置
以下是开发板UT-S3C6410 telnet  Linux主机的详细设置,应通过初次验证,请大家指教 
1.关于telnet命令的相关信息
[root@urbetter /]# telnet --help
BusyBox v1.13.3 (2009-03-25 15:48:45 CST) multi-call binary
Usage: telnet [-a] [-l USER] HOST [PORT]
Connect to telnet server
Options:
        -a      Automatic login with $USER variable
        -l USER Automatic login as USER
2.开发板telnet登录到其他提供了telnet服务器的主机
---确认开发板的ip地址,确认开发板能连接Internet
   ifconfig
   ping 内网的ip     ;ping 外网的ip
---设置路由ip:route add default gw 192.168.1.1
---登录:telnet 202.112.7.137
----------------------------------------------------------------------------------------------------------------------
3.开发板设置好网络,登录Internet
---设置网关:route add default gw 192.168.1.1(根据实际情况设定)
---确认连通Internet:ping 202.112.17.137
---设置域名解析服务器:
   查看你pc机上的DNS服务器的ip地址 202.96.128.96
   vim /etc/resolv.conf  添加 nameserver 202.96.128.96
   或者rm /etc/resolv.conf ;touch /etc/resolv.conf;
       echo nameserver 202.96.128.96 >  >   /etc/resolv.conf
-------------------------------------------------------------
4.开发板登录Linux主机
4.1Linux主机安装telnet服务
   sudo apt-get install xinetd telnetd 
   修改配置
  sudo vi /etc/inetd.conf并加入以下一行 
   telnet stream tcp nowait telnetd /usr/sbin/tcpd  /usr/sbin/in.telnetd 

   4.2sudo vi /etc/xinetd.conf并加入以下内容: 
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following :
# log_type = SYSLOG daemon info
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

includedir /etc/xinetd.d 
----------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
4.3sudo vi /etc/xinetd.d/telnet并加入以下内容: 
# default: on
# description: The telnet server serves telnet sessions; it uses
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}

5. 重启机器或重启网络服务sudo /etc/init.d/xinetd restart 

6. 使用TELNET客户端远程登录;
   ifconfig -a   显示本机地址。

来源:友坚恒天技术中心



发表时间:2011年1月5日9:38:12

  
回复该帖

本主题共有 2 帖,分页:>>>>>该主题的所有内容[2]条

 *树形目录 只列出部分跟帖的标题以及简单的摘要信息 该主题的部分跟帖如下:

  46726.[详细]完美品质 稳定运行 精彩演绎
摘要:完美品质 稳定运行 精彩演绎......(26字)
- [smiletao][538次] 2011年2月18日

[上一篇帖子]:英特尔与AMD的市场份额之争陷入僵局Suppli周三表示,英特尔与AMD的市场份额之争已经连续第三个
[下一篇帖子]:S3C2416对比2440的优势性【友坚整理】友坚科技致力于成为系统集成商和软件开发商的最佳合作伙伴