Pejman Moghadam / Redhat

Redhat 8.0 - Simple Dial-in Server

Public domain


# rpm -ivh /root/disks/3/mgetty-1.1.28-9.i386.rpm
# rpm -ivh /root/disks/1/ppp-2.4.1-7.i386.rpm
# cat /etc/ppp/peers/dialin

    auth
    -chap
    +pap
    asyncmap 0
    netmask 255.255.255.0
    ms-dns 172.16.10.1
    proxyarp
    lock
    crtscts
    modem
    mtu 1500
    debug
    172.16.10.21:172.16.10.22

# cat /etc/inittab | grep mgetty

    S0:2345:respawn:/sbin/mgetty -s 57600 -x 3 ttyS0

# cat /etc/mgetty+sendfax/login.config | grep AutoPPP

    /AutoPPP/ - a_ppp /usr/sbin/pppd call dialin

# cat /etc/ppp/pap-secrets

    # client server secret IP addresses
    pejman * "123456" 172.16.10.22

# cat /etc/modules.conf | grep ppp

    alias ppp-compress-21 ppp_deflate

BY: Pejman Moghadam
TAG: dialin, mgetty
DATE: 2007-11-27 15:20:07


Pejman Moghadam / Redhat [ TXT ]