There should be a default route, and at least one of the interfaces should not be in the bridge. Likewise, you should have a NAT rule for the bridge.

So (1) Designate one port for the WAN/uplink & take it out of the bridge. (2) Make A NAT rule as someone else mentioned. (3)Add a default route.


bp
<part15sbs{at}gmail{dot}com>

On 4/5/2018 1:27 PM, [email protected] wrote:
Total noob with MT configs.
So far this is what we have.
It does not pass traffic to its DHCP clients.
Anything obviously wrong here?
# apr/05/2018 14:28:41 by RouterOS 6.41.3
# software id = NKWC-ZTQG
#
# model = 2011iL
# serial number = 607D05B9AED2
/interfacewirelesssecurity-profiles
set[find*default*=yes]supplicant-identity=MikroTik
/ippool
addname=dhcp_pool1 *ranges*=172.17.6.100-172.17.6.250
/ipdhcp-server
addaddress-pool=dhcp_pool1 disabled=no*interface*=ether5 name=dhcp1 src-address=172.17.1.192
/interfacebridgeport
addcomment=defconf *interface*=ether1
addcomment=defconf *interface*=ether2
addcomment=defconf *interface*=ether3
addcomment=defconf *interface*=ether4
addcomment=defconf *interface*=ether5
addcomment=defconf *interface*=ether6
addcomment=defconf *interface*=ether7
addcomment=defconf *interface*=ether8
addcomment=defconf *interface*=ether9
addcomment=defconf *interface*=ether10
/ipaddress
add*address*=172.17.6.1 *interface*=ether5 network=172.17.6.1
/ipdhcp-client
addcomment=defconf dhcp-options=hostname,clientid disabled=no*interface*=ether1adddhcp-options=hostname,clientid disabled=no*interface*=ether6
/ipdhcp-servernetwork
addaddress=172.17.6.0/24 dns-server=172.17.1.1,172.17.0.2,1.0.0.1 gateway=172.17.6.1
/systemclock
settime-zone-name=America/Denver[admin@MikroTik] >

Reply via email to