Henan Netcom (Unicom) users due to the upgrade of PPPoE, user name added a secret, so the normal user name can not log on the Internet. This article is for upgraded to PPPoE area (only Henan Netcom users, other regions Netcom users can call directly free 10060 consultation), designed to provide a convenient way to connect the network.
How to obtain an encrypted account
Under Windows System, follow these steps:
Open "http://www.aliyun.com/zixun/aggregation/33885.html" >ie browser--"tools"--"Internet Options"--"connections"--"Rwpppoe"--"settings"--"username "Here you can see the encrypted ciphertext account, recorded, note that case."
Start connecting to the network
Open the terminal under Ubuntu and enter
sudo pppoeconf
All the way back, enter the encryption account, the password or the original password.
Detecting whether to sign in
Ifconfig
A situation like the following indicates that you are logged in
Ppp0 Link EnCap: Point-to-Point Protocol
inet address: 123.4.56.201 point to point: 123.4.56.1 Mask: 255.255.255.255
Up Pointopoint RUNNING noarp multicast mtu:1468 metric: 1
Receive packet: 7883 Error: 0 Discard: 0 Overload: 0 Number of frames: 0
Send packet: 7668 error: 0 Discard: 0 Overload: 0 Carrier: 0
Collisions: 0 Send Queue Length: 3
Bytes Received: 5796719 (5.5 MB) bytes Sent: 1031478 (1007.3 KB)
Description: Henan Netcom Upgraded to the PPPoE method, the dialer only encrypted the user name, the password is not encrypted, so we just get the true netcom ADSL account name.
If you still cannot log on at this time
Since Ubuntu defaults to installing more than one dial-up software, now we only need to use pppoeconf, the unused should be deleted.
sudo aptitude purge Network-manager pppconfig
Henan netcom Broadband Client Installation (suitable for dhcp+ users)
Download Henan netcom dedicated client and modify client script
wget 218.29.0.252/racer/linux/racer.tar.gz #下载客户端包
sudo tar zxvf racer.tar.gz-c opt #解压到 opt (or unzip to any folder for example, unzip to/usr/local/)
sudo nano/opt/racer/ecou.sh #编辑该脚本.
Modify the following section
#!/bin/sh
Excute_name= "Racer"
X_name= "Race"
For
#!/bin/sh
Lang=en_us.utf8
Export Racerc=/opt/racer
Export path= $PATH:/racer
Excute_name= "Racer"
X_name= "Race" #Ctrl +x Shift+y exit and save changes
OK, you can log in now
sudo/opt/racer/ecou.sh start #按2次回车, enter username, password
If you still cannot log on at this time
Turn on system ──── System Management ──── network ──── wired connection ──── Properties ──── automatic configuration (DHCP)
Some versions lack libstdc++.so.5 problems