As I indicated in my previous post: your current config expects ISP to talk via tagged VLAN with VID=15:
Another thing: as soon as you configure ether1 as bridge port, you should stop using it as interface:
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./interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether1 vlan-ids=15
Another thing: as soon as you configure ether1 as bridge port, you should stop using it as interface:
WAN IP address should be configured on interface vlan15./ip address
add address=192.168.1.222/24 interface=ether1 network=192.168.1.0
Statistics: Posted by mkx — Mon Jan 29, 2024 1:49 pm