|
今天装了我们这儿的矿务局的SDSL,好象也是XDSL的一种吧,不太清楚。在XP下可以正常上网,用RH9,却不能上网,用的是PPPOE协议。具体安装方法如下:
机器配置:AMD 1G 256RAM RTL8139网卡 RH9.0
在XWINDOWS下,首先给网卡配一192.168.0.X 255.255.255.0的地址
然后用互联网向导,建立一个XDSL的连接,使用DHCP方式.无法激活PPP0.
后来在终端方式下,安装rp-pppoe,adsl-setup,无防火墙。使用adsl-start无法连接,使用ADSL-CONNECT后出现如下提示:
[root@localhost root]# adsl-connect
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
Remote message: Login incorrect
PAP authentication failed
Connection terminated.
pppoe: read (asyncReadFromPPP): Session 500: Input/output error
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
Remote message: Login ok
local IP address 192.168.108.146
remote IP address 192.168.108.254
primary DNS address 202.102.227.68
secondary DNS address 211.91.184.129
然后就无反应。。光标一直闪。
这是我在WINDOWS下的信息:
C:\Documents and Settings\guoliang>ipconfig /all
Ethernet adapter 本地连接 :
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
Physical Address. . . . . . . . . : 00-02-44-4A-AD-F2
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IP Address. . . : 169.254.140.90
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
PPP adapter pmcc:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.108.156
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 192.168.108.156
DNS Servers . . . . . . . . . . . : 202.102.227.68
211.91.184.129
NetBIOS over Tcpip. . . . . . . . : Disabled
ADSL-STATUS的情况:
[root@localhost root]# adsl-status
Note: You have enabled demand-connection; adsl-status may be inaccurate.
adsl-status: Link is up and running on interface ppp0
ppp0 Link encapoint-to-Point Protocol
inet addr:192.168.108.146 P-t-P:192.168.108.254 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:70 (70.0 b) TX bytes:400 (400.0 b)
ifconfig的情况:
[root@localhost root]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:02:44:4A:AD:F2
inet addr:192.168.0.253 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11410 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:684860 (668.8 Kb) TX bytes:240 (240.0 b)
Interrupt:5 Base address:0xf000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:431 errors:0 dropped:0 overruns:0 frame:0
TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28961 (28.2 Kb) TX bytes:28961 (28.2 Kb)
希望有朋友指点一下。谢谢!!! |
|