QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 904|回复: 5

求助,关于rp-pppoe,还是上不了网阿

[复制链接]
发表于 2003-1-13 20:55:40 | 显示全部楼层 |阅读模式
装了以后,运行,显示connected,就是开不了网页,ping也不通

还有那个tkpppoe,运行正常,可是new connection的时候,按键盘没反应,打不出字来。

怎么会这样阿?装的是magiclinux

附安装过程

rpm -Uvh rp-pppoe-3.5-1.i386.rpm安装完毕后,接下来就可进行PPPoE客户端配置了。过程如下。
#/usr/sbin/adsl-setup
>>> Enter your PPPoE user name: ——此处输入拨号帐号的用户名
>>> Enter the Ethernet interface connected to the ADSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where 'n' is a number. (default eth0): ——输eth0
>>> Enter the demand value (default no): ——输no
>>> Enter the DNS information here: ——输210.83.130.18
>>> Please enter your PPPoE password: ——输网通用户口令
>>> Choose a type of firewall (0-2): ——输0
>>> Accept these settings and adjust configuration files (y/n)? ——输y
6、 启动拨号连接
/usr/sbin/adsl-start
成功连接后,屏幕显示Connected。
 楼主| 发表于 2003-1-13 22:09:31 | 显示全部楼层
监查状态
[root@localhost root]# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:05:5D:0A:50:67
          inet addr:192.168.0.220  Bcast:192.168.0.255  Mask:255.255.255.0   
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1   
          RX packets:220 errors:0 dropped:0 overruns:0 frame:0
          TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:27439 (26.7 Kb)  TX bytes:12512 (12.2 Kb)
          Interrupt:10 Base address:0x9000

起动联接
[root@localhost root]# adsl-start
.. Connected!
成功

所由信息
[root@localhost root]# ifconfigeth0
eth0      Link encap:Ethernet  HWaddr 00:05:5D:0A:50:67
          inet addr:192.168.0.220  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:233 errors:0 dropped:0 overruns:0 frame:0
          TX packets:185 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:28523 (27.8 Kb)  TX bytes:12884 (12.5 Kb)
          Interrupt:10 Base address:0x9000lo
          Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
ppp()     RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)ppp0
          Link encapoint-to-Point Protocol
          inet addr:218.108.222.153  P-t-P:210.83.128.120  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:30 (30.0 b)  TX bytes:30 (30.0 b)

[root@localhost root]# route
Kernel IP routing table
Destination     Gateway         Genmask            Flags Metric Ref    Use Iface
210.83.128.120     *           255.255.255.255      UH     0      0     0  ppp0
192.168.0.0        *           255.255.255.0        U      0      0     0  eth0
127.0.0.0          *           255.0.0.0            U      0      0     0  lo
default         192.168.0.1     0.0.0.0             UG     0      0     0  eth0

就是开不了网页,ping也不通,请指教。
未设置ip,dns服务器填的是windows下用ipconfig/all看到的那个
回复

使用道具 举报

 楼主| 发表于 2003-1-13 23:26:47 | 显示全部楼层
终于搞定了,不过有点麻烦,拨通以后手动把default网关改成动态获的ip,就行了.
回复

使用道具 举报

发表于 2003-1-17 13:01:11 | 显示全部楼层
我也有类似问题:

rpm -Uvh rp-pppoe-3.5-1.i386.rpm安装完毕后,接下来就可进行PPPoE客户端配置了。过程如下。
#/usr/sbin/adsl-setup
>>> Enter your PPPoE user name: ——此处输入拨号帐号的用户名
>>> Enter the Ethernet interface connected to the ADSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where 'n' is a number. (default eth0): ——输eth0
>>> Enter the demand value (default no): ——输no
>>> Enter the DNS information here: ——输210.83.130.18
>>> Please enter your PPPoE password: ——输网通用户口令
>>> Choose a type of firewall (0-2): ——输0
>>> Accept these settings and adjust configuration files (y/n)? ——输y
6、 启动拨号连接
/usr/sbin/adsl-start
成功连接后,屏幕显示Connected。

过程也一样,就是不能在xwindows下打开网页,请问你是怎么解决的,请告诉我,谢谢
回复

使用道具 举报

 楼主| 发表于 2003-1-19 13:59:06 | 显示全部楼层
ifconfig
route del default
route add default gw ip(刚才看到的本机ip)


有没有达人给我解释一下其中缘由阿
回复

使用道具 举报

发表于 2003-1-19 14:31:05 | 显示全部楼层
这位兄弟,我建议不要自己再安装re-pppoe工具,我现在反安装了redhat,从新安装后就可以上网了,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 17:27 , Processed in 0.116474 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表