免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1068 | 回复: 4
打印 上一主题 下一主题

How to configure the PPPoE on Solaris[TM] 8 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-21 14:16 |只看该作者 |倒序浏览
Sun PPPoE is available in the Solaris [TM] 8 10/01 Maintenance Update 6 and higher. It is not available in earlier versions of the Solaris [TM] Operating Environment.

Packages:

Make sure the following packages are installed for pppoe server/client configuration:

        # pkginfo -l |grep pppd
        PKGINST: SUNWpppd
        PKGINST: SUNWpppdr
        PKGINST: SUNWpppdt
        PKGINST: SUNWpppdu
        PKGINST: SUNWpppdx           
Client confguration:

1. Make sure that no ppp daemon is running on the system, suchas ppp, pppd,pppoed, etc.

2. Make sure that the network interface, such as eri, le, ge, etc., is used only for pppoe.

3. Create a file in /etc/ppp/peers such as myserver to keep the connecting parameters.

        pppoeclnt# more /etc/ppp/peers/myserver
        sppptun
        updetach
        debug
        plugin pppoe.so
        connect "/usr/lib/inet/pppoec -v eri0 local"           


Where:

sppptun - what device to use

updetach -will display the o/p on screen when pppd starts.

debug -dubug mode

plugin pppoe.so -initialize the connect string.

connect "..." -connect string

4. Plumb the pppoed & pppoe protocols on the network interface eri0 as follows:

        pppoeclnt# sppptun plumb pppoed eri0
        pppoeclnt# sppptun plumb pppoe eri0           


5. Verify that the interface is plumbed:

        pppoeclnt# sppptun query
        eri0:pppoed
        eri0:pppoe           


6. Start the pppoed deamon:

        pppoeclnt#/usr/lib/inet/pppoed

7. Test the client configuration. You should see the MAC address, type of service, etc.

        pppoeclnt# /usr/lib/inet/pppoec -i eri0

论坛徽章:
0
2 [报告]
发表于 2005-04-22 08:49 |只看该作者

How to configure the PPPoE on Solaris[TM] 8

老大# pkginfo -l |grep pppd
过后我又做哪一步呢???

论坛徽章:
0
3 [报告]
发表于 2005-04-22 11:56 |只看该作者

How to configure the PPPoE on Solaris[TM] 8

有没有chap-secrets这个文件,,能不能发一个给我呢??
zsh@cdbell.com.cn

论坛徽章:
0
4 [报告]
发表于 2005-04-22 12:02 |只看该作者

How to configure the PPPoE on Solaris[TM] 8

list your information about the ADSL.

servername  IPaddress
using  interface
username

I'll modify the configuration file to you.

论坛徽章:
0
5 [报告]
发表于 2005-04-22 13:14 |只看该作者

How to configure the PPPoE on Solaris[TM] 8

你把chap-secrets这个文件传一个给我就行了萨,,,谢谢哟
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP