Thanks

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


/ip firewall nat add chain=src-nat action=masquerade src-address= 172.16.6.0/24

OR

/ip firewall nat add chain=src-nat action=src-nat src-address=172.16.6.0/24 
to-addresses=[your WAN IP here]

Masquerade will NAT your privates to the IP used to egress the router....or 
something to that effect.  I only use Masquerade if my WAN IP is dynamic.


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

  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