Hi ,
I have a problem with my RB2011UiAS-2HnD which I configured for a very basic vlan setup,
the clients connected to the ports for vlan 10 are not getting IP addresses thru DHCP.
Is this a bug ? the default firmware for the RB2011UiAS-2HnD I got was 6.12 and I started to see that issue there,
I upgraded to 6.15 but the same issue.
Here is my setup "Mikrotik RB2011UiAS-2HnD Vlan + DHCP server"
RouterOS firmware 6.15
Bios - 3.16
RB2011UiAS-2HND
|
+--------eth2(trunk vlan10)
|
+-------eth3(access vlan10) +--------- laptopA (dhcp) (not getting ip)
|
+------eth4(access vlan10) +--------- laptopB (dhcp) (not getting ip)
vlan10 = 192.168.10.1
pool = 192.168.10.111-192.168.10.254
eth2 - Master = none
eth3 - Master = eth2
eth4 - Master = eth2
Issue:
-
Laptop Clients (eth3 and eth4) cannot get IP from dhcp server pointed to vlan10
-
laptopA can ping laptopB when static IP is configured on both of them.
-
Why I cannot ping vlan10 interface IP address too?
Below is my configuration , please let me know if I am missing something here. I just want to make this work first before I proceed with other plans on my list.
++++++++++++++++++++++++++++++++++++++++++++++++
[admin@MikroTik] > export
jan/02/1970 02:08:30 by RouterOS 6.15
software id = IDQ7-U9MS
/interface ethernet
set [ find default-name=ether1 ] comment=WAN
set [ find default-name=ether3 ] master-port=ether2
set [ find default-name=ether4 ] master-port=ether2
set [ find default-name=ether5 ] master-port=ether2
set [ find default-name=ether7 ] master-port=ether6
set [ find default-name=ether8 ] master-port=ether6
set [ find default-name=ether9 ] master-port=ether6
/interface wireless
set [ find default-name=wlan1 ] l2mtu=2290
/ip neighbor discovery
set ether1 comment=WAN
/interface vlan
add interface=ether2 l2mtu=1594 name=vlan10 vlan-id=10
/interface ethernet switch port
set 2 default-vlan-id=10 vlan-header=add-if-missing vlan-mode=secure
set 3 default-vlan-id=10 vlan-header=always-strip vlan-mode=secure
set 4 default-vlan-id=10 vlan-header=always-strip vlan-mode=secure
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/ip pool
add name=vlan10-dhcpsvrpool ranges=192.168.10.111-192.168.10.254
/ip dhcp-server
add address-pool=vlan10-dhcpsvrpool disabled=no interface=vlan10 name=vlan10-dhcpserver
/port
set 0 name=serial0
/interface ethernet switch vlan
add independent-learning=no ports=ether3,ether2,ether4,switch1-cpu switch=switch1 vlan-id=10
/ip address
add address=192.168.10.1/24 interface=vlan10 network=192.168.10.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=8.8.8.8 gateway=192.168.10.1 netmask=24
/ip upnp
set allow-disable-external-interface=no
/lcd interface
set sfp1 interface=sfp1
set ether1 interface=ether1
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6 interface=ether6
set ether7 interface=ether7
set ether8 interface=ether8
set ether9 interface=ether9
set ether10 interface=ether10
set wlan1 interface=wlan1
/system logging
add topics=dhcp,debug
[admin@MikroTik] >
/leio