# 2026-05-09 08:51:42 by RouterOS 7.21.4 # software id = 2I9X-PQZP # # model = CCR1009-7G-1C-1S+ # serial number = 7AF207653367 /interface bridge add fast-forward=no mtu=1500 name=lowrycrossing port-cost-mode=short \ protocol-mode=none add name=management port-cost-mode=short /interface ethernet set [ find default-name=ether1 ] l2mtu=9000 name=ether1-newhope set [ find default-name=ether2 ] name="ether2 Lowry N" rx-flow-control=auto \ tx-flow-control=auto set [ find default-name=ether3 ] rx-flow-control=auto tx-flow-control=auto set [ find default-name=ether4 ] rx-flow-control=auto tx-flow-control=auto set [ find default-name=ether5 ] rx-flow-control=auto tx-flow-control=auto set [ find default-name=ether6 ] rx-flow-control=auto tx-flow-control=auto /interface vlan add interface="ether2 Lowry N" name=vlan_10_ether2 vlan-id=10 add interface=ether3 name=vlan_10_ether3 vlan-id=10 add interface=ether4 name=vlan_10_ether4 vlan-id=10 add interface=ether5 name=vlan_10_ether5 vlan-id=10 add interface=ether6 name=vlan_10_ether6 vlan-id=10 add interface=ether7 name=vlan_10_ether7 vlan-id=10 add interface=sfp-sfpplus1 name=vlan_10_sfpplus1 vlan-id=10 add interface=sfp-sfpplus1 name=vlan_20_sfpplus1_newhope vlan-id=20 add interface=sfp-sfpplus1 name=vlan_30_sfpplus1_380 vlan-id=30 /interface lte apn set [ find default=yes ] ip-type=ipv4 use-network-apn=no /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip firewall layer7-protocol add name=skypetoskype regexp="^..\\x02............." add name=video_http regexp="http/(0\\.9|1\\.0|1\\.1)[\\x20][1-5][0-9][0-9].*[\ \\x09-\\x0d].*[\\x09-\\x0d]content-type:.video/" /ip hotspot profile add dns-name=lowrycrossing.vntx.net hotspot-address=100.64.23.254 login-by=\ mac,http-chap mac-auth-mode=mac-as-username-and-password name=hsprof1 \ radius-interim-update=1h use-radius=yes /ip hotspot add idle-timeout=none interface=lowrycrossing name=hotspot1 profile=hsprof1 /ip hotspot user profile set [ find default=yes ] add-mac-cookie=no on-logout="/ip hotspot host remove \ [find where address=\94\$address\94 and !authorized and !bypassed]" \ session-timeout=1h /ip ipsec proposal set [ find default=yes ] auth-algorithms=sha256 enc-algorithms=\ aes-256-cbc,aes-128-cbc pfs-group=modp2048 /ip pool add name=mgmt ranges=10.10.144.1-10.10.158.254 add name=cgnat ranges=100.64.144.1-100.64.159.199 /ip dhcp-server add address-pool=mgmt interface=management lease-script="{\ \n:local url \"https://xtjlpnubrg.execute-api.us-east-1.amazonaws.com/prod\ uction/on-start-workflow-execution/6f19a48f-04f7-40c1-a4e0-8cb66df99213/cd\ c24944-c947-4e01-9c54-07a1653d2e3e\"\ \n:local url2 \"https://iptrack.vntx.net/api/dhcp\"\ \n:local max 1\ \n\ \n:local attempts 0\ \n:local success1 0\ \n:local success2 0\ \n:do {\ \n :set attempts (\$attempts+1);\ \n :if (\$leaseBound = 0) do {\ \n # Try url2 (iptrack.vntx.net) - deassignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=pos\ t http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\"}\"\ \n :set success1 1;\ \n :log info \"DHCP deassignment successfully sent to iptrack.vntx.ne\ t for \$leaseActMAC / \$leaseActIP\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send deassignment to iptrack.vntx.net \ on attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP\";\ \n }\ \n\ \n # Try url (gaiia) - deassignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post\ \_http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\\\"}\"\ \n :set success2 1;\ \n :log info \"DHCP deassignment successfully sent to gaiia AWS API f\ or \$leaseActMAC / \$leaseActIP\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send deassignment to gaiia AWS API on \ attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP\";\ \n }\ \n\ \n :if (\$success1 != 1 || \$success2 != 1) do={\ \n :delay 3s;\ \n }\ \n } else {\ \n :delay 1s;\ \n :local remoteID [/ip dhcp-server lease get [find where address=\$lea\ seActIP] agent-remote-id];\ \n\ \n # Try url2 (iptrack.vntx.net) - assignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=pos\ t http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\$remoteID\\\"}\"\ \n :set success1 1;\ \n :log info \"DHCP assignment successfully sent to iptrack.vntx.net \ for \$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send assignment to iptrack.vntx.net on\ \_attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP / \$remoteID\"\ ;\ \n }\ \n\ \n # Try url (gaiia) - assignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post\ \_http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\$remoteID\\\"}\"\ \n :set success2 1;\ \n :log info \"DHCP assignment successfully sent to gaiia AWS API for\ \_\$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send assignment to gaiia AWS API on at\ tempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n }\ \n\ \n :if (\$success1 != 1 || \$success2 != 1) do={\ \n :delay 30s;\ \n }\ \n }\ \n :if (\$success1 = 1 && \$success2 = 1) do {\ \n :set attempts \$max;\ \n }\ \n} while ( \$attempts < \$max )\ \n}\ \n" lease-time=1h name=mgmt /ip smb users set [ find default=yes ] disabled=yes /ipv6 pool add name=lowrycrossing-v6 prefix=2606:1c80:1:6000::/52 prefix-length=64 /ppp profile add change-tcp-mss=yes dns-server=204.110.191.20,204.110.191.240 \ local-address=100.64.159.254 name=pppoe on-down="{\ \n:local url \"https://xtjlpnubrg.execute-api.us-east-1.amazonaws.com/prod\ uction/on-start-workflow-execution/6f19a48f-04f7-40c1-a4e0-8cb66df99213/0a\ 7f4443-fc8a-4fe0-807c-f535d2aa1865\"\ \n:local url2 \"https://iptrack.vntx.net/api/pppoe\"\ \n:local max 1\ \n\ \n:local localAddr \$\"local-address\"\ \n:local remoteAddr \$\"remote-address\"\ \n:local callerId \$\"caller-id\"\ \n:local calledId \$\"called-id\"\ \n:local interfaceName [/interface get \$interface name]\ \n\ \n:local attempts 0\ \n:local success1 0\ \n:local success2 0\ \n:do {\ \n :set attempts (\$attempts+1);\ \n\ \n # Try url2 (iptrack.vntx.net)\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=post \ http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"boun\ d\\\":\\\"0\\\",\\\"username\\\":\\\"\$user\\\",\\\"callingstationid\\\":\ \\\"\$callerId\\\",\\\"framedip\\\":\\\"\$remoteAddr\\\"}\"\ \n :set success1 1;\ \n :log info \"PPPoE deassignment successfully sent to iptrack.vntx.net\ \_for \$user / \$remoteAddr\";\ \n } on-error={\ \n :log error \"PPPoE FAILED to send deassignment to iptrack.vntx.net o\ n attempt \$attempts out of \$max for \$user / \$remoteAddr\";\ \n }\ \n\ \n # Try url (AWS API)\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post h\ ttp-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bound\ \\\":\\\"0\\\",\\\"username\\\":\\\"\$user\\\",\\\"callingstationid\\\":\\\ \"\$callerId\\\",\\\"framedip\\\":\\\"\$remoteAddr\\\"}\"\ \n :set success2 1;\ \n :log info \"PPPoE deassignment successfully sent to gaiia AWS API fo\ r \$user / \$remoteAddr\";\ \n } on-error={\ \n :log error \"PPPoPoE FAILED to send deassignment to gaiia AWS API on\ \_attempt \$attempts out of \$max for \$user / \$remoteAddr\";\ \n }\ \n\ \n :if (\$success1 = 1 && \$success2 = 1) do {\ \n :set attempts \$max;\ \n } else {\ \n :delay 3s;\ \n }\ \n} while ( \$attempts < \$max )\ \n}\ \n" on-up="{\ \n:local url \"https://xtjlpnubrg.execute-api.us-east-1.amazonaws.com/prod\ uction/on-start-workflow-execution/6f19a48f-04f7-40c1-a4e0-8cb66df99213/0a\ 7f4443-fc8a-4fe0-807c-f535d2aa1865\"\ \n:local url2 \"https://iptrack.vntx.net/api/pppoe\"\ \n:local max 5\ \n\ \n:local localAddr \$\"local-address\"\ \n:local remoteAddr \$\"remote-address\"\ \n:local callerId \$\"caller-id\"\ \n:local calledId \$\"called-id\"\ \n:local interfaceName [/interface get \$interface name]\ \n\ \n:local attempts 0\ \n:local success1 0\ \n:local success2 0\ \n:do {\ \n :set attempts (\$attempts+1);\ \n\ \n # Try url2 (iptrack.vntx.net)\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=post \ http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"boun\ d\\\":\\\"1\\\",\\\"username\\\":\\\"\$user\\\",\\\"callingstationid\\\":\ \\\"\$callerId\\\",\\\"framedip\\\":\\\"\$remoteAddr\\\"}\"\ \n :set success1 1;\ \n :log info \"PPPoE assignment successfully sent to iptrack.vntx.net f\ or \$user / \$remoteAddr\";\ \n } on-error={\ \n :log error \"PPPoE FAILED to send assignment to iptrack.vntx.net on \ attempt \$attempts out of \$max for \$user / \$remoteAddr\";\ \n }\ \n\ \n # Try url (gaiia)\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post h\ ttp-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bound\ \\\":\\\"1\\\",\\\"username\\\":\\\"\$user\\\",\\\"callingstationid\\\":\\\ \"\$callerId\\\",\\\"framedip\\\":\\\"\$remoteAddr\\\"}\"\ \n :set success2 1;\ \n :log info \"PPPoE assignment successfully sent to gaiia AWS API for \ \$user / \$remoteAddr\";\ \n } on-error={\ \n :log error \"PPPoE FAILED to send assignment to gaiia AWS API on att\ empt \$attempts out of \$max for \$user / \$remoteAddr\";\ \n }\ \n\ \n :if (\$success1 = 1 && \$success2 = 1) do {\ \n :set attempts \$max;\ \n } else {\ \n :delay 3s;\ \n }\ \n} while ( \$attempts < \$max )\ \n}\ \n" only-one=yes remote-address=cgnat use-compression=no use-encryption=\ no use-ipv6=no use-upnp=no /queue type add kind=pcq name=delinquent_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=64k pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=delinquent_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=64k pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialCore_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=3M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialCore_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=1M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialBasic_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=10M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialBasic_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=3M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialAdvanced_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=27M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=ResidentialAdvanced_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=6M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=BizBasic_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=22M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=BizBasic_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=5M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=BizUltra_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=30M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=BizUltra_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=15M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=business3010_download pcq-classifier=dst-address \ pcq-dst-address6-mask=64 pcq-rate=30M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=pcq name=business3010_upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=10M pcq-src-address6-mask=64 \ pcq-total-limit=250000KiB add kind=fq-codel name=fq-codel set 24 kind=red /queue interface set combo1 queue=fq-codel set ether1-newhope queue=fq-codel set "ether2 Lowry N" queue=fq-codel set ether3 queue=fq-codel set ether4 queue=fq-codel set ether5 queue=fq-codel set ether6 queue=fq-codel set ether7 queue=fq-codel set sfp-sfpplus1 queue=fq-codel /routing bgp template set default disabled=yes output.network=bgp-networks /routing id add disabled=no id=10.254.254.109 name=id-1 select-dynamic-id="" /routing ospf instance add disabled=no in-filter-chain=ospf-in name=default-v2 out-filter-chain=\ ospf-out redistribute=connected router-id=id-1 add disabled=no in-filter-chain=ospf-in name=default-v3 out-filter-chain=\ ospf-out redistribute=connected router-id=id-1 version=3 /routing ospf area add disabled=no instance=default-v2 name=backbone-v2 add disabled=no instance=default-v3 name=backbone-v3 /snmp community set [ find default=yes ] addresses=204.110.188.0/22,10.0.0.0/8 name=\ kdyyJrT0Mm /system logging action set 0 memory-lines=100 set 1 disk-lines-per-file=100 set 3 remote=10.240.1.250 src-address=10.254.254.109 add name=logs remote=204.110.191.229 src-address=10.254.254.109 target=remote /interface bridge port add bridge=lowrycrossing hw=no ingress-filtering=no interface=\ "ether2 Lowry N" internal-path-cost=10 path-cost=10 add bridge=lowrycrossing hw=no ingress-filtering=no interface=ether5 \ internal-path-cost=10 path-cost=10 add bridge=lowrycrossing hw=no ingress-filtering=no interface=ether4 \ internal-path-cost=10 path-cost=10 add bridge=lowrycrossing ingress-filtering=no interface=ether6 \ internal-path-cost=10 path-cost=10 add bridge=lowrycrossing ingress-filtering=no interface=sfp-sfpplus1 \ internal-path-cost=10 path-cost=10 add bridge=lowrycrossing ingress-filtering=no interface=ether7 \ internal-path-cost=10 path-cost=10 add bridge=lowrycrossing ingress-filtering=no interface=ether3 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_sfpplus1 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether3 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether2 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether4 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether5 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether6 \ internal-path-cost=10 path-cost=10 add bridge=management ingress-filtering=no interface=vlan_10_ether7 \ internal-path-cost=10 path-cost=10 /ip firewall connection tracking set icmp-timeout=30s tcp-close-wait-timeout=1m tcp-established-timeout=4h \ tcp-fin-wait-timeout=2m tcp-last-ack-timeout=30s \ tcp-syn-received-timeout=1m tcp-syn-sent-timeout=2m \ tcp-time-wait-timeout=2m udp-stream-timeout=2m /ip settings set tcp-syncookies=yes /interface pppoe-server server add default-profile=pppoe disabled=no interface=lowrycrossing max-mtu=1492 \ mrru=1600 one-session-per-host=yes service-name=lowrycrossing /interface sstp-server server set certificate=vntx.net.pem_0 /ip address add address=10.254.254.109 interface=lo network=10.254.254.109 add address=10.250.1.105/29 interface=ether1-newhope network=10.250.1.104 add address=10.10.159.254/20 interface=management network=10.10.144.0 add address=204.110.188.222/27 interface=lowrycrossing network=\ 204.110.188.192 add address=10.250.1.201/29 interface=vlan_30_sfpplus1_380 network=\ 10.250.1.200 add address=100.64.159.254/20 interface=lowrycrossing network=100.64.144.0 /ip dhcp-client add add-default-route=no interface=ether1-newhope use-peer-dns=no \ use-peer-ntp=no add add-default-route=no interface=*1B use-peer-dns=no use-peer-ntp=no /ip dhcp-relay add dhcp-server=38.86.38.250 interface=lowrycrossing local-address=\ 10.254.254.109 name=lowrycrossing /ip dhcp-server add add-arp=yes address-pool=cgnat dhcp-option-set=vntx interface=\ lowrycrossing lease-script="{\ \n:local url \"https://xtjlpnubrg.execute-api.us-east-1.amazonaws.com/prod\ uction/on-start-workflow-execution/6f19a48f-04f7-40c1-a4e0-8cb66df99213/cd\ c24944-c947-4e01-9c54-07a1653d2e3e\"\ \n:local url2 \"https://iptrack.vntx.net/api/dhcp\"\ \n:local max 1\ \n\ \n:local attempts 0\ \n:local success1 0\ \n:local success2 0\ \n:do {\ \n :set attempts (\$attempts+1);\ \n :if (\$leaseBound = 0) do {\ \n # Try url2 (iptrack.vntx.net) - deassignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=pos\ t http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\"}\"\ \n :set success1 1;\ \n :log info \"DHCP deassignment successfully sent to iptrack.vntx.ne\ t for \$leaseActMAC / \$leaseActIP\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send deassignment to iptrack.vntx.net \ on attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP\";\ \n }\ \n\ \n # Try url (gaiia) - deassignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post\ \_http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\\\"}\"\ \n :set success2 1;\ \n :log info \"DHCP deassignment successfully sent to gaiia AWS API f\ or \$leaseActMAC / \$leaseActIP\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send deassignment to gaiia AWS API on \ attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP\";\ \n }\ \n\ \n :if (\$success1 != 1 || \$success2 != 1) do={\ \n :delay 3s;\ \n }\ \n } else {\ \n :delay 1s;\ \n :local remoteID [/ip dhcp-server lease get [find where address=\$lea\ seActIP] agent-remote-id];\ \n\ \n # Try url2 (iptrack.vntx.net) - assignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url2\" http-method=pos\ t http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\$remoteID\\\"}\"\ \n :set success1 1;\ \n :log info \"DHCP assignment successfully sent to iptrack.vntx.net \ for \$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send assignment to iptrack.vntx.net on\ \_attempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP / \$remoteID\"\ ;\ \n }\ \n\ \n # Try url (gaiia) - assignment\ \n :do {\ \n /tool fetch duration=30s mode=https url=\"\$url\" http-method=post\ \_http-header-field=\"Content-Type: application/json\" http-data=\"{\\\"bo\ und\\\":\\\"\$leaseBound\\\",\\\"mac\\\":\\\"\$leaseActMAC\\\",\\\"ip\\\":\ \\\"\$leaseActIP\\\",\\\"server\\\":\\\"\$leaseServerName\\\",\\\"remoteId\ \\\":\\\"\$remoteID\\\"}\"\ \n :set success2 1;\ \n :log info \"DHCP assignment successfully sent to gaiia AWS API for\ \_\$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n } on-error={\ \n :log error \"DHCP FAILED to send assignment to gaiia AWS API on at\ tempt \$attempts/\$max for \$leaseActMAC / \$leaseActIP / \$remoteID\";\ \n }\ \n\ \n :if (\$success1 != 1 || \$success2 != 1) do={\ \n :delay 30s;\ \n }\ \n }\ \n :if (\$success1 = 1 && \$success2 = 1) do {\ \n :set attempts \$max;\ \n }\ \n} while ( \$attempts < \$max )\ \n}\ \n" lease-time=1h name=dhcp1 /ip dhcp-server lease add address=10.10.159.13 mac-address=58:C1:7A:75:4D:66 add address=10.10.159.11 mac-address=00:04:56:C4:FE:9D add address=10.10.144.34 mac-address=00:04:56:60:49:43 add address=10.10.159.12 mac-address=58:C1:7A:71:A7:A8 add address=10.10.159.10 mac-address=00:04:56:D7:62:F6 /ip dhcp-server network add address=10.10.144.0/20 dns-server=204.110.191.240,204.110.191.20 domain=\ vntx.net gateway=10.10.159.254 ntp-server=204.110.191.19 add address=100.64.144.0/20 dns-server=204.110.191.240,204.110.191.20 domain=\ vntx.net gateway=100.64.159.254 ntp-server=204.110.191.19 add address=204.110.188.192/27 dns-server=204.110.191.240,204.110.191.20 \ domain=vntx.net gateway=204.110.188.222 ntp-server=204.110.191.19 /ip dhcp-server option sets add name=vntx options=*1 /ip dns set servers=9.9.9.9,1.1.1.1 /ip firewall address-list add address=204.110.191.229 list=whitelist add address=portal.vntx.net list=whitelist add address=204.110.191.240 list=whitelist add address=204.110.191.250 list=whitelist add address=204.110.191.224/27 list=whitelist add address=100.64.23.254 list=tower_equip add address=100.64.23.250 list=tower_equip add address=10.10.144.40 comment="Jennifer Brescia (1234)" list=Delinquent add address=100.64.23.27 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.48 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.54 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.229 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.67 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.29 comment="Less Ruble (226)" list=ResidentialBasic add address=100.64.23.63 comment="Robert Finch (1928)" list=ResidentialBasic add address=100.64.23.220 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.36 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.225 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.222 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.230 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.224 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.223 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.226 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.218 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.227 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.221 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.219 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.73 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.228 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.59 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.214 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=100.64.23.82 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.51 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.41 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.71 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.72 comment="Judith Fierro (1177)" list=ResidentialBasic add address=100.64.23.116 comment="Judith Fierro (1177)" list=\ ResidentialBasic add address=10.10.144.34 comment="Doug Roberts (940)" list=ResidentialBasic add address=10.10.144.39 comment="Mike Martinez (268)" list=ResidentialBasic add address=204.110.188.194 comment="Daniel Lobaugh (461)" list=\ ResidentialAdvanced add address=204.110.188.195 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=204.110.188.197 comment="Elizabeth Christian (128)" list=\ ResidentialAdvanced add address=204.110.188.196 comment="City of Lowry Crossing (2105)" list=\ ResidentialAdvanced add address=204.110.188.199 comment="Leonard Lewis (224)" list=\ ResidentialAdvanced add address=100.64.23.46 comment="Mark Nunnelee (243)" list=\ ResidentialAdvanced add address=100.64.23.93 comment="Connor Scally (2450)" list=\ ResidentialAdvanced add address=100.64.23.40 comment="Terry Gortney (815)" list=\ ResidentialAdvanced add address=100.64.23.98 comment="Bethany Bell (2193)" list=\ ResidentialAdvanced add address=100.64.23.39 comment="Roseann Dellavalle (2090)" list=\ ResidentialAdvanced add address=100.64.23.57 comment="Esparanza Garza (2172)" list=\ ResidentialAdvanced add address=100.64.23.61 comment="Drew Anderson (650)" list=\ ResidentialAdvanced add address=100.64.23.19 comment="Ron Berger (301)" list=ResidentialAdvanced add address=100.64.23.32 comment="Thomas Cline (1894)" list=\ ResidentialAdvanced add address=100.64.23.31 comment="Carmen Cleghorn (2354)" list=\ ResidentialAdvanced add address=100.64.23.10 comment="Gizelle Butler (811)" list=\ ResidentialAdvanced add address=100.64.23.120 comment="Carmen Cleghorn (2354)" list=\ ResidentialAdvanced add address=100.64.23.92 comment="Pam Toler (501)" list=ResidentialAdvanced add address=100.64.23.16 comment="Gary Cable (144)" list=ResidentialAdvanced add address=100.64.23.28 comment="Coy Ungemach (84)" list=ResidentialAdvanced add address=100.64.23.68 comment="Diane Wiley (442)" list=ResidentialAdvanced add address=100.64.23.21 comment="Chris Vannatta (426)" list=\ ResidentialAdvanced add address=100.64.23.34 comment="Nathanael Finch (1911)" list=\ ResidentialAdvanced add address=10.10.144.32 comment="Kerry Black (1974)" list=\ ResidentialAdvanced add address=10.10.144.21 comment="Ron Berger (301)" list=ResidentialAdvanced add address=10.10.144.35 comment="Gizelle Butler (811)" list=\ ResidentialAdvanced add address=10.10.144.36 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=10.10.144.38 comment="Drew Anderson (650)" list=\ ResidentialAdvanced add address=10.10.144.43 comment="Nhu Morrison (2111)" list=\ ResidentialAdvanced add address=10.10.144.40 comment="Jennifer Brescia (1234)" list=\ ResidentialAdvanced add address=204.110.188.194 comment="Daniel Lobaugh (461)" list=Inactive add address=10.10.144.39 comment="Mike Martinez (268)" list=Inactive add address=10.10.144.40 comment="Jennifer Brescia (1234)" list=Inactive add address=204.110.188.195 comment="Peter Olsson (284)" list=Active add address=204.110.188.197 comment="Elizabeth Christian (128)" list=Active add address=204.110.188.198 comment="Stonecrest Venue (532)" list=Active add address=204.110.188.199 comment="Leonard Lewis (224)" list=Active add address=100.64.23.46 comment="Mark Nunnelee (243)" list=Active add address=100.64.23.93 comment="Connor Scally (2450)" list=Active add address=100.64.23.27 comment="Judith Fierro (1177)" list=Active add address=100.64.23.48 comment="Judith Fierro (1177)" list=Active add address=100.64.23.40 comment="Terry Gortney (815)" list=Active add address=100.64.23.98 comment="Bethany Bell (2193)" list=Active add address=100.64.23.54 comment="Judith Fierro (1177)" list=Active add address=100.64.23.39 comment="Roseann Dellavalle (2090)" list=Active add address=100.64.23.57 comment="Esparanza Garza (2172)" list=Active add address=100.64.23.61 comment="Drew Anderson (650)" list=Active add address=100.64.23.229 comment="Judith Fierro (1177)" list=Active add address=100.64.23.67 comment="Judith Fierro (1177)" list=Active add address=100.64.23.29 comment="Less Ruble (226)" list=Active add address=100.64.23.19 comment="Ron Berger (301)" list=Active add address=100.64.23.32 comment="Thomas Cline (1894)" list=Active add address=100.64.23.63 comment="Robert Finch (1928)" list=Active add address=100.64.23.220 comment="Judith Fierro (1177)" list=Active add address=100.64.23.36 comment="Judith Fierro (1177)" list=Active add address=100.64.23.31 comment="Carmen Cleghorn (2354)" list=Active add address=100.64.23.225 comment="Judith Fierro (1177)" list=Active add address=100.64.23.222 comment="Judith Fierro (1177)" list=Active add address=100.64.23.230 comment="Judith Fierro (1177)" list=Active add address=100.64.23.224 comment="Judith Fierro (1177)" list=Active add address=100.64.23.223 comment="Judith Fierro (1177)" list=Active add address=100.64.23.226 comment="Judith Fierro (1177)" list=Active add address=100.64.23.218 comment="Judith Fierro (1177)" list=Active add address=100.64.23.227 comment="Judith Fierro (1177)" list=Active add address=100.64.23.221 comment="Judith Fierro (1177)" list=Active add address=100.64.23.10 comment="Gizelle Butler (811)" list=Active add address=100.64.23.214 comment="Judith Fierro (1177)" list=Active add address=100.64.23.219 comment="Judith Fierro (1177)" list=Active add address=100.64.23.73 comment="Judith Fierro (1177)" list=Active add address=100.64.23.120 comment="Carmen Cleghorn (2354)" list=Active add address=100.64.23.228 comment="Judith Fierro (1177)" list=Active add address=100.64.23.59 comment="Judith Fierro (1177)" list=Active add address=100.64.23.82 comment="Judith Fierro (1177)" list=Active add address=100.64.23.92 comment="Pam Toler (501)" list=Active add address=100.64.23.16 comment="Gary Cable (144)" list=Active add address=100.64.23.51 comment="Judith Fierro (1177)" list=Active add address=100.64.23.28 comment="Coy Ungemach (84)" list=Active add address=100.64.23.68 comment="Diane Wiley (442)" list=Active add address=100.64.23.21 comment="Chris Vannatta (426)" list=Active add address=100.64.23.41 comment="Judith Fierro (1177)" list=Active add address=100.64.23.71 comment="Judith Fierro (1177)" list=Active add address=100.64.23.72 comment="Judith Fierro (1177)" list=Active add address=100.64.23.34 comment="Nathanael Finch (1911)" list=Active add address=100.64.23.116 comment="Judith Fierro (1177)" list=Active add address=10.10.144.32 comment="Kerry Black (1974)" list=Active add address=10.10.144.21 comment="Ron Berger (301)" list=Active add address=10.10.144.35 comment="Gizelle Butler (811)" list=Active add address=10.10.144.36 comment="Peter Olsson (284)" list=Active add address=10.10.144.38 comment="Drew Anderson (650)" list=Active add address=10.10.144.43 comment="Nhu Morrison (2111)" list=Active add address=10.10.144.16 comment="Abbie Andrews (1081)" list=\ ResidentialAdvanced add address=10.10.144.16 comment="Abbie Andrews (1081)" list=Active add address=10.10.158.253 comment="City of Lowry Crossing (2105)" list=\ ResidentialAdvanced add address=10.10.144.11 comment="Kerry Black (1974)" list=\ ResidentialAdvanced add address=10.10.144.11 comment="Kerry Black (1974)" list=Active add address=10.10.144.5 comment="Kacy Harrison (643)" list=ResidentialBasic add address=10.10.144.5 comment="Kacy Harrison (643)" list=Active add address=10.10.144.6 comment="Gary Cable (144)" list=ResidentialAdvanced add address=10.10.144.6 comment="Gary Cable (144)" list=Active add address=10.10.144.2 comment="Less Ruble (226)" list=ResidentialBasic add address=10.10.144.2 comment="Less Ruble (226)" list=Active add address=10.10.144.1 comment="Coy Ungemach (84)" list=ResidentialAdvanced add address=10.10.144.1 comment="Coy Ungemach (84)" list=Active add address=10.10.144.8 comment="Cynthia Sandlin (2194)" list=\ ResidentialAdvanced add address=10.10.144.8 comment="Cynthia Sandlin (2194)" list=Active add address=10.10.144.7 comment="Toni Young (2312)" list=ResidentialAdvanced add address=10.10.144.7 comment="Toni Young (2312)" list=Active add address=10.10.144.3 comment="Mike Martinez (268)" list=ResidentialBasic add address=10.10.144.3 comment="Mike Martinez (268)" list=Inactive add address=10.10.144.9 comment="Chris Vannatta (426)" list=\ ResidentialAdvanced add address=10.10.144.9 comment="Chris Vannatta (426)" list=Active add address=10.10.144.13 comment="Doris Avalos (1441)" list=ResidentialBasic add address=10.10.144.13 comment="Doris Avalos (1441)" list=Active add address=10.10.144.14 comment="Mark Nunnelee (243)" list=\ ResidentialAdvanced add address=10.10.144.14 comment="Mark Nunnelee (243)" list=Active add address=10.10.144.15 comment="Pam Toler (501)" list=ResidentialAdvanced add address=10.10.144.15 comment="Pam Toler (501)" list=Active add address=10.10.144.19 comment="Cinthia Pereira (1102)" list=\ ResidentialAdvanced add address=10.10.144.19 comment="Cinthia Pereira (1102)" list=Active add address=10.10.144.20 comment="Robert Finch (1928)" list=ResidentialBasic add address=10.10.144.20 comment="Robert Finch (1928)" list=Active add address=10.10.144.30 comment="Diane Wiley (442)" list=ResidentialAdvanced add address=10.10.144.30 comment="Diane Wiley (442)" list=Active add address=10.10.144.47 comment="Drew Anderson (650)" list=\ ResidentialAdvanced add address=10.10.144.47 comment="Drew Anderson (650)" list=Active add address=10.10.144.55 comment="Leonard Lewis (224)" list=\ ResidentialAdvanced add address=10.10.144.55 comment="Leonard Lewis (224)" list=Active add address=10.10.158.247 comment="Matt Budjenska (246)" list=\ ResidentialAdvanced add address=10.10.158.247 comment="Matt Budjenska (246)" list=Active add address=10.10.158.249 comment="Nhu Morrison (2111)" list=\ ResidentialAdvanced add address=10.10.158.249 comment="Nhu Morrison (2111)" list=Active add address=10.10.144.26 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=10.10.144.26 comment="Peter Olsson (284)" list=Active add address=100.64.23.23 comment="Kacy Harrison (643)" list=ResidentialBasic add address=100.64.23.23 comment="Kacy Harrison (643)" list=Active add address=100.64.23.26 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.26 comment="Peter Olsson (284)" list=Active add address=100.64.23.58 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.58 comment="Peter Olsson (284)" list=Active add address=100.64.23.47 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.47 comment="Peter Olsson (284)" list=Active add address=100.64.23.76 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.76 comment="Peter Olsson (284)" list=Active add address=100.64.23.77 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.77 comment="Peter Olsson (284)" list=Active add address=100.64.23.78 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.78 comment="Peter Olsson (284)" list=Active add address=100.64.23.42 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.42 comment="Peter Olsson (284)" list=Active add address=100.64.23.44 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.44 comment="Peter Olsson (284)" list=Active add address=100.64.23.79 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.79 comment="Peter Olsson (284)" list=Active add address=100.64.23.74 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.74 comment="Peter Olsson (284)" list=Active add address=100.64.23.81 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.81 comment="Peter Olsson (284)" list=Active add address=100.64.23.83 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.83 comment="Peter Olsson (284)" list=Active add address=100.64.23.55 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.55 comment="Peter Olsson (284)" list=Active add address=100.64.23.69 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.69 comment="Peter Olsson (284)" list=Active add address=100.64.23.64 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.64 comment="Peter Olsson (284)" list=Active add address=100.64.23.56 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.56 comment="Peter Olsson (284)" list=Active add address=100.64.23.43 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.43 comment="Peter Olsson (284)" list=Active add address=100.64.23.86 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.86 comment="Peter Olsson (284)" list=Active add address=100.64.23.60 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.60 comment="Peter Olsson (284)" list=Active add address=100.64.23.84 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.84 comment="Peter Olsson (284)" list=Active add address=100.64.23.87 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.87 comment="Peter Olsson (284)" list=Active add address=100.64.23.89 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.89 comment="Peter Olsson (284)" list=Active add address=100.64.23.90 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.90 comment="Peter Olsson (284)" list=Active add address=100.64.23.37 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.37 comment="Peter Olsson (284)" list=Active add address=100.64.23.88 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.88 comment="Peter Olsson (284)" list=Active add address=100.64.23.91 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.91 comment="Peter Olsson (284)" list=Active add address=100.64.23.94 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.94 comment="Peter Olsson (284)" list=Active add address=100.64.23.95 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.95 comment="Peter Olsson (284)" list=Active add address=100.64.23.96 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.96 comment="Peter Olsson (284)" list=Active add address=100.64.23.49 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.49 comment="Peter Olsson (284)" list=Active add address=100.64.23.53 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.53 comment="Peter Olsson (284)" list=Active add address=100.64.23.97 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.97 comment="Peter Olsson (284)" list=Active add address=100.64.23.99 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.99 comment="Peter Olsson (284)" list=Active add address=100.64.23.100 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.100 comment="Peter Olsson (284)" list=Active add address=100.64.23.101 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.101 comment="Peter Olsson (284)" list=Active add address=100.64.23.102 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.102 comment="Peter Olsson (284)" list=Active add address=100.64.23.103 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.103 comment="Peter Olsson (284)" list=Active add address=100.64.23.104 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.104 comment="Peter Olsson (284)" list=Active add address=100.64.23.105 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.105 comment="Peter Olsson (284)" list=Active add address=100.64.23.75 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.75 comment="Peter Olsson (284)" list=Active add address=100.64.23.80 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.80 comment="Peter Olsson (284)" list=Active add address=100.64.23.85 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.85 comment="Peter Olsson (284)" list=Active add address=100.64.23.62 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.62 comment="Peter Olsson (284)" list=Active add address=100.64.23.70 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.70 comment="Peter Olsson (284)" list=Active add address=100.64.23.106 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.106 comment="Peter Olsson (284)" list=Active add address=100.64.23.107 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.107 comment="Peter Olsson (284)" list=Active add address=100.64.23.35 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.35 comment="Peter Olsson (284)" list=Active add address=100.64.23.65 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.65 comment="Peter Olsson (284)" list=Active add address=100.64.23.108 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.108 comment="Peter Olsson (284)" list=Active add address=100.64.23.110 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.110 comment="Peter Olsson (284)" list=Active add address=100.64.23.66 comment="Bob Buckley (1525)" list=Inactive add address=100.64.23.30 comment="Bob Buckley (1525)" list=Inactive add address=100.64.23.111 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.111 comment="Peter Olsson (284)" list=Active add address=100.64.23.112 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.112 comment="Peter Olsson (284)" list=Active add address=100.64.23.113 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.113 comment="Peter Olsson (284)" list=Active add address=100.64.23.115 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.115 comment="Peter Olsson (284)" list=Active add address=100.64.23.114 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.114 comment="Peter Olsson (284)" list=Active add address=100.64.23.118 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.118 comment="Peter Olsson (284)" list=Active add address=100.64.23.117 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.117 comment="Peter Olsson (284)" list=Active add address=100.64.23.119 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.119 comment="Peter Olsson (284)" list=Active add address=100.64.23.50 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.50 comment="Peter Olsson (284)" list=Active add address=100.64.23.121 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.121 comment="Peter Olsson (284)" list=Active add address=100.64.23.122 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.122 comment="Peter Olsson (284)" list=Active add address=100.64.23.123 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.123 comment="Peter Olsson (284)" list=Active add address=100.64.23.124 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.124 comment="Peter Olsson (284)" list=Active add address=100.64.23.125 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.125 comment="Peter Olsson (284)" list=Active add address=100.64.23.126 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.126 comment="Peter Olsson (284)" list=Active add address=100.64.23.127 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.127 comment="Peter Olsson (284)" list=Active add address=100.64.23.128 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.128 comment="Peter Olsson (284)" list=Active add address=100.64.23.109 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.109 comment="Peter Olsson (284)" list=Active add address=100.64.23.130 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.130 comment="Peter Olsson (284)" list=Active add address=100.64.23.131 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.131 comment="Peter Olsson (284)" list=Active add address=100.64.23.132 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.132 comment="Peter Olsson (284)" list=Active add address=100.64.23.133 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.133 comment="Peter Olsson (284)" list=Active add address=100.64.23.134 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.134 comment="Peter Olsson (284)" list=Active add address=100.64.23.135 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.135 comment="Peter Olsson (284)" list=Active add address=100.64.23.136 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.136 comment="Peter Olsson (284)" list=Active add address=100.64.23.138 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.138 comment="Peter Olsson (284)" list=Active add address=100.64.23.140 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.140 comment="Peter Olsson (284)" list=Active add address=100.64.23.143 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.143 comment="Peter Olsson (284)" list=Active add address=100.64.23.144 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.144 comment="Peter Olsson (284)" list=Active add address=100.64.23.146 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.146 comment="Peter Olsson (284)" list=Active add address=100.64.23.141 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.141 comment="Peter Olsson (284)" list=Active add address=100.64.23.145 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.145 comment="Peter Olsson (284)" list=Active add address=100.64.23.147 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.147 comment="Peter Olsson (284)" list=Active add address=100.64.23.148 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.148 comment="Peter Olsson (284)" list=Active add address=100.64.23.150 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.150 comment="Peter Olsson (284)" list=Active add address=100.64.23.152 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.152 comment="Peter Olsson (284)" list=Active add address=100.64.23.153 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.153 comment="Peter Olsson (284)" list=Active add address=100.64.23.154 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.154 comment="Peter Olsson (284)" list=Active add address=100.64.23.151 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.151 comment="Peter Olsson (284)" list=Active add address=100.64.23.155 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.155 comment="Peter Olsson (284)" list=Active add address=100.64.23.156 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.156 comment="Peter Olsson (284)" list=Active add address=100.64.23.157 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.157 comment="Peter Olsson (284)" list=Active add address=100.64.23.159 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.159 comment="Peter Olsson (284)" list=Active add address=100.64.23.160 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.160 comment="Peter Olsson (284)" list=Active add address=100.64.23.162 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.162 comment="Peter Olsson (284)" list=Active add address=100.64.23.163 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.163 comment="Peter Olsson (284)" list=Active add address=100.64.23.161 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.161 comment="Peter Olsson (284)" list=Active add address=100.64.23.164 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.164 comment="Peter Olsson (284)" list=Active add address=100.64.23.165 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.165 comment="Peter Olsson (284)" list=Active add address=100.64.23.167 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.167 comment="Peter Olsson (284)" list=Active add address=100.64.23.166 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.166 comment="Peter Olsson (284)" list=Active add address=100.64.23.52 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.52 comment="Peter Olsson (284)" list=Active add address=100.64.23.168 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.168 comment="Peter Olsson (284)" list=Active add address=100.64.23.169 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.169 comment="Peter Olsson (284)" list=Active add address=100.64.23.170 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.170 comment="Peter Olsson (284)" list=Active add address=100.64.23.172 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.172 comment="Peter Olsson (284)" list=Active add address=100.64.23.174 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.174 comment="Peter Olsson (284)" list=Active add address=100.64.23.175 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.175 comment="Peter Olsson (284)" list=Active add address=100.64.23.177 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.177 comment="Peter Olsson (284)" list=Active add address=100.64.23.176 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.176 comment="Peter Olsson (284)" list=Active add address=100.64.23.178 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.178 comment="Peter Olsson (284)" list=Active add address=100.64.23.186 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.186 comment="Peter Olsson (284)" list=Active add address=100.64.23.185 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.185 comment="Peter Olsson (284)" list=Active add address=100.64.23.187 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.187 comment="Peter Olsson (284)" list=Active add address=100.64.23.189 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.189 comment="Peter Olsson (284)" list=Active add address=100.64.23.188 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.188 comment="Peter Olsson (284)" list=Active add address=100.64.23.190 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.190 comment="Peter Olsson (284)" list=Active add address=100.64.23.191 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.191 comment="Peter Olsson (284)" list=Active add address=100.64.23.192 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.192 comment="Peter Olsson (284)" list=Active add address=100.64.23.193 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.193 comment="Peter Olsson (284)" list=Active add address=100.64.23.194 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.194 comment="Peter Olsson (284)" list=Active add address=100.64.23.196 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.196 comment="Peter Olsson (284)" list=Active add address=100.64.23.195 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.195 comment="Peter Olsson (284)" list=Active add address=100.64.23.198 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.198 comment="Peter Olsson (284)" list=Active add address=100.64.23.199 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.199 comment="Peter Olsson (284)" list=Active add address=100.64.23.197 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.197 comment="Peter Olsson (284)" list=Active add address=100.64.23.200 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.200 comment="Peter Olsson (284)" list=Active add address=100.64.23.201 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.201 comment="Peter Olsson (284)" list=Active add address=100.64.23.202 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.202 comment="Peter Olsson (284)" list=Active add address=100.64.23.204 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.204 comment="Peter Olsson (284)" list=Active add address=100.64.23.206 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.206 comment="Peter Olsson (284)" list=Active add address=100.64.23.207 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.207 comment="Peter Olsson (284)" list=Active add address=100.64.23.38 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.38 comment="Peter Olsson (284)" list=Active add address=100.64.23.209 comment="Peter Olsson (284)" list=\ ResidentialAdvanced add address=100.64.23.209 comment="Peter Olsson (284)" list=Active add address=204.110.188.196 comment="City of Lowry Crossing (2105)" list=\ Active add address=10.10.158.253 comment="City of Lowry Crossing (2105)" list=Active add address=10.10.158.244 comment="Roseann Dellavalle (2090)" list=\ ResidentialAdvanced add address=10.10.158.244 comment="Roseann Dellavalle (2090)" list=Active add address=10.10.158.254 comment="Terry Miesen (339)" list=\ ResidentialAdvanced add address=10.10.158.254 comment="Terry Miesen (339)" list=Active add address=10.10.144.54 comment="Susan Lewis (1893)" list=\ ResidentialAdvanced add address=10.10.144.54 comment="Susan Lewis (1893)" list=Active add address=10.10.144.18 comment="Judith Fierro (1177)" list=ResidentialBasic add address=10.10.144.18 comment="Judith Fierro (1177)" list=Active add address=10.10.158.251 comment="Georgina Covarrubias (1906)" list=\ ResidentialAdvanced add address=10.10.158.251 comment="Georgina Covarrubias (1906)" list=Active add address=10.10.144.4 comment="Jaziel Prieto (2382)" list=\ ResidentialAdvanced add address=10.10.144.4 comment="Jaziel Prieto (2382)" list=Active add address=10.10.158.243 comment="Jennifer Dunaway (990)" list=\ ResidentialAdvanced add address=10.10.158.243 comment="Jennifer Dunaway (990)" list=Active add address=100.64.23.45 comment="Audrea Terry (2401)" list=\ ResidentialAdvanced add address=100.64.23.45 comment="Audrea Terry (2401)" list=Active add address=10.10.158.250 comment="Helen Lumpkin (477)" list=ResidentialBasic add address=10.10.158.250 comment="Helen Lumpkin (477)" list=Active add address=10.10.144.25 comment="Esparanza Garza (2172)" list=\ ResidentialAdvanced add address=10.10.144.25 comment="Esparanza Garza (2172)" list=Active add address=100.64.23.8 comment="Nathanael Finch (1911)" list=\ ResidentialAdvanced add address=100.64.23.8 comment="Nathanael Finch (1911)" list=Active add address=100.64.23.7 comment="Jennifer Dunaway (990)" list=\ ResidentialAdvanced add address=100.64.23.7 comment="Jennifer Dunaway (990)" list=Active add address=100.64.23.6 comment="Doris Avalos (1441)" list=ResidentialBasic add address=100.64.23.6 comment="Doris Avalos (1441)" list=Active add address=100.64.23.5 comment="Toni Young (2312)" list=ResidentialAdvanced add address=100.64.23.5 comment="Toni Young (2312)" list=Active add address=100.64.23.4 comment="Cynthia Sandlin (2194)" list=\ ResidentialAdvanced add address=100.64.23.4 comment="Cynthia Sandlin (2194)" list=Active add address=100.64.23.3 comment="Terry Miesen (339)" list=ResidentialAdvanced add address=100.64.23.3 comment="Terry Miesen (339)" list=Active add address=100.64.23.2 comment="Michael McCauley (259)" list=\ ResidentialAdvanced6months add address=100.64.23.2 comment="Michael McCauley (259)" list=Active add address=100.64.23.1 comment="Susan Lewis (1893)" list=ResidentialAdvanced add address=100.64.23.1 comment="Susan Lewis (1893)" list=Active add address=100.64.23.11 comment="Matt Budjenska (246)" list=\ ResidentialAdvanced add address=100.64.23.11 comment="Matt Budjenska (246)" list=Active add address=100.64.23.13 comment="Georgina Covarrubias (1906)" list=\ ResidentialAdvanced add address=100.64.23.13 comment="Georgina Covarrubias (1906)" list=Active add address=100.64.23.14 comment="Cinthia Pereira (1102)" list=\ ResidentialAdvanced add address=100.64.23.14 comment="Cinthia Pereira (1102)" list=Active add address=100.64.23.17 comment="Helen Lumpkin (477)" list=ResidentialBasic add address=100.64.23.17 comment="Helen Lumpkin (477)" list=Active add address=10.10.144.12 comment="Elizabeth Christian (128)" list=\ ResidentialAdvanced add address=10.10.144.12 comment="Elizabeth Christian (128)" list=Active add address=10.10.144.50 comment="Fred Heckel (735)" list=BusinessBasic add address=10.10.144.50 comment="Fred Heckel (735)" list=Active add address=100.64.23.15 comment="Kerry Black (1974)" list=\ ResidentialAdvanced add address=100.64.23.15 comment="Kerry Black (1974)" list=Active add address=100.64.23.18 comment="Less Ruble (226)" list=ResidentialBasic add address=100.64.23.18 comment="Less Ruble (226)" list=Active add address=100.64.23.20 comment="Fred Heckel (735)" list=BusinessBasic add address=100.64.23.20 comment="Fred Heckel (735)" list=Active add address=100.64.23.22 comment="Coy Ungemach (84)" list=ResidentialAdvanced add address=100.64.23.22 comment="Coy Ungemach (84)" list=Active add address=10.10.144.29 comment="Lanay Gaunce (1052)" list=\ ResidentialAdvanced add address=10.10.144.29 comment="Lanay Gaunce (1052)" list=Active add address=100.64.23.24 comment="Lanay Gaunce (1052)" list=\ ResidentialAdvanced add address=100.64.23.24 comment="Lanay Gaunce (1052)" list=Active add address=100.64.23.25 comment="Abbie Andrews (1081)" list=\ ResidentialAdvanced add address=100.64.23.25 comment="Abbie Andrews (1081)" list=Active add address=100.64.23.12 comment="Nhu Morrison (2111)" list=\ ResidentialAdvanced add address=100.64.23.12 comment="Nhu Morrison (2111)" list=Active /ip firewall filter add action=accept chain=forward comment=\ "bypass fasttrack for MPLS spine (out)" out-interface=ether1-newhope add action=accept chain=forward comment=\ "bypass fasttrack for MPLS spine (in)" in-interface=ether1-newhope add action=fasttrack-connection chain=forward comment=\ "fasttrack established/related" connection-state=established,related add action=accept chain=forward comment="accept established/related" \ connection-state=established,related /ip hotspot ip-binding add mac-address=F0:9F:C2:60:F8:38 server=hotspot1 type=bypassed add address=204.110.191.224/27 type=bypassed add address=204.110.188.0/24 add address=100.64.0.0/10 add address=10.10.144.0/20 type=bypassed add address=10.100.0.144-10.100.158.254 add address=10.100.159.0/24 type=bypassed add address=0.0.0.0/0 type=blocked /ip hotspot user add name=admin /ip hotspot walled-garden add comment="place hotspot rules here" disabled=yes /ip hotspot walled-garden ip add action=accept disabled=no dst-address=204.110.191.195 !dst-address-list \ !dst-port !protocol !src-address !src-address-list add action=accept disabled=no dst-address=204.110.191.205 !dst-address-list \ !dst-port !protocol !src-address !src-address-list add action=accept disabled=no !dst-address !dst-address-list dst-host=\ provision.vntx.net !dst-port !protocol !src-address !src-address-list /ip ipsec policy set 0 dst-address=0.0.0.0/0 src-address=0.0.0.0/0 /ip ipsec profile set [ find default=yes ] dh-group=modp2048 dpd-interval=2m \ dpd-maximum-failures=5 enc-algorithm=aes-256,aes-128 hash-algorithm=\ sha256 /ip proxy set cache-path=web-proxy1 port=34133 /ip route add disabled=no dst-address=0.0.0.0/0 gateway=10.250.1.110 /ip service set ftp address=204.110.188.0/22,10.0.0.0/8 disabled=yes set telnet address=204.110.188.0/22,10.0.0.0/8 disabled=yes set www address=204.110.188.0/22,10.0.0.0/8 disabled=yes port=81 set www-ssl address=204.110.188.0/22,10.0.0.0/8 certificate=vntx.net.pem_0 set ssh address=204.110.188.0/22,10.0.0.0/8 port=1022 set winbox address=204.110.188.0/22,10.0.0.0/8 set api address=204.110.188.0/22,10.0.0.0/8,100.64.0.0/10 set api-ssl certificate=vntx.net.pem_0 /ip ssh set host-key-type=ed25519 password-authentication=yes strong-crypto=yes /ipv6 address add address=2606:1c80:1:6000::/52 advertise=no disabled=yes interface=\ lowrycrossing add address=2606:1c80:0:9::2 disabled=yes interface=vlan_20_sfpplus1_newhope /ipv6 dhcp-server add interface=lowrycrossing name=server1 prefix-pool=lowrycrossing-v6 /lcd set time-interval=hour /mpls interface add interface=ether1-newhope mpls-mtu=1508 /mpls ldp add disabled=no lsr-id=10.254.254.109 transport-addresses=10.254.254.109 vrf=\ main /mpls ldp interface add interface=ether1-newhope /ppp aaa set interim-update=1h use-radius=yes /radius add address=204.110.191.248 require-message-auth=no service=ppp,hotspot,dhcp \ src-address=204.110.188.222 timeout=3s add address=204.110.191.2 require-message-auth=no service=ppp,hotspot,dhcp \ src-address=204.110.188.222 timeout=3s add accounting-backup=yes address=45.76.56.5 require-message-auth=no service=\ ppp,hotspot,dhcp src-address=204.110.188.222 timeout=3s /radius incoming set accept=yes /routing bfd configuration add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5 /routing filter rule add chain=ospf-in disabled=no rule="accept;" add chain=ospf-out disabled=no rule="accept;" /routing ospf interface-template add area=backbone-v2 auth=sha512 auth-id=1 cost=10 disabled=no interfaces=\ ether1-newhope priority=1 type=ptp use-bfd=yes add area=backbone-v3 auth=sha512 auth-id=1 cost=10 disabled=no interfaces=\ ether1-newhope passive priority=1 type=ptp use-bfd=no add area=backbone-v3 cost=10 disabled=no use-bfd=no add area=backbone-v2 disabled=no passive /snmp set contact=graham@vntx.net enabled=yes location="33.160873, -96.540479" /system clock set time-zone-autodetect=no time-zone-name=CST6CDT /system identity set name=LowryCrossing /system logging add action=logs topics=info /system note set note="__ __\ \n\\ \\ / /__ _ __ ___ _ __ __ _\ \n \\ \\ / / _ \\ '__/ _ \\| '_ \\ / _` |\ \n \\ V / __/ | | (_) | | | | (_| |\ \n \\_/ \\___|_| \\___/|_| |_|\\__,_|\ \n _ _ _ _\ \n| \\ | | ___| |___ _____ _ __| | _____\ \n| \\| |/ _ \\ __\\ \\ /\\ / / _ \\| '__| |/ / __|\ \n| |\\ | __/ |_ \\ V V / (_) | | | <\\__ \\\ \n|_| \\_|\\___|\\__| \\_/\\_/ \\___/|_| |_|\\_\\___/\ \n\ \n###############################################################\ \n# Welcome to Verona Networks #\ \n# All connections are monitored and recorded #\ \n# Disconnect IMMEDIATELY if you are not an authorized user! #\ \n###############################################################\ \n\ \n" show-at-login=no /system ntp client set enabled=yes /system ntp client servers add address=ntp.vntx.net add address=0.us.pool.ntp.org /system package update set channel=long-term /system routerboard settings # Firmware upgraded successfully, please reboot for changes to take effect! set auto-upgrade=yes /system scheduler add disabled=yes interval=1w name=sched_backup on-event=backup policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive start-date=\ 1970-01-01 start-time=07:30:00 add interval=5m name=remove_hotspot on-event=\ "/ip hotspot host remove [/ip hotspot host find where !authorized]" \ policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive \ start-time=startup add name=reboot on-event="/system reboot\ \n" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive \ start-date=2025-01-21 start-time=03:30:00 add disabled=yes interval=1d name=Upgrade_Router on-event="/system package upd\ ate\r\ \ncheck-for-updates once\r\ \n:delay 1s;\r\ \n:if ( [get status] = \"New version is available\") do={ install }" \ policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive \ start-date=2016-07-25 start-time=03:10:33 add interval=1d name="disable proxy" on-event="/ip proxy set enabled=no\r\ \n" policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \ start-date=2020-04-11 start-time=04:00:00 /system script add dont-require-permissions=no name=backup owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive source="/export\ \_file=backup.rsc;\ \n/tool e-mail send to=\"graham@vntx.net\" subject=(\"mtik backup \" . [/s\ ystem identity get name]) file=backup.rsc;\ \n:log info \"Backup email sent.\";" add dont-require-permissions=no name=rogue-dhcp owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\ ":log warning message=\"Rogue DHCP server detected!\"" /tool e-mail set certificate-verification=no from= server=\ smtp.sendgrid.net tls=starttls user=veronanetworks