Example please?

From: Adam Moffett 
Sent: Thursday, April 5, 2018 2:28 PM
To: [email protected] ; [email protected] 
Subject: Re: [AFMUG] OT Help MT config

Need a src-nat rule

------ Original Message ------
From: [email protected]
To: [email protected]
Sent: 4/5/2018 4:27:28 PM
Subject: [AFMUG] OT Help MT config

  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