UbuntuLinuxDrcom client surfing the Internet

Source: Internet
Author: User
Article title: UbuntuLinuxDrcom client surfing the Internet. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories 1. install the compiling environment:
 
Sudo apt-get install build-essential libssl-dev
 
2. install linux-headers
 
Sudo apt-get install linux-headers-'uname-R'
 
Uname-r is the command output: for example, my name is 2.6.15-28-686.
 
The core is 2.6.15. The system version is 28.
 
686 indicates that my cpu is p4.
 
After the upgrade, the system will install 386 by default.
 
3. download Dr. com1.3.2
 
: Http://sourceforge.net/projects/drcom-client
 
4. installation:
 
Tar-zxvf drcom-1.3.2.tar.gz
 
Cd drcom-1.3.2/
 
Note:
 
Modify login. c, logout. c, passwd. c. watchport. c
 
In the first include statement of the four files, replace # include with # include.
 
Otherwise, you need to install a libssl package, which is not included in the installation disk-_.-+
 
Make
 
Sudo make install
 
5. configuration:
 
Sudo vi/etc/drcom. conf (leave it blank and do not need to be filled in)
 
Begin
 
Username = 11100068969 # username
 
Password = 126223 # password
 
Mac = 00: 15: 58: 65: 3B: FC # ifconfig View hardware address
 
Nic0 = 192.168.0.228 # ip address automatically obtained by dhcp
 
Nic1 =
 
Nic2 =
 
Nic3 =
 
Dnsp = 221.11.1.67 # Netcom dns
 
Dnss = 221.11.1.68 # Secondary dns
 
Dhcp =
 
Hostip =
 
Servip = 221.11.20.10
 
Hostport =
 
Servport =
 
Hostname =
 
Winver =
 
Winbuild =
 
Servicepack =
 
Autologout = 0
 
End
 
6. now you can access the Internet.
 
Logon:
 
Sudo drcomd
 
Enter it once at startup.
 
Login
 
Drcomc login
 
If the following information appears, the logon is successful:
 
Login succeeded
 
Exit:
 
Drcomc logout
 
Logout succeeded
 
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.