嵌入式linux开发环境的搭建之
redhat9.0 pppoe 拨号上网
安装PPPoE软件包
先请大家下载http://www.roaringpenguin.com/pppoe/rp-pppoe-3.4-1.i386.rpm这个软件包。
在字符界面,在软件包所在的目录上键入:rpm -Uvh rp-pppoe-3.2-1.i386.rpm设置拨号程序 ,这个一定要在字符界面上了.(redhat9.0 已经安装好了,此步不要)
请键入adsl-setup,然后按要求键入如下内容:
Enter your PPPoE user name: 输入你的宽带账号的用户名。
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 is a number.(default eth0): 这是叫你输入连接的网卡的名字,一般选择默认就可以(按一下回车)。
Enter the demand value (default no): 键入“no”。
Enter the DNS information here: 输入DNS服务器地址,这表示使用宽带服务提供商会为你自动提供的DNS服务器IP地址。(填入server )
Please enter your PPPoE password: 输入宽带账号的密码。
Please confirm your pppoe password: 再次输入刚才宽带账号的密码。
Choose a type of firewall (0-2): 输入 0 ,表示不使用防火墙。
Accept these settings and adjust configuration files (y/n)? 如果你输入的信息正确,输入y ,完成配置,否则输入n重新设置。
在字符状态下键入:“adsl-start”,Linux就会自动拨号上网。要断开的时候键入:“adsl-stop”就可以了。
文章评论(0条评论)
登录后参与讨论