https://www.reddit.com/r/mikrotik/comments/4u6eca/help_mikrotik_router_dhcpclient_on_wan_ether1/I have been looking at a lot of information to get a DHCP address on the ether1 interface. I am able to get a IP address using my computer in Auto DHCP mode but am unable to get on the Router.
I feel that I am missing one line to get this to work but I am stuck
Here is the configuration
# jan/02/1970 00:29:10 by RouterOS 6.29.1# software id = IQEW-A542
#
/interface bridge
add name=trusted_bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n disabled=no frequency=auto \ ht-supported-mcs="mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mc\
s-9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15" l2mtu=2290
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\ dynamic-keys wpa-pre-shared-key=password wpa2-pre-shared-key=password
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=trusted_bridge lease-time=\ 3d name=dhcp1
/port
set 0 name=serial0
/ppp profile
set [ find name=default ] name=default
set [ find name=default-encryption ] name=default-encryption
/interface bridge port
add bridge=trusted_bridge interface=ether2
add bridge=trusted_bridge interface=ether3
add bridge=trusted_bridge interface=ether4
add bridge=trusted_bridge interface=ether5
add bridge=trusted_bridge interface=ether7
add bridge=trusted_bridge interface=ether6
add bridge=trusted_bridge interface=wlan1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=\ trusted_bridge network=192.168.88.0
add address=100.8.204.0/24 interface=ether1 network=100.8.204.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \ interface=ether9
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall filter
add chain=input connection-state=established
add chain=input connection-state=related
add action=drop chain=input connection-state=invalid
add chain=input in-interface=trusted_bridge
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/system routerboard settings
set protected-routerboot=disabled
/tool romon port
add disabled=no