You should specify dns server/s with your DHCP server.
Either the router itself or public servers (eg 8.8.8.8 )I assume vlan10Gosti is a typo and not another vlan created in the routerLastly you would probably want to disable "dial-on-demand" on your pppoe-client.
Either the router itself or public servers (eg 8.8.8.8 )
Code:
/ip dhcp-server networkadd address=10.51.30.0/24 gateway=10.51.30.1 dns-server=10.51.30.1add address=10.51.35.0/24 gateway=10.51.35.1 dns-server=10.51.35.1add address=192.168.1.0/24 gateway=192.168.1.1 dns-server=192.168.1.1
Code:
/interface vlanadd interface=bridge2 name=vlan10Guest vlan-id=10/ip addressadd address=10.51.30.1/24 interface=vlan10Gosti network=10.51.30.0
Statistics: Posted by RhoAius — Fri Mar 08, 2024 4:05 pm