Fedora 9系统下上网的终极解决方法 - Moxida网摘

Moxida网摘

When I figure it out, I will let you know…
  • 首 页
  • About
  • Archives
  • Tags
Moxida.com Project Code    Posts    Comments

Fedora 9系统下上网的终极解决方法

Monday, September 29th, 2008

在终端中输入: #pppoe-setup

Welcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly… Looks good! Now, please enter some information:

USER NAME

 >;>;>; Enter your PPPoE user name (default XXX): 在这里输入ADSL用户名

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 ethn, where ‘n’ is a number. (default 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):直接回车

DNS

Please enter the IP address of your ISP‘s primary DNS server. If your ISP claims that ’the server will provide 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:在这里输入server 即自动获得DNS

PASSWORD

 >;>;>; Please enter your PPPoE password:输入ADSL密码
>;>;>; Please re-enter your PPPoE password:再输入一次

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 access to 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 Internet gateway for a LAN

 >;>;>; Choose a type of firewall (0-2):这里输入0,可自选,英文水平有点的都懂

** Summary of what you entered **

Ethernet Interface: eth0

User name: XXX

Activate-on-demand: No

DNS: Do not adjust

Firewalling: MASQUERADE

 >;>;>; Accept these settings and adjust configuration files (y/n)?这里输入y即可,输入n就是重头设置过。

配置完成!

配置完成之后 当然不要忘记激活我们的网卡eth0 啦! 我就在这里想了好久都没想到~ 呵呵 说实在的是无意当中想到这方法就顺便试试的 没想到真成功了!

具体步骤如下~

我装的是双系统(xp+fedora9) 首先在xp下用ipconfig/all获取eth0的ip地址和dns 当然咯这里的默认网关可能为空(我的就是),不过没关系,把这里显示的ip和dns记录下来, 然后转入fedora9 把刚记录的ip和dns数据写进eth0手动设置ip和dns里边~ 重启系统, 进来之后也许你会发现还是不行,不急,再在终端里输入“service network restart”重启network服务即可。

 

 

linux redhat9.0/fedora4.0下adsl上网和配置全过程

 
来源: ChinaUnix博客 日期: 2006.10.05 02:50 (共有0条评论) 我要评论

linux redhat9.0/fedora4.0下adsl上网和配置全过程
作者:上上智 来源:不详 (2006-06-27 16:59:02)

看了这么久的blog,我自写一点配置哈
现在有很多想学习linux的人, 就是因为不能配置上网,所以不想学习现在我从adsl配置到nat全过程如下:
1)安装rp-pppoe-3.5-2包
在安装系统时,对新用户一般选择全部安装的,那就安装了,以后rpm, 或者tarball了,这很方便,对初学者:
eg:
rpm -ivh rp-pppoe-3.5-2.rpm
tarball 安装:
tar zxvf rp-pppoe-3.5-2.tar.gz
cd rp-pppoe-3.5-2
./configure
make
make install
2)rp-pppoe-3.5-2配置
步骤:
a) 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

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:
//这是我已经安装过了,主要是写文档:选择默认按回车
LOGIN NAME

