分类: LINUX
2009-05-09 01:33:16
安装pppoe,安装完软件包后,必须配置pppoe的配置文件/etc/ppp/pppoe.conf,从而让ADSL拨号时
使用配置文件中的用户名、密码等参数。我们不必手工改动这个文件,可以使用
adsl-setup这个工具进行配置: #/usr/sbin/adsl-setup
当出现
>>> Enter your PPPoE user name : 输入ADSL帐号的用户名 当出现
>>> 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 ,这是ADSL相连的网卡的名字 当出现
>>> Enter the demand value (default no): 输入 no 当出现
>>> Enter the DNS information here: 输入 server ,这表示使用ADSL拨号自动获得的DNS服务器IP地址 当出现
>>> Please enter your PPPoE password: 输入ADSL帐号的密码 当出现
>>> Choose a type of firewall (0-2): 输入 0 ,不使用防火墙 当出现
>>> Accept these settings and adjust configuration files (y/n)? 如果输入的信息正确,输入 y ,完成配置,否则,输入 n 重新输入。 四、启动PPPOE客户端软件
使用命令
/usr/sbin/adsl-start 启动PPPOE客户端软件,进行连接,如果成功,将出现
Connected; 如果不成功,请检查网线、ADSL MODEM等物理设备,并查看 /var/log/messages中的信 息 /usr/sbin/adsl-stop 关闭和ISP的连接 /usr/sbin/adsl-status 查看当前连接的状态 如果想在Linux系统启动时自动启动ADSL连接,输入以下命令
#chkconfig --add adsl 将在当前的运行级下加入ADSL的自启动脚本 五、测试
当连接成功后,使用命令 |