Settings for accessing the Internet using ADSL in FreeBSD

Source: Internet
Author: User
The following steps pass the test in FreeBSD 5.3

1. Add the following content to the/etc/PPP. conf file:

ADSL:
Set device pppoe: nve0 (nve0 is my nforce Nic name)
Set speed sync
Set dial
Set Login
Add default hisaddr
Set authname account name
Set authkey Password
Papchap:
Set authname account name
Set authkey Password

2. Edit/boot/defaults/loader. conf.

Ng_ppp_load = "yes"
Ng_pppoe_load = "yes"
Ng_socket_load = "yes"

3. Run the PPP-Background ADSL command to connect

4. Run the ifconfig-a command to test the function. If tun0 is bound with an IP address, the operation is successful.

If you want to enable automatic dialing when entering the system, you can modify/etc/rc. conf.

Ppp_enable = "yes"
Ppp_mode = "ddial"
Ppp_profile = "ADSL"

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.