免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 2161 | 回复: 15
打印 上一主题 下一主题

[SCO UNIX] 关于远程维护的事! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-02-07 23:25 |只看该作者 |倒序浏览
有个问题我想了许久了,还是没答案,希望各位朋友能帮帮我了啦!
我的主机是UNIX,远程主机也是UNIX,我有两个外置MODEM,我想我的主机能TELNET对方及FTP对方,我该怎么做?
谢谢能帮助我的朋友了!就算您会一点也请不吝赐教,再一次谢谢啦!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2003-02-08 00:03 |只看该作者

关于远程维护的事!

请参考这两篇文章!
http://www.fanqiang.com/a1/b4/20020104/08100035.html
http://www.fanqiang.com/a1/b4/20010619/110000585.html

论坛徽章:
0
3 [报告]
发表于 2003-02-08 00:18 |只看该作者

关于远程维护的事!

谢谢了啦,第一篇不错,但是WIN TO UNIX,而且是TELNET,我想是UNIX TO UNIX,
另外如何FTP呀。

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2003-02-08 00:20 |只看该作者

关于远程维护的事!

-----------------------------------------
安装调制解调器

1.自动检测调制解调器
在Modem Manager中如果选择自动检测,要确保以下的几点:

1.确保modem已经连接上了并且是打开的(上电的)
2.从 Modem菜单种选择添加,继续选择 Automatic detection.
3.选择modem连接的 serial port , 或者选择 Any让系统检查所有的串口.
4.选择 OK开始查找 modem.当连接modem的串口被检测的时候 ,modem 上的指示灯会闪烁数秒钟。该过程中 Modem Manager检测相应的串口,并生成检测到的modem的清单。
5.检测完成的时候,选择要添加的modem,点击OK添加。

如果没检测到调制解调器的话,确保modem已经正确连接并且开关是打开的。一些太“古老”的或者太新的modem不能被正确检测到,这个时候应该考虑手工添加的方式。
------------------------------------------

手工添加modem

在 Modem Manager中,手工添加modem:
1.从 Modem 菜单中选择Add,选择 Manual configuration,出现 Modem Configuration(modem设置)窗口
2.输入下列信息:
-----------------------------------
Modem vendor (modem提供商)
选择你的modem的制造商,如果没有列出,选择标准的modem类型即可

Modem model (modem类型)
输入modem类型,如果在上面选择了标准modem类型,选择标准modem就可以了

Line speed (bps)
输入串行线速,默认的是38,400bps,建议不要选择太高,以免出现不必要的麻烦。
如果不行的话考虑使用9600bps,这是串行的默认速度,比较稳妥一些。

Modem port
选择modem 连接的端口(tty1A或者tty2A)

Answer mode (应答模式)
拨出选择off,如果接受拨如的话选择on
----------------------------------
3.点击 OK接受上述配置


禁止掉非modem控制的端口并且激活modem 控制的端口

如:#disable ttynn (非modem端口)这里的 "ttynn"可以为 tty1a.
   #enable ttynn (modem端口)这里的 "ttynn"可以是 tty1A.

此外,还要确保ttynn为uucp 所有,不妨干脆来个:
# chown -R uucp:uucp /dev/ttynn
用相应的端口号(1A或者2A)替换nn

小技巧:
测试是否可以拨出
1.# cu –l tty1A dir
2.激活 modem的喇叭,以便可以听到拨号音:
ATM2
(ATM0 关掉.)
3.输入下列命令:
ATDT电话号码 。如:ATDT163
4.确认modem 可以拨出后,输入~.(一个波浪线加上一个小点) 退出cu

设定uucp连接

可以手工编辑 /usr/lib/uucp/Systems和 /usr/lib/uucp/Devices文件来达到目的。最好用UUCP Manager/uuinstall软件来完成

在/usr/lib/uucp目录下的 Systems文件包含了uucp所“知道“的系统的列表。并且指明了用于连接到每个系统的设备和方法 。Devices 文件指明了可用的设备,使用的速度,还有设备可以连接到的端口。

以root 用户登录运行 SCOadmin--〉Networks --〉UUCP Manager 或者是在命令行使用 uuinstall(ADM)命令 菜单如下:

    # uuinstall

                    UUCP Administration Utility
                    ===========================

    1. Display or update site name
    2. Display or update list of remote sites       (Systems)
    3. Display or update direct- or dial-out lines  (Devices)
    4. Display or update direct- or dial-in lines   (/etc/inittab)
    5. Check consistency of UUCP files
    6. Test connection with remote site
    7. Convert old UUCP files to new format

