In the config, you'll notice the static address on the client for VLAN 2.
I can ping and get to the static address, DHCP just isn't working over the
VLAN.
RB750 Server Config:
> inter print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 R name="ether1" type="ether" mtu=1500 l2mtu=1526 max-l2mtu=1526
1 R name="ether2" type="ether" mtu=1500 l2mtu=1524 max-l2mtu=1524
2 name="ether3" type="ether" mtu=1500 l2mtu=1524 max-l2mtu=1524
3 name="ether4" type="ether" mtu=1500 l2mtu=1524 max-l2mtu=1524
4 name="ether5" type="ether" mtu=1500 l2mtu=1524 max-l2mtu=1524
5 R name="vlan2" type="vlan" mtu=1500 l2mtu=1520
6 X name="bridge1" type="bridge" mtu=1500
] > /ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 ADS dst-address=0.0.0.0/0 gateway=208.74.37.129
gateway-status=208.74.37.129 reachable ether1 distance=0 scope=30
target-scope=10 vrf-interface=ether1
1 ADC dst-address=10.10.10.0/24 pref-src=10.10.10.1 gateway=vlan2
gateway-status=vlan2 reachable distance=0 scope=10
2 ADC dst-address=192.168.88.0/24 pref-src=192.168.88.1 gateway=ether2
gateway-status=ether2 reachable distance=0 scope=10
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
add name=dhcp_pool2 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp_pool1 authoritative=after-2sec-delay bootp-support=\
static disabled=no interface=ether2 lease-time=3d name=dhcp1
add address-pool=dhcp_pool2 authoritative=after-2sec-delay bootp-support=\
static disabled=no interface=vlan2 lease-time=3d name=dhcp2
/ip dhcp-server config
set store-leases-disk=5m
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=8.8.8.8 gateway=10.10.10.1
add address=192.168.88.0/24 dns-server=8.8.8.8 gateway=192.168.88.1
/interface vlan
add arp=enabled disabled=no interface=ether2 l2mtu=1520 mtu=1500 name=vlan2 \
use-service-tag=no vlan-id=2
RB493AH Client Config:
/inter print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 R name="ether1-Public" type="ether" mtu=1500 l2mtu=1526
8 R name="vlan2" type="vlan" mtu=1500 l2mtu=1522
/ip addr print detail
12 address=10.10.10.2/24 network=10.10.10.0 broadcast=10.10.10.255
interface=vlan2 actual-interface=vlan2
/ip route print detail
1 ADC dst-address=10.10.10.0/24 pref-src=10.10.10.2 gateway=vlan2
gateway-status=vlan2 reachable distance=0 scope=10
/ip dhcp-client print detail
Flags: X - disabled, I - invalid
0 interface=vlan2 use-peer-dns=yes use-peer-ntp=yes status=searching...
/ip dhcp-client export
# dec/31/2001 20:13:07 by RouterOS 4.4
# software id = UU6B-ETYB
#
/ip dhcp-client
add comment="" disabled=no interface=vlan2 use-peer-dns=yes use-peer-ntp=yes
/inter vlan export
add arp=enabled comment="" disabled=no interface=ether1-Public l2mtu=1522 \
mtu=1500 name=vlan2 use-service-tag=no vlan-id=2