FreeBSD 安装步骤
发布时间:2006-10-14 8:46:50   收集提供:gaoqian
SNP实作 SNP Server端--自我测试连线

A.使用者方面

1.新增使用者帐号 ex:ohaha
 
  # snptool -au ohaha  

2.设定使用者passwd

  # snptool -sp ohaha
   
   New SNP password for ohaha:                      --> 请输入您的密码
   Verifying password - New SNP password for ohaha: --> 请再输入一次
   user <ohaha> password changed.                   --> 密码设定完成

B.连线方面  [SNP Server端--自我测试连线] [SNP client端--连线实作]

  $ ptelnet ohaha.ks.edu.tw     --> 用ptelnet 连线主机,会出现如下的讯息
  
    Trying ***.***.***.*** secure telnet port....
    Connected to ohaha.ks.edu.tw.
    Escape character is '^]'.

            Secure Network Communicating System v0.91

    FreeBSD (ohaha.ks.edu.tw)
    User Name:                    --> 同一般登入输入帐号
    SNP Password:                 --> 输入您的SNP密码

 。 成功的话...您就如同一般telnet 连线一样登入主机...
  
 。 若失败的话...
  
   1.使用的连线名称不对...注意之前的这个部分....
     DNS alias for this host (localhost, xx.com.tw, xx.net) [localhost] 
        --> 您可以给他其他的连线别名喔...  ex:输入 ohaha 为ohaha.ks.edu.tw的别名
     因为我已经输入了ohaha来取代localhost ,
     所以当我今天下 ptelnet localhost 指令连线时....
     输入同样的帐号及snp...
     您觉得可以登入吗?.....您会看到如下的警告.....然後被断线..

     Warning !!! Replied server name 'OHaHa' is not identical to 'localhost.ks.edu.tw'.
     Connection closed by foreign host.
     
     您只能用一刚开始设定的
     Master Server中的[ohaha.ks.edu.tw] 或是 
     DNS alias for this host (localhost, xx.com.tw, xx.net) [localhost] 
     的设定值来连线....
     
     说明白点,像我就只能用ptelnet ohaha.ks.edu.tw 及 ptelnet ohaha 来进行SNP连线..
     
   2.port的因素...
     若您有防火墙的阻隔...别忘了将snp port打开喔....
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50