Я использую Linux Gentoo, и вот пытался поднять Вашу систему на дпнной платформе, но столкнулся с рядом трудностей. Сейчас у меня главная проблема номер 1 - после аутентификации окно терминала просто закрывается и все - вылазит мессага типа:
Цитата:
Ошибка629
Произошло отключение от удаленного компьютера.
Чтобы востановить .....
Вот что я собственно делал:
Код:
1. emerge -v ppp
file: /etc/options
Код:
lock
mtu 1500
#mru 576
lcp-echo-interval 30
lcp-echo-failure 10
ms-dns 80.91.164.193
ms-dns 192.168.108.107
file:/etc/radiusclient/radiusclient.conf
Код:
auth_order radius
login_tries 4
issue /etc/radiusclient/issue
login_timeout 60
nologin /etc/nologin
authserver 127.0.0.1:1812
acctserver 127.0.0.1:1813
servers /etc/radiusclient/servers
dictionary /etc/radiusclient/dictionary
seqfile /var/run/radius.seq
mapfile /etc/radiusclient/port-id-map
default_realm
radius_timeout 10
radius_retries 3
Код:
2. emerge -v mgetty
file:/etc/mgetty+sendfax/login.config
Код:
* - - /usr/sbin/radlogin -f /etc/radiusclient/radiusclient.conf @
file:radlogin->login.radius
Код:
#!/bin/sh
#
# $Id: login.radius,v 1.1 2002/01/22 16:03:02 dfs Exp $
#
# Copyright (C) 1998 Lars Fenneberg
#
# See the file COPYRIGHT for the respective terms and conditions.
# If the file is missing contact me at lf@elemental.net
# and I'll send you a copy.
#
cat << EOF
This is the dummy login.radius script. If you want that this script
does something useful you'll have to replace it.
The following RADIUS environment variables are set:
EOF
set | egrep '^RADIUS_'
exit 0
После аутентификации в окне терминала-после чего оно закрывается
Код:
VISP Vsesvit Internet Service Provider
-----------------------------------------------------
Linux 2.6.10 (gentoo) (port 2)
-----------------------------------------------------
login: test1
Password:
RADIUS: Authentication OK
This is the dummy login.radius script. If you want that this script
does something useful you'll have to replace it.
The following RADIUS environment variables are set:
RADIUS_ACCT_INTERIM_INTERVAL=60
RADIUS_FRAMED_IP_ADDRESS=192.168.108.201
RADIUS_FRAMED_PROTOCOL=PPP
RADIUS_SERVICE_TYPE=Framed-User
RADIUS_USER_NAME=test1
После чего окно терминала просто закрывается!