当前位置:  技术问答>linux和unix

RedHat10下如何通过ADSL上网?

    来源: 互联网  发布时间:2016-05-15

    本文导语:  前一段时间我曾经成功设置过上网,大概是在图形界面里: 系统设置-->网络设置-->按windows下得到的ip地址,网关,dns的ip输入到网卡eth0及DNS里,然后点"激活",再打开浏览器就可以上网了. 现在重装了linux,按上面设置了一翻,却不能上...


前一段时间我曾经成功设置过上网,大概是在图形界面里:

系统设置-->网络设置-->按windows下得到的ip地址,网关,dns的ip输入到网卡eth0及DNS里,然后点"激活",再打开浏览器就可以上网了.

现在重装了linux,按上面设置了一翻,却不能上网,比如要上google,就提示unknow host,
我怀疑是网卡驱动有问题,就ping了一下网关地址(在同一台机器的windows系统下是能ping通的,说明硬件没问题),
但却显示destination unreachable,

请问这是怎么回事啊?

|
如果DNS没错的话,看看这个

一般redhat 9直接使用dhcp是有一个bug的 
需要在/etc/sysconfig/network-script/ifcfg-eth0 
里加上 
check_link_down() { 
    return 1; 


我以前用RH9确实有这个情况,按上面情况修改后就没问题了

如果真的有问题,你的网卡应该是一直激活失败的

|
基于RedHat系统ADSL上网配置指南

http://download.chinaunix.net/download/0010000/9073.shtml

软件名称:   rp pppoe
授权方式: 
操作系统:  Linux,FreeBSD,UNIX
软件大小:  184KB
最新更新:  2003-03-25 00:12:33
软件简介: 
相关论坛:  下载频道交流区
立即下载 

rp-pppoe-3.5.tar.gz
rp-pppoe-3.7.tar.gz
rp-pppoe-3.8.tar.gz 



  本文用注视加命令行提示的方式从安装实例的角度为初学linux的朋友阐述了Red Hat中用ADSL拨号上网的详细过程,希望可以给遇到此困难的朋友以帮助。

  首先应该确定您是否安装了pppoe的应用程序。如果确实已经安装了,可以在终端用 adsl-setup命令启动adsl配置,提示过程为英文。大概为:

  [root@localhost root]# adsl-setup

  Welcome to the ADSL client setup. First, I will run some checks on

  your system to make sure the PPPoE client is installed properly...

  The following DSL config was found on your system:

  Device: Name:

  ppp0 DSLppp0

  Please enter the device if you want to configure the present DSL config

  (default ppp0) or enter "n" if you want to create a new one: ppp0 //默认为ppp0

  LOGIN NAME

  Enter your Login Name (default SJ00411210A1): anthrax //这里用你自己的用户名代替我的anthrax:)

  INTERFACE

  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 ethX, where "X" is a number.

  (default eth0): eth0 //默认网卡设备为eth0

  Do you want the link to come up on demand, or stay up continuously?If you want it to come up on demand, enter the idle time in seconds after which the link should be dropped. If you want the link to stay up permanently, enter "no" (two letters, lower-case.)

  NOTE: Demand-activated links do not interact well with dynamic IP addresses. You may have some problems with demand-activated links.

  Enter the demand value (default no): no //这里使用默认no就可以了,断线后不自动拨号。

  DNS

  Please enter the IP address of your ISP"s primary DNS server.If your ISP claims that "the server will provide dynamic DNS addresses",enter "server" (all lower-case) here. If you just press enter, I will assume you know what you are doing and not modify your DNS setup. Enter the DNS information here: 202.96.134.133 //主DNS地址设置,根据您的具体情况替换。

  Please enter the IP address of your ISP"s secondary DNS server.

  If you just press enter, I will assume there is only one DNS server.

  Enter the secondary DNS server address here: 202.96.134.133 //第二DNS地址设置。

  PASSWORD

  Please enter your Password: //这里设置密码,和unix规则一样,密码并不回显,因此不要认为您的键盘出了毛病:)

  Please re-enter your Password:

  //确认密码

  USERCTRL

  Please enter "yes" (two letters, lower-case.) if you want to allow normal user to start or stop DSL connection (default yes): yes //是否允许普通用户共享ADSL。

  FIREWALLING

  Please choose the firewall rules to use. Note that these rules are very basic. You are strongly encouraged to use a more sophisticated firewall setup; however, these will provide basic security. If you are running any servers on your machine, you must choose "NONE" and set up firewalling yourself. Otherwise, the firewall rules will deny accessto all standard servers like Web, e-mail, ftp, etc. If you are using SSH, the rules will block outgoing SSH connections which allocate a privileged source port.

  The firewall choices are:

  0 - NONE: This script will not set any firewall rules. You are responsible for ensuring the security of your machine. You are STRONGLY recommended to use some kind of firewall rules.

  1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation

  2 - MASQUERADE: Appropriate for a machine acting as an Internetgateway for a LAN

  Choose a type of firewall (0-2): 1 //配置防火墙等级,根据您的需要选择。

  Start this connection at boot time

  Do you want to start this connection at boot time?

  Please enter no or yes (default no):no //是否允许开机自动加载,这里选择no,否则系统启动速度太慢!

  ** Summary of what you entered **

  Ethernet Interface: eth0

  User name: anthrax

  Activate-on-demand: No

  Primary DNS: 202.96.134.133

  Secondary

  DNS: 202.96.134.133

  Firewalling: STANDALONE

  User Control: yes

  Accept these settings and adjust configuration files (y/n)?

  选择y,配置完成。您可以用 adsl-start命令启动,可以用adsl-stop命令停止。

  为了方便,可以在桌面建立一个应用程序链接,命令就使用adsl-start。这样每次双击那个快捷图标就可以建立adsl链接了,跟windows中一样方便。

|
先装个ADSL的客户端软件
然后在/etc/sysconfig/network-scripts/ifcfg-eth0
中设置网卡的信息。及网关
如下:

# VIA Technologies, Inc. VT6105 [Rhine-III]
DEVICE=eth1
BOOTPROTO=static
BROADCAST=192.168.0.255
HWADDR=00:13:46:72:9E:52
IPADDR=192.168.0.4
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes


再设置DNS:/etc/resolv.conf
nameserver  x.x.x.x



|
还是不行的话,贴出:
#route -n

|
我怀疑是在安装时,到了设置防火墙那一步,有一个"来自eth0的所有应用",我给勾上了,
但是它是不是要禁止eth0的意思? 

=============================================================

Desktop->System Setting->Security Level 
在Trusted devices 里eth0打上勾.
点OK.

    
 
 

您可能感兴趣的文章:

  • 红帽redhat下通过脚本和yum安装docker容器引擎的详细步骤
  • 关于通过FTP安装REDHAT7。2的问题。(网络安装REDHAT7。2问题)
  • 工作站Redhat Linux7.2如何通过NT4.0 proxy代理服务器上网,我不能通过其验证!请高手指点思路和方法!
  • 通过HTTP下载MANDRAKE9.1和REDHAT9.0
  • RedHat 7.1英文版怎么样通过外挂支持中文?只要求支持......
  • 谁有通过U盘安装redhat9.0方法?
  • 如何设定指定的用户不能通过登陆到本机,只能登陆ftp服务器(操作系统redhat 9)
  • 如何注册kylix3.0(RedHat7.3)?,是不是一定要通过网络注册?
  • redhat9下,我怎么通过代理上网?
  • 请问在redhat8.0装上qq时(通过http代理),怎么还是不能用啊?
  • 通过一晚上.在2000上装了REDHAT9.再装ORACLE9I
  • redhat 7.2下我从局域网内部通过网关访问外部网站,如何设置DNS(图形界面方法也可以)
  • 在redhat9中(e文的)能够显示中文,但通过ssh copy后在win系统paste显示是乱码,为何?
  • redhat9.0下要开哪些服务,才能让同一局域网的电脑(windows)能通过IP地址,访问其共享文件夹?
  • REDHAT 如何配置通过局域网上网?
  • 最近装了redhat 9,但不知道怎么通过adsl上网??
  • [高分]我在wmWare上安装了Redhat Linux4,怎样才能和主机通过网络连接?
  • redhat 9.0 中,安装了vsftpd后,如果把防火墙关掉(iptables -F)后,外部是可以通过ftp连接的。但如果开了防火墙,就连不上,请问。如果
  • 在redhat中怎样通过一行代码设置用户密码?
  • 各位大哥,装Linux(Redhat9)的电脑能否通过装Windows(XP或2K3)的电脑的ADSL Modem来共享上网啊?该怎么做啊?
  • redhat as5 更新内核至2.6.38.6时 make不通过
  • redhat linux 9.0 上网设置问题
  • 关于 REDHAT10 下 PPPOE 上网的问题
  • Linux redhat 本本 无线路由上网配置
  • redhat 7.2能用宽带来上网么?
  • 新机器,新redhat系统,无法上网?
  • 急...redhat 7.3 adsl上网问题
  • 安装redhat 9.0怎么不能上网?
  • redhat7.3下怎么设置ADSL拨号上网
  • RedHat9无法上网,求助!!!
  • 请问如何让在Virtual PC、VMWAR中的Redhat linux 7.2 上网
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • redhat怎么上ADSL?
  • Redhat 9在shell下面怎么用adsl拨号(图形界面没装)
  • RedHat Linux 8.0 下如何配置adsl上网?
  • redhat linux 9 adsl拨号上网的问题。
  • RedHat9无法上ADSL
  • 请问如何让在Virtual PC、VMWAR中的Redhat linux 7.2 上网 iis7站长之家
  • RedHat 7.2下的adsl-setup在哪里?我完全安装了,还是找不到
  • REDHAT LINUX多少版本后开始支持ADSL拨号的?
  • Redhat Linux 9如何连接ADSL?【求助】
  • 请教redhat9 共享ADSL上网设置
  • 我的adsl在redhat 7.3下激活不了
  • redhat 9 adsl上网问题
  • redhat9+ADSL+IPTALBE局域网上网,如何完全实现www,SMTP,pop3代理?大侠帮忙呀!!!
  • 如何用redhat6做服务器 连winxp上adsl 详细说明 满意给高分
  • 初学者的问题:在RedHat8下如何用Adsl上网?
  • 实达USB ADSL 5800UB的猫怎么在redhat8。0下上网
  • 在redhat linux 7.0下面上网为什么速度那么慢?我用的是ADSL啊!!请知情人告知,感激不尽
  • 在RedHat9中,ADSL拨号不断的断线重启,每次都改变IP地址,怎么办?
  • 唉,帮帮我吧,redhat8.0 Adsl上网(没网卡,也无需帐号的,高分相送)
  • linux redhat 8.0下,安装ADSL的问题
  • redhat/centos 常用信息查看命令整理
  • 请问redhat6.2或redhat7.0有没有汉化版本或汉化包。only redhat serial?
  • Linux/centos/redhat下各种压缩解压缩方式详解
  • 我机器上装了win98SE,win2000 Server,和Mandrake linux,我想再装个RedHat,可是到后来我发现RedHat没有认出ManDrake,我装上RedHat后,Lilo
  • Linux_centos_redhat下tar命令解压tgz文件方法
  • 不是说Liunx是免费发布的嘛,请问哪里可以下载RedHat 7.3或更高版本的redhat的完全安装版,请提供地址,我想装个redhat学学
  • redhat linux/CentOS 6/7 关闭防火墙(iptables)命令,作用:CentOS 防火墙不关行不行?
  • 三个问题,关于RedHat7.2和RedHat7.3的........
  • 根据文件大小查找文件的find命令举例(Linux,centos,redhat)
  • REDHAT8 比 REDHAT7.x要好多少? 是不是对硬件要求比较高? 另外
  • Redhat/Centos下rpmbuild命令从spec文件或者tar包建立rpm


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3