红联Linux门户
Linux帮助

FC10网络设置问题

发布时间:2009-04-27 19:31:59来源:红联作者:sctopaz
装好了系统,做了一些网络设置但是始终没有成功。
现在不知道该怎么办了,不能上网,实在是难受至极。
应该怎么做才能解决问题,希望知道的给个建议,谢谢。
-
系统>>设置>>网络
首先新建了一个连接,填了名称,ISP用户名和密码.
建立好后激活,打开FWB,提示offline use.
[attach]13112[/attach]
-
终端里敲入setup>>Network配置
[attach]13113[/attach]
-
DNS
[attach]13114[/attach]
-
DHCP
[attach]13115[/attach]
-
以下是一些查看的信息
--------------------------------------------------------------------
[root@localhost sbin]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:B1:03:A1:91
inet6 addr: fe80::2e0:b1ff:fe03:a191/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1014 errors:0 dropped:0 overruns:0 frame:0
TX packets:1012 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:180437 (176.2 KiB) TX bytes:163456 (159.6 KiB)
Interrupt:16

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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:800 (800.0 b) TX bytes:800 (800.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:125.93.20.209 P-t-P:125.93.16.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:856 errors:891 dropped:0 overruns:0 frame:0
TX packets:862 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:156155 (152.4 KiB) TX bytes:133722 (130.5 KiB)
----------------------------------------------------------------------------------------
[root@localhost sbin]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
1.16.93.125.bro * 255.255.255.255 UH 0 0 0 ppp0
default * 0.0.0.0 U 0 0 0 ppp0
-----------------------------------------------------------------------------------------
[root@localhost sbin]# ping www.google.cn
PING google.cn (203.208.39.104) 56(84) bytes of data.
64 bytes from bi-in-f104.google.com (203.208.39.104): icmp_seq=1 ttl=246 time=55.0 ms
64 bytes from bi-in-f104.google.com (203.208.39.104): icmp_seq=2 ttl=246 time=56.3 ms
64 bytes from bi-in-f104.google.com (203.208.39.104): icmp_seq=3 ttl=246 time=55.3 ms
64 bytes from bi-in-f104.google.com (203.208.39.104): icmp_seq=4 ttl=246 time=56.3 ms
64 bytes from bi-in-f104.google.com (203.208.39.104): icmp_seq=5 ttl=246 time=55.3 ms
.....
--------------------------------------------------------------------------------------------
[root@localhost etc]# cat resolv.conf
# Generated by NetworkManager


# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
nameserver 202.96.128.166
nameserver 202.96.128.68

----------------------------------------------
[root@localhost network-scripts]# cat ifcfg-MyE8
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
TYPE=xDSL
DEVICE=ppp0
BOOTPROTO=dialup
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
IDLETIMEOUT=600
PERSIST=yes
SYNCHRONOUS=yes
DEFROUTE=yes
USER=***********
ETH=eth0
PROVIDER=MyE8
DEMAND=no
NM_CONTROLLED=yes
ONBOOT=yes
DNS1=192.168.1.1
[root@localhost network-scripts]#
------------------------------------------------------------------------
文章评论

共有 4 条评论

  1. sctopaz 于 2009-04-28 00:24:06发表:

    Network Manager是个相当智能的东西,它可以自动管理和配置网络参数,为什么用它也没能解决联网问题呢?
    :0wl;l1

  2. sctopaz 于 2009-04-27 21:08:03发表:

    引用:
    手动设置IP看看。。。
    ilovelinux! 发表于 2009-4-27 20:21

    应该怎么设,能具体点吗.
    (6)m:b

  3. ilovelinux! 于 2009-04-27 20:21:34发表:

    手动设置IP看看。。。

  4. sctopaz 于 2009-04-27 20:15:45发表:

    补充:
    网络环境
    电信ADSL,拨号上网,4台电脑共用
    INTERNET---MODEM-----交换机-----交换机--PC
    PC---| |---PC |---PC
    (交换机均由路由器充当)