找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4425|回复: 2

解决 FTTB IPTV端口的办法

[复制链接]
本帖最后由 SharpGun 于 2016-10-5 19:18 编辑

电信一根网线进来,接个交换机,再分2路分别接 IPTV STB(PPPoe拨号) 和 无线路由器(PPPoe拨号) 。。。。。
设备太多, 淘了个网件3800,划了1个LAN口专门接IPTV........这样就少用个交换机

采用VLAN+Bridge混合模式。。。。。。配置如下


config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd51:6c2d:47e7::/48'

config interface 'lan'
        option ifname 'eth0.1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option type 'bridge'
        option ifname 'eth0.2 eth1'                          -------------------桥接WAN口 和 IPTV口
        option proto 'pppoe'
        option username '0755XXXXX@163.gd'
        option password 'XXXXXX'

config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
        option blinkrate '2'
        option enable_vlan4k '1'

config switch_vlan                          其他口 0 1 2----------------Vlanid 1
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 5t'

config switch_port
        option device 'switch0'
        option port '1'
        option led '6'

config switch_port
        option device 'switch0'
        option port '2'
        option led '9'

config switch_port
        option device 'switch0'
        option port '5'
        option led '2'

config switch_vlan                          IPTV口 3-------------------VlanID 2
        option device 'switch0'
        option vlan '2'
        option ports '3 5t'


我的恩山、我的无线 The best wifi forum is right here.
mark 下  以后 可能用上
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

支持下!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 16:20

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表