免费注册 查看新帖 |

Chinaunix

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

为何我的LINUX拨号服务器不能工作,请各位高手指点指点 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-11-27 08:40 |只看该作者 |倒序浏览
我的REDHAT LINUX配置HSF MODEM后可以通过169拨号上网,但作拨号服务器时工作时用W2K拨号连接或超级终端登陆LINUX不正常,LINUX上日志如下,请各位高手帮助指点指点:
/var/log/messages
...
Nov 26 18:01:40 localhost modprobe: modprobe: Can't locate module sound-slot-0
Nov 26 18:01:40 localhost modprobe: modprobe: Can't locate module sound-service-0-3
Nov 26 18:01:40 localhost modprobe: modprobe: Can't locate module sound-slot-0
Nov 26 18:01:41 localhost modprobe: modprobe: Can't locate module sound-service-0-3
Nov 26 18:01:46 localhost modprobe: modprobe: Can't locate module sound-slot-0
Nov 26 18:01:46 localhost modprobe: modprobe: Can't locate module sound-service-0-3
Nov 26 18:01:46 localhost modprobe: modprobe: Can't locate module sound-slot-0
Nov 26 18:01:46 localhost modprobe: modprobe: Can't locate module sound-service-0-3
Nov 26 18:01:52 localhost mgetty[1290]: data dev=ttySHSF0, pid=1290, caller='none', conn='38400', name='', cmd='/bin/login', user='Linux release 7.3 (Valhalla)'
Nov 26 18:01:52 localhost login(pam_unix)[1290]: check pass; user unknown
Nov 26 18:01:52 localhost login(pam_unix)[1290]: authentication failure; logname=LOGIN uid=0 euid=0 tty=ttySHSF0 ruser= rhost=
Nov 26 18:01:54 localhost login[1290]: FAILED LOGIN 1 FROM (null) FOR Linux release 7.3 (Valhalla), Authentication failure
Nov 26 18:01:54 localhost login(pam_unix)[1290]: bad username []
Nov 26 18:01:56 localhost login[1290]: FAILED LOGIN 2 FROM (null) FOR , Authentication failure
Nov 26 18:01:57 localhost login(pam_unix)[1290]: check pass; user unknown
Nov 26 18:01:57 localhost login(pam_unix)[1290]: authentication failure; logname=LOGIN uid=0 euid=0 tty=ttySHSF0 ruser= rhost=
Nov 26 18:01:59 localhost login[1290]: FAILED LOGIN 3 FROM (null) FOR Login incorrect, Authentication failure
Nov 26 18:01:59 localhost login(pam_unix)[1290]: bad username []
Nov 26 18:02:01 localhost login[1290]: FAILED LOGIN SESSION FROM (null) FOR , Authentication failure
.....

论坛徽章:
0
2 [报告]
发表于 2003-11-27 09:08 |只看该作者

为何我的LINUX拨号服务器不能工作,请各位高手指点指点

1》你的声卡不能工作。
2》你提供的用户没有通过验证(可能是用户名或密码错误)

论坛徽章:
0
3 [报告]
发表于 2003-11-27 11:52 |只看该作者

为何我的LINUX拨号服务器不能工作,请各位高手指点指点

原帖由 "llzqq" 发表:
1》你的声卡不能工作。
2》你提供的用户没有通过验证(可能是用户名或密码错误)



请问声卡不工作影响MODEM工作吗,另外没有通过验证问题怎么解决(我在WINDOWS端输入的用户信息与LINUX日志上显示的信息不一样,问题在哪?).
盼回复.

论坛徽章:
0
4 [报告]
发表于 2003-11-27 12:02 |只看该作者

为何我的LINUX拨号服务器不能工作,请各位高手指点指点

MODEM和声卡没关系,我想从这个方面考虑:
WINDOWS和LINUX在验证时采用的加密、解密方式不同。SAMBA也存在这个问题。可参考SAMBA的方法解决。你用一下/usr/share/doc/samba-x.x.x/docs/Registry 中的注册表修改工具试试(拷贝到WINDOWS上用)。

论坛徽章:
0
5 [报告]
发表于 2003-11-30 10:59 |只看该作者

为何我的LINUX拨号服务器不能工作,请各位高手指点指点

原帖由 "llzqq" 发表:
MODEM和声卡没关系,我想从这个方面考虑:
WINDOWS和LINUX在验证时采用的加密、解密方式不同。SAMBA也存在这个问题。可参考SAMBA的方法解决。你用一下/usr/share/doc/samba-x.x.x/docs/Registry 中的注册表修改工具..........


llzqq兄:如果配置拨号服务器的话,linux中/usr/etc/mgetty+fax下的login.config,应该使用那种方式:
# login.config
#
# This is a sample "login dispatcher" configuration file for mgetty
#
# Format:
#        username userid utmp_entry login_program [arguments]
#
# Meaning:
#       for a "username" entered at mgettys login: prompt, call
#        "login_program" with [arguments], with the uid set to "userid",
#        and a USER_PROCESS utmp entry with ut_user = "utmp_entry"
#
# username may be prefixed / suffixed by "*" (wildcard)
#
# userid is a valid user name from /etc/passwd, or "-" to not set
#  a login user id and keep the uid/euid root (needed for /bin/login)
#
# utmp_entry is what will appear in the "who" listing. Use "-" to not
#  set an utmp entry (a must for /bin/login), use "@" to set it to the
#  username entered. Maximum length is 8 characters.
#
# login_program is the program that will be exec()ed, with the arguments
#  passed in [arguments]. A "@" in the arguments will be replaced with the
#  username entered. Warning: if no "@" is given, the login_program has
#  no way to know what user name the user entered.
#
#
# SAMPLES:
# Use this one with my Taylor-UUCP and Taylor-UUCP passwd files.
#  (Big advantage: tuucp can use the same passwd file for serial dial-in
#   and tcp dial-in [uucico running as in.uucpd]). Works from 1.05 up.
#
#U*        uucp        @        /usr/lib/uucp/uucico -l -u @

#
# Use this one for fido calls (login name /FIDO/ is handled specially)
#
# You need Eugene Crosser's "ifmail" package for this to work.
#  mgetty has to be compiled with "-DFIDO", otherwise a fido call won't
#  be detected.
#
#/FIDO/        uucp        fido        /usr/local/lib/fnet/ifcico @

#
# Automatic PPP startup on receipt of LCP configure request (AutoPPP).
#  mgetty has to be compiled with "-DAUTO_PPP" for this to work.
#  Warning: Case is significant, AUTOPPP or autoppp won't work!
#  Consult the "pppd" man page to find pppd options that work for you.
#
#  NOTE: for *some* users, the "-detach" option has been necessary, for
#        others, not at all. If your pppd doesn't die after hangup, try it.
#
#  NOTE2: "debug" creates lots of debugging info.  LOOK AT IT if things
#         do not work out of the box, most likely it's a ppp problem!
#
#  NOTE3: "man pppd" is your friend!
#
#  NOTE4: max. 9 arguments allowed.
#
/AutoPPP/ -        a_ppp        /usr/sbin/pppd auth -chap +pap login debug

#
#
# An example where no login name in the argument list is desired:
#  automatically telnetting to machine "smarty" for a given login name
#
#telnet-smarty        gast        telnet        /usr/bin/telnet -8 smarty
#
# This is the "standard" behaviour - *dont* set a userid or utmp
#  entry here, otherwise /bin/login will fail!
#  This entry isn't really necessary: if it's missing, the built-in
#  default will do exactly this.
#
#*        -        -        /bin/login @
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP