分页: 2 / 2

发表于 : 2005-10-12 12:56
gnix_oag
我的怎么有两个ppp

一个是 ppp0 一个是 ppp1

还有 eth0 lo

发表于 : 2005-10-12 12:57
gnix_oag
怎样去掉这个 ppp1 啊

发表于 : 2005-10-12 13:00
gnix_oag
好晕,重起到 linux 中又能上了

这是linux 中发的

发表于 : 2005-10-12 13:01
gnix_oag
ifconfig (有两个一样的)

eth0 Link encap:Ethernet HWaddr 00:11:2F:C9:04:65
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:2fff:fec9:465/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:365 errors:0 dropped:0 overruns:0 frame:0
TX packets:353 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:178705 (174.5 KiB) TX bytes:93849 (91.6 KiB)
Interrupt:17 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:272 (272.0 b) TX bytes:272 (272.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:222.51.96.115 P-t-P:222.51.96.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:53 errors:0 dropped:0 overruns:0 frame:0
TX packets:73 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:3030 (2.9 KiB) TX bytes:6375 (6.2 KiB)

ppp1 Link encap:Point-to-Point Protocol
inet addr:222.51.99.12 P-t-P:222.51.96.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:274 errors:0 dropped:0 overruns:0 frame:0
TX packets:247 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:164996 (161.1 KiB) TX bytes:78256 (76.4 KiB)

发表于 : 2005-10-12 13:02
firehare
呵呵,同情中...
系统/系统管理/联网中不能去吗?

发表于 : 2005-10-12 13:02
gnix_oag
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0

auto dsl-provider
# iface eth0 inet static
# address 192.168.0.2
# netmask 255.255.255.0
iface dsl-provider inet ppp
provider dsl-provider
pre-up /sbin/ifconfig eth0 up

auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0

发表于 : 2005-10-12 13:06
gnix_oag
可能是 ppp0 与 ppp1 的问题

sudo ifconfig ppp1 down

这样可以关掉 ppp1

先用着,看会不会有这种问题.

发表于 : 2005-10-12 13:10
gnix_oag
firehare 写了:呵呵,同情中...
系统/系统管理/联网中不能去吗?
不行,不知是不是.这 ppp 加的这个

因为那时不能 用 adsl 所以就加了

ln -s /etc/ppp/pppoe_on_boot /etc/ppp/ppp_on_boot

现在只要 删除它, 看看能不能上网就知道了

正试

发表于 : 2005-10-12 13:21
gnix_oag
能够上,这说明 PPPoE重启失效的 bug 解决了,

呵呵

这次事件,学会网络的一些基本配置(基于文件的)

gnome 里面的网络设置有限的很

:D :D :D

发表于 : 2005-10-12 14:32
bravehao
firehare 写了:
bravehao 写了:不仅仅是ff下面,包括Konquer下面都是一样,老是在解析当中,速度都慢了好多,我的是5。10的,不知有没有解决办法?
那就是整个解析慢了
看情况兄弟你可以上网
只是比较慢解析要花很多时间
以个人经验判断
你的第一个DNS服务应该不正常
将第一个DNS服务器注释掉之后看看是否正常
我是用的DHCP自动分配的配置的,换了之后也还是一样的不行,好像这个问题以前在suse里面也遇到过,最终还是没能很好的解决

发表于 : 2005-10-12 14:58
firehare
那会不会是由于你ISP商的DNS服务器负载过重引起的呢?你nslookup到你的DNS服务器上看看解析速度如何?