Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 21204

Beginner Basics • Re: Speed and CPU issue with HEX s

$
0
0
As I indicated in my previous post: your current config expects ISP to talk via tagged VLAN with VID=15:
/interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether1 vlan-ids=15
But is it? If it's not talking tagged, then remove ether1 from list of tagged members of VLAN 15 (and leave pvid setting under /interface/bridge/port). I'd expect for ISP to pass data (internet) untagged, most IP phones take tagged for VoIP and untagged is passed to the second ethernet port.

Another thing: as soon as you configure ether1 as bridge port, you should stop using it as interface:
/ip address
add address=192.168.1.222/24 interface=ether1 network=192.168.1.0
WAN IP address should be configured on interface vlan15.

Statistics: Posted by mkx — Mon Jan 29, 2024 1:49 pm



Viewing all articles
Browse latest Browse all 21204

Trending Articles