精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● Linux>>有待整理文章>>做个ADSL+LINUX软路由器(2)

主题:做个ADSL+LINUX软路由器(2)
发信人: r_hayes(Hayes)
整理人: qiaoqian(2002-05-13 06:53:32), 站内信件
2、下面配置网卡IP地址,在/etc/sysconfig/network-scripts下有个文件 

  ifcfg-eth0写成如下: 

  DEVICE=eth0 

  
  IPADDR=192.168.0.254 

  这是网卡的IP地址,以后客户机的网关就是这个地址。 

  NETMASK=255.255.255.0 

  NETWORK=192.168.0.0 

  BROADCAST=192.168.0.255 

  ONBOOT=yes 

  BOOTPROTO=none 

  重起就能找到网卡。 

  我们再[root@localhost /root]#ifconfig 

  eth0 Link encap:Ethernet HWaddr 00:40:05:64:11:28 

  inet addr:192.168.0.254 Bcast:192.168.0.255 Mask:255.255.255.0 

  UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 

  RX packets:347573 errors:0 dropped:0 overruns:0 frame:0 

  TX packets:40194 errors:0 dropped:0 overruns:0 carrier:0 

  collisions:35 txqueuelen:100 

  Interrupt:3 Base address:0x300 

  lo Link encap:Local Loopback 

  inet addr:127.0.0.1 Mask:255.0.0.0 

  UP LOOPBACK RUNNING MTU:3924 Metric:1 

  RX packets:23 errors:0 dropped:0 overruns:0 frame:0 

  TX packets:23 errors:0 dropped:0 overruns:0 carrier:0 

  collisions:0 txqueuelen:0 

  哈哈,eth0找到网卡了,配置也正确,恭喜恭喜!进行下一步。 

  3、下一步做ADSL的驱动。去www.roaringpenguin.com/pppoe/rp-pppoe-2.6.tar.gz下个驱动程序先,大概85K大小。考到/root去。 

  然后#tar xvfz rp-pppoe-2.6.tar.gz 

  #cd rp-pppoe-2.6 

  #./go 

  开始安装,装好就#make一下下,开始配置ADSL。 

  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): 

  这里输入在电信局申请的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,swheres'n' is a number.(default eth0): 

  问你用哪片网卡拨号,默认是第一片eth0就可以了 




----

                    灌灌 
                    灌灌 
                    灌灌 
                    灌灌          灌灌 
                    灌灌      灌灌灌 
    灌灌灌灌灌灌灌  灌灌  灌灌灌 
      灌灌灌灌灌灌灌灌灌灌灌灌 
                灌灌灌灌灌灌 
               灌灌灌灌灌灌灌  
              灌灌  灌灌  灌灌 
             灌灌   灌灌    灌灌 
            灌灌    灌灌      灌灌 
          灌灌      灌灌      灌灌灌 
          灌灌      灌灌        灌灌灌灌 
        灌灌        灌灌        灌灌灌灌灌 
      灌灌          灌灌          灌灌灌灌灌  
    灌灌            灌灌            灌灌 
                灌灌灌灌 
                  灌灌灌 
                    灌    

[关闭][返回]