Configuring Dial-up for Linux pppScripting a Connection In order to manage a connection to the internet with Linux using this method, you will need the following files:
You can download these files from our ftp server at ftp.kcnet.net/pub/linux and edit them as needed. Also, any of these files can be created in an editor such as Pico. If you create the files yourself, make sure you save them with the proper name and save them to the proper directory as specified above. The /etc/ppp/options
file should simply contain the following: asyncmap 20A0000 Replace "username@kcnet.com" with your assigned KCnet username. The /etc/ppp/ ppp-on-dialer file should look as follows: exec chat -v \ *Replace the 8165550000 with the your "assigned access number". The /etc/ppp/pap-secrets
file should look as follows: # Secrets for authentication using PAP Replace username@kcnet.com with your assigned KCnet username and password with you KCnet password. Remember, your KCnet username and password are case sensitive. Put a star under the server entry to ensure that you will be able to connect to any of our access servers. The /usr/sbin/ppp-on
file should look as follows: Replace "/dev/cua1 115200" with you correct modem and port speed. Finally, here is how the file /usr/sbin/ppp-off should look: #!/bin/sh
|
© 2000 KCnet, Inc. All rights reserved. Terms of Service |