The DHCP client would presumably be providing the default route... but is
it supposed to be on ether1, or ether6? it looks like it's trying to be on
both. And yeah, ether1 (assuming that's what you're using for the WAN
interface) should be removed from the bridge group.

On Thu, Apr 5, 2018 at 5:56 PM, Bill Prince <[email protected]> wrote:

> 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
>
> /interface wireless security-profiles
> set [ find *default*=yes ] supplicant-identity=MikroTik
>
> /ip pool
> add name=dhcp_pool1 *ranges*=172.17.6.100-172.17.6.250
>
> /ip dhcp-server
> add address-pool=dhcp_pool1 disabled=no *interface*=ether5 name=dhcp1
> src-address=172.17.1.192
>
> /interface bridge port
> add comment=defconf *interface*=ether1
> add comment=defconf *interface*=ether2
> add comment=defconf *interface*=ether3
> add comment=defconf *interface*=ether4
> add comment=defconf *interface*=ether5
> add comment=defconf *interface*=ether6
> add comment=defconf *interface*=ether7
> add comment=defconf *interface*=ether8
> add comment=defconf *interface*=ether9
> add comment=defconf *interface*=ether10
>
> /ip address
> add *address*=172.17.6.1 *interface*=ether5 network=172.17.6.1
> /ip dhcp-client
>
> add comment=defconf dhcp-options=hostname,clientid disabled=no *interface*
> =ether1 add dhcp-options=hostname,clientid disabled=no *interface*=ether6
>
> /ip dhcp-server network
> add address=172.17.6.0/24 dns-server=172.17.1.1,172.17.0.2,1.0.0.1 gateway
> =172.17.6.1
>
> /system clock
> set time-zone-name=America/Denver [admin@MikroTik] >
>
>
>

Reply via email to