Hirdetés

Új hozzászólás Aktív témák

  • Fleto93

    tag

    válasz Tamarel #20262 üzenetére

    Több leírást is néztem, pl: [link]

    Alább beteszem a mostani konfigot, gondolom az /interface bridge vlan
    rész hibás, már vagy 20 különböző permutációt végigkattintgattam rá. Jelenleg a vlan-filtering ki is van kapcsolva, különben kizárom magam.

    A cél:
    - alapvetően minden port kerüljön a sima 1-es LAN-ban
    - legyen lehetőség minden port felől 5-ös és 10-es forgalomnak is jönnie
    - kivétel a 9-es port, ami kerüljön fixen az 5-ös VLAN-ba.

    kikapcsolt VLAN filteringgel mindez működik is, kivéve a harmadik pontot.

    Így néz ki most:

    /interface vlan
    add interface=bridge name=CCTV-VLAN vlan-id=5
    add interface=bridge name=GUEST-VLAN vlan-id=10
    /interface bonding
    add mode=802.3ad name=bonding-nas slaves=ether4,ether5 transmit-hash-policy=layer-2-and-3
    add mode=balance-xor name=bonding-switch slaves=ether2,ether3
    /interface list
    add comment=defconf name=WAN
    add comment=defconf name=LAN
    add name=GUEST
    add name=CCTV
    /interface bridge port
    add bridge=bridge comment=defconf interface=ether6
    add bridge=bridge comment=defconf interface=ether7
    add bridge=bridge comment=defconf interface=ether8
    add bridge=bridge comment=defconf interface=ether10
    add bridge=bridge comment=defconf interface=sfp-sfpplus1
    add bridge=bridge interface=bonding-switch
    add bridge=bridge interface=bonding-nas
    add bridge=bridge comment=defconf interface=ether9
    /interface bridge vlan
    add bridge=bridge tagged=bridge,bonding-nas,bonding-switch,ether6,ether7,ether8,ether10 untagged=ether9 vlan-ids=5
    add bridge=bridge tagged=bridge untagged=bonding-nas,bonding-switch,ether6,ether7,ether8,ether10 vlan-ids=1
    add bridge=bridge tagged=bridge,bonding-nas,bonding-switch,ether6,ether7,ether8,ether10 vlan-ids=10
    /interface list member
    add comment=defconf interface=bridge list=LAN
    add comment=defconf interface=ether1 list=WAN
    add interface=pppoe-out1 list=WAN
    add interface=GUEST-VLAN list=GUEST
    add interface=CCTV-VLAN list=CCTV
    add interface=wireguard-server list=LAN

Új hozzászólás Aktív témák