02-17-2002
suppose that we have Linux RH7.2
what configuration we make to setup ppp sever in my machine >>>>>

10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I would like to turn my computer into an internet server so as to have my domain names (myname.com's) point to my home computer. Can I download unix from sun.com and do this with that os?
Also What is apache, ( I'm new to unix and server things) Is this needed to turn my computer into a server.... (4 Replies)
Discussion started by: gparsons70
4 Replies
2. UNIX for Dummies Questions & Answers
I have RH7.2 OS and I want my freinds to login my sys I have TCP/IP connection ppp and I know my IP also I know this ppp-18-21.cyberia.net.... I want my freinds to use Telnet How to configure it plz Help files PDF ...my freinds has ppp and LAN .......configuration for telnet also my Host is... (4 Replies)
Discussion started by: atiato
4 Replies
3. UNIX for Dummies Questions & Answers
hi,
im a newbie using unix. My local computer OS is Windows XP while server is
using Unix. May i know how to transfer file from local computer to server? i do not know the commands.
Thanks. :) (3 Replies)
Discussion started by: sagolo
3 Replies
4. Shell Programming and Scripting
hi all
How can I make a program start up automatically after the computer restart/startup in fedora?
something like:
... Establish a shell then run some of command code.
Thanks for Help!! (1 Reply)
Discussion started by: munna_dude
1 Replies
5. UNIX for Dummies Questions & Answers
Welcom
Realy I am very Happy with this forum .
I ahve question about how I can make mail server on tru64 unix and how I can full control in user account .
and how I can connect mail server with my site like yahoo. ?
thankyou (3 Replies)
Discussion started by: svuad
3 Replies
6. Solaris
How we make the Sun Solaris Server...
Which File system Need To be configure for the Making the Sun solaries Server... (1 Reply)
Discussion started by: udayn
1 Replies
7. UNIX for Dummies Questions & Answers
Hi!
Very new to unix stuff, and this is my first post to the forum. I'm pretty sure I know enough to know I know nothing, so please be patient with me and don't laugh too hard.
Ok, I've got an old computer and a laptop - the old computer was bought in the mid 90's it's still running windows... (1 Reply)
Discussion started by: boredbody
1 Replies
8. Solaris
Is there a way I can make my Sun workstation as a installation server for a remote server?. (3 Replies)
Discussion started by: calsum
3 Replies
9. UNIX for Dummies Questions & Answers
I'm using a nova session to create and edit scripts on my school's unix server.
I would like to pull my script off the server and put it in a notepad file on my desktop for the purposes of editing and copying and pasting my script in forums.
Can someone please help me with this? I'm sick of... (0 Replies)
Discussion started by: dazeman27
0 Replies
10. Red Hat
I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg.
URL - ftp://10.101.17.80/incoming
I want to copy files from to it from my Windows... (3 Replies)
Discussion started by: RHCE
3 Replies
LEARN ABOUT LINUX
pppd-radius
PPPD-RADIUS(8) System Manager's Manual PPPD-RADIUS(8)
NAME
radius.so - RADIUS authentication plugin for pppd(8)
SYNOPSIS
pppd [ options ] plugin radius.so
DESCRIPTION
The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and MS-CHAPv2 authentication against a RADIUS server instead of the
usual /etc/ppp/pap-secrets and /etc/ppp/chap-secrets files.
The RADIUS plugin is built on a library called radiusclient which has its own configuration files (usually in /etc/radiusclient), consult
those files for more information on configuring the RADIUS plugin
OPTIONS
The RADIUS plugin introduces one additional pppd option:
radius-config-file filename
The file filename is taken as the radiusclient configuration file. If this option is not used, then the plugin uses
/etc/radiusclient/radiusclient.conf as the configuration file.
avpair attribute=value
Adds an Attribute-Value pair to be passed on to the RADIUS server on each request.
map-to-ifname
Sets Radius NAS-Port attribute to number equal to interface name (Default)
map-to-ttyname
Sets Radius NAS-Port attribute value via libradiusclient library
USAGE
To use the plugin, simply supply the plugin radius.so option to pppd, and edit /etc/radiusclient/radiusclient.conf appropriately. If you
use the RADIUS plugin, the normal pppd authentication schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The RADIUS
server should assign an IP address to the peer using the RADIUS Framed-IP-Address attribute.
SEE ALSO
pppd(8) pppd-radattr(8)
AUTHOR
David F. Skoll <dfs@roaringpenguin.com>
PPPD-RADIUS(8)