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

General • Re: MikroTik and UniFi AP AC Lite - WiFi Internet Connection Issue

$
0
0
You should specify dns server/s with your DHCP server.
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
I assume vlan10Gosti is a typo and not another vlan created in the router
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
Lastly you would probably want to disable "dial-on-demand" on your pppoe-client.

Statistics: Posted by RhoAius — Fri Mar 08, 2024 4:05 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles