Set the ADSL dial-up connection in openSUSE 12.1

Source: Internet
Author: User

Set the ADSL dial-up connection in openSUSE 12.1

1. Install smpppd
 
1. Open "start" -- "computer" -- Yast -- software management, search for smpppd, find it, select, and accept installation
 
2. Modify the DSL. ycp File

Because the linux-atm-lib package is not required, modify the Yast Configuration:
 
Modify/usr/share/YaST2/modules/DSL. ycp
 
Global list Packages (){
If (size (NetworkInterfaces: List ("dsl") <1) return [];
Return ["smpppd", "ppp", "pptp", "linux-atm-lib"];
}

Change

Global list Packages (){
If (size (NetworkInterfaces: List ("dsl") <1) return [];
Return ["smpppd", "ppp", "pptp"];
}
Run the following command:
# Ycpc-c/usr/share/YaST2/modules/DSL. ycp
Enable YaST2 again
 
2. Add DSL
 
1. find "network connection"> DSL -- add, and select "Activate upon startup" in the activation options. Next, select a supplier. Then, click "new, this is the interface similar to the broadband connection in windows. Enter the Supplier name (whatever you want) and the user name and password.

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.