Ubuntu10.04 network records (Drcom)

Source: Internet
Author: User
Use System: Ubuntu10.04 because Drcom authentication is required for accessing the Internet at school, the following things need to be done from installing the system to connecting to the network at the end of the city hotspot v3.482: 1. install and compile the software build-essential (because there is no network connection, only resources in the disk can be used). Enter sudodpkg-I ...... deb (there are eight files starting with "dp", "fa", "lib", "g ++", "g ++", "patch", "xz-", and "build .) Press enter. The installation is complete.

System: Ubuntu 10.04
Because Drcom certification is required for Internet access at school, v3.482 is a popular city
What needs to be done from installing the system to finally connecting to the Internet is:

1. Install and compile the software build-essential (because there is no network connection, only resources in the disk can be used)
Enter sudo dpkg-I ...... deb (there are eight files starting with "dp", "fa", "lib", "g ++", "g ++", "patch", "xz-", and "build .)
Press enter to complete the installation. All dependencies are satisfied

2. Set the IP address and DNS to connect the local connection first. At this point, you can go to the internal network, but not the internet.
Use the icon in the upper-right corner of the desktop and follow the prompts.
If it succeeds, we can see that the network label changes to the upper and lower rough arrows.
However, you still cannot access the Internet. Because the colonel network needs to authenticate the MAC address. Therefore, you need to change the MAC address on the terminal.
Sudo ifconfig eth0 down
Sudo ifconfig eth0 hw 00e04cf28574 (MAC address, no colon)
Sudo ifconfig eth0 up
In this case, try the browser and find that you can use the colonel's network.

3.download drcom-1.4.8.3.tar.gz (right-click to download and decompress it)
Decompress the cd file and drag it in. Press enter.
Enter this directory
Make
Sudo make install
......
Installed successfully
You will be prompted to set/etc/drcom. conf
Open the file and enter the following content (English only ):
Username = login post
Password = Login password
Device = eth0
Hosts T =... (some IP addresses are found online)
Dnsp = primary DNS (for example, 210.43.0.8)
Dnss = secondary DNS (for example, 210.43.0.18)
Hostip =
Serrvip = 210.43.0 .? (The authentication IP address must be correct)
Hostport =
Winver =
Winbuild =
Servicepack =
Autologout = 0
So far.

4. Start drcomd
Sudo drcomd
Login
Drcomc login
(If this step fails, perform the following steps:
Ps-ef open the process
Number of kill drcomd
Disable local connection and then enable
)
Now you can access the Internet. It took two and a half days .. Ah .. Keep viewing information ..

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.