Choose an option (1-7), or q to quit : 1

       Display or update site or machine name (/etc/systemid)
       ======================================================

       1. Display local site name and machine names
       2. Update local site name and machine names

Choose an option (1-2), or q to quit :q

                    UUCP Administration Utility
                    ===========================

    1. Display or update site name
    2. Display or update list of remote sites       (Systems)
    3. Display or update direct- or dial-out lines  (Devices)
    4. Display or update direct- or dial-in lines   (/etc/inittab)
    5. Check consistency of UUCP files
    6. Test connection with remote site
    7. Convert old UUCP files to new format

Choose an option (1-7), or q to quit : 2

At a prompt, enter the text followed by <Return>;.  Use "?"<Return>;
to get help, "q"<Return>; to quit back to the menu, "-"<Return>; for
an unwanted entry, or just <Return>; to keep the default text shown.

       Display or update list of remote sites (Systems)
       ================================================

       1. Display the Systems file
       2. Add a new site entry
       3. Delete a site entry
       4. Change a site entry

Choose an option (1-4), or q to quit : 2

Site names listed in the Systems file :

sosco   scolon


Which entry do you want to COPY (or <Return>; to see all) ? sosco
----------------
Site name    : sosco
Schedule     : Any
Device type  : ACU
Speed range  : 2400-9600
Phone number : scz4253502
Expect login : -\r\d-ogin:-\K\d-ogin:-\K\d-ogin:
Send login   : uusls
----------------这是原来的配置
Site name    ? sosco test
Schedule     ? Any
Device type  ? ACU
Speed range  ? 2400-9600 9600
Phone number ? scz4253502 62177722
Expect login ? -\r\d-ogin:-\K\d-ogin:-\K\d-ogin: -
----------------修改的

  实际上系统编辑的是 /usr/lib/uucp/Systems文件。

      
  注意最后一行只输入一个小“-”。用户名和密码不在这里输入。
  
说明:系统本来有两个模版,选择添加的时候会提示你。**建议不要修改原来的模版**,选择copy为好,还有不要用退格擦去原来的信息,直接在后面填上你的信息就可以了。

之后屏幕显示:

New entry is accepted :

Site name    : yzpp
Schedule     : Any
Device type  : ACU
Speed range  : 9600
Phone number : 6052733
Expect login : -

       Display or update list of remote sites (Systems)
       ================================================

       1. Display the Systems file
       2. Add a new site entry
       3. Delete a site entry
       4. Change a site entry


Choose an option (1-4), or q to quit : q
  
  修改完后会提示你是否写入文件,选择y.

Changes have been made.  These should now be written to the file,
or otherwise they will be discarded.  Write out to file (y/n) ? y
Systems file successfully updated.
Use main menu option 5 to check files.

  输入q回到主菜单,选择5 测试文件的一致性。通过后选择6,测试uucp的连接。


Choose an option (1-7), or q to quit : 5

                 Check consistency of UUCP files
                 ===============================

         This option checks the consistency of the files
         Systems, Devices, Dialcodes and /etc/inittab, but
         does not modify them nor attempt any connection.
         Use main menu option 6 to test connections.

         Errors are shown on screen, and also saved in
         the file /usr/lib/uucp/Checklog.

Proceed to checking (y/n) ? y

Reading the Systems file ...

Reading the Devices file ...

Reading the Dialcodes file ...

Reading the Dialers file ...

Reading /etc/inittab file ...

Checking the Systems file ...

Checking the Devices file ...

Checking the Dialcodes file ...

Checking /etc/inittab file ...

Press <Return>; to continue


Choose an option (1-7), or q to quit : 6

                 Test connection with remote site
                 ================================

         This option attempts to make a connection to a
         remote site with uucico, which uses the Systems
         and Devices files.

         Its full debug output is shown on screen, and
         also saved in the file /usr/lib/uucp/Testlog.

Site names listed in the Systems file :

sosco   scolon  test

Which site do you want to try (or q to quit) ? test

  最后会出现一堆的乱码。表示通讯正常。
  由于没有输入用户名和密码,乱码会延续下去,切换到另一屏,找到该进程,杀掉即可。
  测试还可以使用这个命令:
  /usr/lib/uucp/uutry -r -x9 sitename

  uucp 配置完成。
  
  
  接下来配置ppp驱动
  
  SCOAdmin-->;Networks-->;Network Configuration Manager或者在命令行输入netconfig
  
  选择 Hardware-->;Add New WAN Connection-->;SCO TCP/IP driver-->;SCO TCP/IP-->;Add

  选择ppp

  
  可以配置:Dynamic Outgoing
            Dynamic Incoming
            Dedicated
            Manual Outgoing
            这里配置的信息和/usr/bin/pppconf这个文件的内容相对应.
            选第一个动态拨出就可以


