分享
 
 
 

sco拨号详解

王朝other·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

操作系统: SCO openserver 5.0.5

路由器的名字:Router

用户名和口令:user/user

路由器的地址:10.154.0.1

loopback地址:10.154.15.1

地址池的地址:10.154.14.1-10.154.14.62

网络掩码: 255.255.255.192

-----------------------------------------

Modem Manager管理工具

首先应该熟悉modem 的管理工具:

Modem Manager用来设置modem.

双击桌面上的System Administration 图标,选择 Networks,最后选 Modem Manager.

在命令行输入scoadmin启动 SCOadmin 选择 "Networks", 再选择 "Modem Manager".

在命令行输入 scoadmin modem manager

-----------------------------------------

安装调制解调器

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

即路由器的名字和用户的名字,这个修改很关键!其中*代表本地的用户

[1] [2] 下一页

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有