Enter your Login Name (default lanlgn409ldj@zgcnc):
//这是我已经安装过了,:没有安装是输入adsl用户名
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):
//选择默认按回车
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):
//选择默认按回车
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:
// 输入server自动得到dns,server的ip
PASSWORD
Please 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):
//选择默认按回车问你是否连接
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
access to 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 Internet gateway
for a LAN
Choose a type of firewall (0-2):
//是否设置firwall
Do you want to start this connection at boot time?
Please enter no or yes (default no):
//启动时是否连接
Do you want to start this connection at boot time?
Please enter no or yes (default no):
** Summary of what you entered **
Ethernet Interface: eth0
User name: lanlgn409ldj@zgcnc
Activate-on-demand: No
DNS: Do not adjust
Firewalling: NONE
User Control: yes
Accept these settings and adjust configuration files (y/n)?
//是否写入配置文件里 选择 y
3)假如你是用别人的mac连接
1 redhat9.0改mac:
ifconfig eth0 down
ifconfig eth0 hw ether 5254ab323d51
ifconfig eth0 up
ifup ppp0
2 fedora 4.0改mac:
ifdown eth0
ifconfig eth0 hw ether 5254ab323d51
ifup eth0
ifup ppp0 &adsl-start
4)测试一下
ping
www.baidu.com
5)做nat
echo "1" >/proc/sys/net/ipv4/ip_forward //这很重要,路由转发
modprobe ip_tables
modprobe ip_nat_ftp
modprobe ip_nat_irc
modprobe ip_conntrack
modprobe ip_conntrack_ftp
modprobe ip_conntrack_irc
/sbin/iptables -F
/sbin/iptables -X
/sbin/iptables -Z
/sbin/iptables -F -t nat
/sbin/iptables -X -t nat
/sbin/iptables -Z -t nat
/sbin/iptables -P INPUT ACCEPT
/sbin/iptables -P OUTPUT ACCEPT
/sbin/iptables -P FORWARD ACCEPT
/sbin/iptables -t nat -P PREROUTING ACCEPT
/sbin/iptables -t nat -P POSTROUTING ACCEPT
/sbin/iptables -t nat -P OUTPUT ACCEPT
/sbin/iptables -t nat -A POSTROUTING -o ppp0 -s 192.168.0.0/24 -j MASQUERADE//不是adsl也可以把ppp0改成eth0 ,
1一般网卡nat:
[root@test root]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
BROADCAST=192.168.0.255
IPADDR=192.168.0.1
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes
[root@test root]# vi /etc/sysconfig/network-scripts/ifcfg-eth0:0
DEVICE=eth0:0
BOOTPROTO=static
BROADCAST=192.168..255
IPADDR=192.168.1.2
NETMASK=255.255.255.0
NETWORK=192.168..0
ONBOOT=yes
2 两块网卡nat:
只是那個 eth0:0 改成了 eth1 而已啦,其它都是一样的设置
6)dns 设置
在里面/etc/resolv.conf
把你的ip写入里面去
nameserver 192.168.0.1
然后重启要不然,客户机不能上网

 

Random Posts

  • openSUSE 11.0 之美麗與哀愁
  • 电脑洁癖综合症
  • Speed Testing the Latest Web Browsers [Web Browsers]
  • “三鹿事件”如果发生在国外
  • 跟我一起做奥运中国风效果
  • Nvidia 173.14.05 for Linux x86/x86-64 驱动释出
  • Wordpress 2.6:两个新功能
  • 曾经的时尚,二十多年间年中国老百姓流行记录大全
  • Climate Change Information on Google Maps
  • Do More with Your Webcam with Free Tools [Webcams]

推荐日志

该文章发表于Monday, September 29th, 2008 at 3:28 am 分类: 推荐日志. 您可以使用 RSS 2.0 订阅本文的全部回复. 您可以到文章后面发表评论,通告功能目前被关闭.

Leave a Reply

« 21 Easy Hacks to Simplify Your Life
每日一事:翻墙工具总结 »
  • Development Log

    • Moxida欢迎您来到这里!
      本站部分内容来自网络,版权归原作者所有。这些文章都是我收集来做网摘用的,如果涉及侵权请留言告知,本站会立即删除!
  • 分页导航»

    • About
    • Archives
    • Tags
  • 日志分类»

    • 默认类别
    • 生活点滴
    • 扯谈分享
    • 推荐日志
  • 书签盒子»

    • baidu
    • Moxida Home
  • My AD»

  • 友情链接»

    • Documentation
    • Support Forum
    • Plugins
    • Themes
    • WordPress Planet

图片展示»

    the new muxtape - an embedded widgetGoogle's new start page in the chrome browserA New VersionShinshu, Nagano JapanShinshu, Nagano JapanShinshu, Nagano Japan

站点统计»

    文章数:7596
    页面数:3
    分类数:4
    标签数:12
    链接数:7
    评论数:21
    总字数:5717398
    建站日期:2008.3.10
    最后更新:2008年10月4日
  • © 2007 Moxida网摘 | 主站 Moxida 2.0 All rights reserved
    Powered by WordPress | XHTML CSS | 32 Queries. 10.214 seconds.
    Web Site Mirror Select
    移动 | 联通 | 网通 | 电信