在我们的例子中:

路由器的名字:Router
用户名/ 口令:user/user
路由器的地址:10.154.0.1
loopback地址:10.154.15.1
地址池的地址:10.154.14.1-10.154.14.62
网络掩码:     255.255.255.192

所以这样配置:
---------------------------------------------------------
      Local host name:  ppp                  [ Advanced   ]
      Host IP address:  10.154.14.1            Options...   
     Destination name:  Router                        
Destination IP address:  10.154.15.1               
              Netmask:  255.255.255.192               
UUCP destination name:  test                       
Number of UUCP retries:                                
              Gateway:  < >; Yes <*>; No

注释:local host name 可以任意填
     host IP address 设置成路由器地址池中的地址之一
     Destination name 填入路由器的名字
     Destination IP address 路由器回环地址
     UUCP destination name uucp目标名字写前面自己添加的那个
     netmask也要填写正确
----------------------------------------------------------------

用户名和口令在Advanced options中设置

                         Debug level:  < >; 0 < >; 1 <*>; 2                  
            Tag for /etc/pppfilter:         
      Inactivity timeout (minutes):  
Async. control character map (hex.):   
                 Line flow control:  <*>; none    < >; xonxoff < >; rtscts  
        Protocol field compression:  <*>; Yes < >; No                     
Address-control field compression:  <*>; Yes < >; No                     
            IP address negotiation:  <*>; Yes < >; No                     
        Old IP address negotiation:  < >; Yes <*>; No                     
Van Jacobson TCP header compression:  <*>; Yes < >; No                     
             Old PPP compatibility:  < >; Yes <*>; No                     
           Authentication protocol:  < >; none < >; PAP  <*>; CHAP         
  Authentication timeout (minutes):                  
                     Local host ID:  user
               Local host password:  user

填完后系统会提示重新连接核心。
完成后重新启动。

修改/etc/pppauth ,最后一行应该是这样的:
*user user #在下面填入一行
Router user
即路由器的名字和用户的名字,这个修改很关键!其中*代表本地的用户名和密码
没有*的代表远程的路由器的信息

重启后,

#netstat -nr 看一下路由
#/etc/route add default 10.154.0.1
#ping 10.154.0.1
系统就会自动的拨号了:)
修改/etc/tcp,找到/etc/route add字样的一行
在下面写上/etc/route add default 10.154.0.1
存盘退出

#/etc/tcp stop
#/etc/tcp start

挂断modem 可以用这个命令:
#ifconfig ppp0 down
重新启用modem可以用这个命令:
#ifconfig ppp0 up

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
5 [报告]
发表于 2003-02-08 00:24 |只看该作者

关于远程维护的事!

应该很详细了!关键还在与实践。有问题再讨论吧。

论坛徽章:
0
6 [报告]
发表于 2003-02-08 00:26 |只看该作者

关于远程维护的事!

i 服了u
尽管我没太看明白,但你当版主,太应该了。
有没有朋友能就自已的实际经验说明一下如何用MODEM,进行TELNET FTP的工作,我很菜,能否简单一些,行吗?

论坛徽章:
0
7 [报告]
发表于 2003-02-08 00:27 |只看该作者

关于远程维护的事!

ppp是干什么的,有什么用,别笑我,我真不知道? 嘻!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
8 [报告]
发表于 2003-02-08 00:33 |只看该作者

关于远程维护的事!

1。PPP是为在同等单元之间传输数据包这样的简单的链路而设计的。这种链路提供全双工操作,并按照顺序传递数据包。PPP为基于各种主机、网桥和路由器的简单连接提供一种共通的解决方案。
2。modem拨号连接完毕,数据链路已建立,你用 telnet xxx.xxx.xxx.xxx 或 ftp xxx.xxx.xxx.xxx 就可以访问服务器了。xxx.xxx.xxx.xxx为服务器地址。
3。感谢您的夸奖与信任。为大家排忧解难是版主的职责呀。呵呵。

论坛徽章:
0
9 [报告]
发表于 2003-02-08 00:41 |只看该作者

关于远程维护的事!

必须得装PPP吗?
TELNET xxxxx
后面的XXXX应是什么呀?对方主机也没有IP地址呀,因为只有MODEM没有网卡呀?

论坛徽章:
0
10 [报告]
发表于 2003-02-08 00:42 |只看该作者

关于远程维护的事!

介绍的很全面啊。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP