Description of ADSL dial-up Internet access in Linux

Source: Internet
Author: User
Article title: Explanation of ADSL dial-up Internet access in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

In LINUX, there are two ways to access the Internet through ADSL dial-up: one is to create a new dial-up connection in the network, similar to WIN, and the other is to use command lines. Next, I will introduce how to configure Internet access in the command line environment.

I. decompress

# Tar xvfz rp-pppoe-3.2.tar.gz # cd rp-pppoe-3.2

2. Compile and install

Run the script #./go to automatically compile and install it. finally, call/usr/sbin/adsl-setup for configuration. for details, see section 3.

3. configure PPPOE client software

After installing the software package, you must configure the pppoe configuration file/etc/ppp/pppoe. conf so that the user name, password, and other parameters in the configuration file can be used during ADSL dialing. We do not need to manually modify this file. you can use the adsl-setup tool for configuration:

#/Usr/sbin/adsl-setup

>>> Enter your PPPoE user name:

Enter the username of the ADSL account

When

>>> Enter the Ethernet interface connected to the ADSL modem

For Solaris, this is likely to be something like/dev/hme0.for Linux, it will be ethn, where 'n' is a number. (default eth0): enter eth0, which is the name of the network card connected to ADSL.

When

>>> Enter the demand value (default no ):

Enter no

When

>>> Enter the DNS information here:

Enter the server, which indicates the IP address of the DNS server automatically obtained through ADSL dialing.

When

>>> Please enter your PPPoE password:

Enter the password of the ADSL account

When

>>> Choose a type of firewall (0-2 ):

Enter 0, no firewall

When

>>> Accept these settings and adjust configuration files (y/n )?

If the entered information is correct, enter y to complete the configuration. otherwise, enter n to enter again.

[1] [2] Next page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.