My suggestion would be to use the import command with verbose=yes Pasting a line in is different from doing an import, which is what you are trying to do.
Verbose=yes will let you see where it is hanging up... one error and NONE of it is applied. -=Wayne Hancock =- SandRidge Energy, Inc. 123 Robert S. Kerr Ave Oklahoma City, OK 73102 405-429-6195 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Roy, Jerry Sent: Thursday, November 06, 2014 3:52 PM To: Mikrotik discussions Subject: [Mikrotik] config file run after reset fail All, Please forgive the lengthy post. I am pulling what little hair I have left out to try and see why this will not work. I have taken the following file (below) and pasted it on the router line by line and have absolutely no errors. But when I upload it to the router and do a system --> reset configuration --> run after reset and use this file (one I reset with "no default configuration") the neighbor viewer shows up with an ip of 0.0.0.0 and I get into it via mac address and it has absolutely no settings. Anyone have any idea what I could be missing? Thanks in advance!!! /interface bridge add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes disabled=no forward-delay=15s l2mtu=65535 \ max-message-age=20s mtu=1500 name=loopback1 priority=0x8000 protocol-mode=none transmit-hold-count=6 add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes disabled=no forward-delay=15s l2mtu=1598 max-message-age=\ 20s mtu=1500 name=bridge1 priority=0x8000 protocol-mode=none transmit-hold-count=6 /interface set ether1 disabled=no l2mtu=1598 mtu=1500 name=ether1 set ether2 disabled=no l2mtu=1598 mtu=1500 name=ether2 set ether3 disabled=no l2mtu=1598 mtu=1500 name=ether3 set ether4 disabled=no l2mtu=1598 mtu=1500 name=ether4 set ether5 disabled=no l2mtu=1598 mtu=1500 name=ether5 /interface ethernet switch set 0 mirror-source=none mirror-target=none name=switch1 /ip hotspot profile set [ find default=yes ] dns-name="" hotspot-address=0.0.0.0 html-directory=hotspot http-cookie-lifetime=3d http-proxy=0.0.0.0:0 \ login-by=cookie,http-chap name=default rate-limit="" smtp-server=0.0.0.0 split-user-domain=no use-radius=no /ip hotspot user profile set [ find default=yes ] idle-timeout=none keepalive-timeout=2m name=default shared-users=1 status-autorefresh=1m \ transparent-proxy=no /ip ipsec proposal set [ find default=yes ] auth-algorithms=sha1 disabled=no enc-algorithms=3des lifetime=30m name=default pfs-group=modp1024 add auth-algorithms=sha1 disabled=no enc-algorithms=3des lifetime=30m name=juniper pfs-group=none /ppp profile set 0 change-tcp-mss=yes name=default only-one=default remote-ipv6-prefix-pool=none use-compression=default use-encryption=\ default use-ipv6=yes use-mpls=default use-vj-compression=default set 1 change-tcp-mss=yes name=default-encryption only-one=default remote-ipv6-prefix-pool=none use-compression=default \ use-encryption=yes use-ipv6=yes use-mpls=default use-vj-compression=default /queue type set 0 kind=pfifo name=default pfifo-limit=50 set 1 kind=pfifo name=ethernet-default pfifo-limit=50 set 2 kind=sfq name=wireless-default sfq-allot=1514 sfq-perturb=5 set 3 kind=red name=synchronous-default red-avg-packet=1000 red-burst=20 red-limit=60 red-max-threshold=50 red-min-threshold=10 set 4 kind=sfq name=hotspot-default sfq-allot=1514 sfq-perturb=5 set 5 kind=none name=only-hardware-queue set 6 kind=mq-pfifo mq-pfifo-limit=50 name=multi-queue-ethernet-default set 7 kind=pfifo name=default-small pfifo-limit=10 /routing bgp instance set default as=65530 client-to-client-reflection=yes disabled=no ignore-as-path-len=no name=default out-filter="" \ redistribute-connected=no redistribute-ospf=no redistribute-other-bgp=no redistribute-rip=no redistribute-static=no \ router-id=0.0.0.0 routing-table="" /routing ospf instance set [ find default=yes ] disabled=no distribute-default=never in-filter=ospf-in metric-bgp=auto metric-connected=20 \ metric-default=1 metric-other-ospf=auto metric-rip=20 metric-static=20 name=default out-filter=ospf-out redistribute-bgp=no \ redistribute-connected=no redistribute-other-ospf=no redistribute-rip=no redistribute-static=no router-id=0.0.0.0 /routing ospf area set [ find default=yes ] area-id=0.0.0.0 disabled=no instance=default name=backbone type=default /routing ospf-v3 instance set [ find default=yes ] disabled=no distribute-default=never metric-bgp=auto metric-connected=20 metric-default=1 \ metric-other-ospf=auto metric-rip=20 metric-static=20 name=default redistribute-bgp=no redistribute-connected=no \ redistribute-other-ospf=no redistribute-rip=no redistribute-static=no router-id=0.0.0.0 /routing ospf-v3 area set [ find default=yes ] area-id=0.0.0.0 disabled=no instance=default name=backbone type=default /snmp community set [ find default=yes ] addresses=0.0.0.0/0 authentication-password="" authentication-protocol=MD5 encryption-password="" \ encryption-protocol=DES name=public read-access=yes security=none write-access=no add addresses=0.0.0.0/0 authentication-password="" authentication-protocol=MD5 encryption-password="" encryption-protocol=DES \ name=MNS2AirLiquide read-access=yes security=none write-access=yes /system logging action set 0 memory-lines=100 memory-stop-on-full=no name=memory target=memory set 1 disk-file-count=2 disk-file-name=log disk-lines-per-file=100 disk-stop-on-full=no name=disk target=disk set 2 name=echo remember=yes target=echo set 3 bsd-syslog=no name=remote remote=:: remote-port=514 src-address=0.0.0.0 syslog-facility=daemon syslog-severity=auto target=\ remote /user group set read name=read policy=local,telnet,ssh,reboot,read,test,winbox,password,web,sniff,sensitive,api,!ftp,!write,!policy skin=\ default set write name=write policy=local,telnet,ssh,reboot,read,write,test,winbox,password,web,sniff,sensitive,api,!ftp,!policy skin=\ default set full name=full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api skin=default /interface bridge port add bridge=bridge1 disabled=no edge=auto external-fdb=auto horizon=none interface=ether2 path-cost=10 point-to-point=auto \ priority=0x80 add bridge=bridge1 disabled=no edge=auto external-fdb=auto horizon=none interface=ether1 path-cost=10 point-to-point=auto \ priority=0x80 add bridge=bridge1 disabled=no edge=auto external-fdb=auto horizon=none interface=ether3 path-cost=10 point-to-point=auto \ priority=0x80 add bridge=bridge1 disabled=no edge=auto external-fdb=auto horizon=none interface=ether4 path-cost=10 point-to-point=auto \ priority=0x80 add bridge=bridge1 disabled=no edge=auto external-fdb=auto horizon=none interface=ether5 path-cost=10 point-to-point=auto \ priority=0x80 /interface bridge settings set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no /interface ethernet switch port set 0 vlan-header=leave-as-is vlan-mode=disabled set 1 vlan-header=leave-as-is vlan-mode=disabled set 2 vlan-header=leave-as-is vlan-mode=disabled set 3 vlan-header=leave-as-is vlan-mode=disabled set 4 vlan-header=leave-as-is vlan-mode=disabled set 5 vlan-header=leave-as-is vlan-mode=disabled /interface l2tp-server server set authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption enabled=no keepalive-timeout=30 max-mru=1460 \ max-mtu=1460 mrru=disabled /interface ovpn-server server set auth=sha1,md5 certificate=none cipher=blowfish128,aes128 default-profile=default enabled=no keepalive-timeout=60 mac-address=\ FE:7D:12:78:37:F4 max-mtu=1500 mode=ip netmask=24 port=1194 require-client-certificate=no /interface pptp-server server set authentication=mschap1,mschap2 default-profile=default-encryption enabled=no keepalive-timeout=30 max-mru=1460 max-mtu=1460 \ mrru=disabled /interface sstp-server server set authentication=pap,chap,mschap1,mschap2 certificate=none default-profile=default enabled=no keepalive-timeout=60 max-mru=1500 \ max-mtu=1500 mrru=disabled port=443 verify-client-certificate=no /ip accounting set account-local-traffic=no enabled=no threshold=256 /ip accounting web-access set accessible-via-web=no address=0.0.0.0/0 /ip address add address=5.x.x.x/32 comment="IPSec Interface" disabled=no interface=loopback1 network=5.x.x.x add address=68.x.x.x/26 comment="WAN Access" disabled=no interface=bridge1 network=68.x.x.x /ip dhcp-server config set store-leases-disk=5m /ip dns set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB max-udp-packet-size=4096 servers=\ 208.67.220.220,208.67.222.222,8.8.8.8,8.8.4.4 /ip dns static add address=68.x.x.x disabled=no name=router ttl=1d /ip firewall connection tracking set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s tcp-close-wait-timeout=10s tcp-established-timeout=1d \ tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no \ tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s /ip firewall filter add action=accept chain=input comment="default configuration" disabled=no protocol=icmp add action=accept chain=input comment="default configuration" connection-state=established disabled=no add action=accept chain=output comment="default configuration" disabled=no dst-port=123 protocol=udp add action=accept chain=input comment="default configuration" connection-state=related disabled=no add action=accept chain=input comment="Allow Management from Tolt MNS" disabled=no dst-port=161 protocol=udp src-address=\ 216.x.x.x/29 add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=216.x.x.x/29 add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=68.x.x.x/26 add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=68.x.x.x add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=216.x.x.x/20 add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=216.x.x.x/24 add action=accept chain=input disabled=no dst-port=22,80,443,8291 protocol=tcp src-address=68.x.x.x/26 add action=drop chain=input comment="default configuration" disabled=no in-interface=bridge1 /ip firewall service-port set ftp disabled=no ports=21 set tftp disabled=no ports=69 set irc disabled=no ports=6667 set h323 disabled=no set sip disabled=no ports=5060,5061 sip-direct-media=yes set pptp disabled=no /ip hotspot service-port set ftp disabled=no ports=21 /ip ipsec peer add address=216.x.x.x/32 auth-method=pre-shared-key dh-group=modp1024 disabled=no dpd-interval=1m dpd-maximum-failures=2 \ enc-algorithm=3des exchange-mode=aggressive generate-policy=no hash-algorithm=sha1 lifebytes=0 lifetime=10h my-id-user-fqdn=\ [email protected] nat-traversal=yes port=500 proposal-check=obey secret=\ xxxxxxxxxxxxxxxxxxxx send-initial-contact=yes /ip ipsec policy add action=encrypt disabled=no dst-address=216.x.x.x/29 dst-port=any ipsec-protocols=esp level=require priority=0 proposal=\ juniper protocol=all sa-dst-address=216.x.x.x sa-src-address=0.0.0.0 src-address=5.x.x.x/32 src-port=any tunnel=yes /ip neighbor discovery set ether1 disabled=no set ether2 disabled=no set ether3 disabled=no set ether4 disabled=no set ether5 disabled=no set loopback1 disabled=no set bridge1 disabled=no /ip proxy set always-from-cache=no cache-administrator=webmaster cache-hit-dscp=4 cache-on-disk=no enabled=no max-cache-size=unlimited \ max-client-connections=600 max-fresh-time=3d max-server-connections=600 parent-proxy=0.0.0.0 parent-proxy-port=0 port=8080 \ serialize-connections=no src-address=0.0.0.0 /ip route add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=68.x.x.x pref-src=68.x.x.x scope=30 \ target-scope=10 /ip service set telnet address="" disabled=yes port=23 set ftp address="" disabled=no port=21 set www address="" disabled=no port=80 set ssh address="" disabled=no port=22 set www-ssl address="" certificate=none disabled=yes port=443 set api address="" disabled=yes port=8728 set winbox address="" disabled=no port=8291 /ip smb set allow-guests=yes comment=MikrotikSMB domain=MSHOME enabled=no interfaces=all /ip smb shares set [ find default=yes ] comment="default share" directory=/pub disabled=no max-sessions=10 name=pub /ip smb users set [ find default=yes ] disabled=no name=guest password="" read-only=yes /ip socks set connection-idle-timeout=2m enabled=no max-connections=200 port=1080 /ip traffic-flow set active-flow-timeout=30m cache-entries=4k enabled=no inactive-flow-timeout=15s interfaces=all /ip upnp set allow-disable-external-interface=yes enabled=no show-dummy-rule=yes /ipv6 nd set [ find default=yes ] advertise-dns=no advertise-mac-address=yes disabled=no hop-limit=unspecified interface=all \ managed-address-configuration=no mtu=unspecified other-configuration=no ra-delay=3s ra-interval=3m20s-10m ra-lifetime=30m \ reachable-time=unspecified retransmit-interval=unspecified /ipv6 nd prefix default set autonomous=yes preferred-lifetime=1w valid-lifetime=4w2d /port firmware set directory=firmware ignore-directip-modem=no /ppp aaa set accounting=yes interim-update=0s use-radius=no /queue interface set ether1 queue=only-hardware-queue set ether2 queue=only-hardware-queue set ether3 queue=only-hardware-queue set ether4 queue=only-hardware-queue set ether5 queue=only-hardware-queue /radius incoming set accept=no port=3799 /routing bfd interface set [ find default=yes ] disabled=no interface=all interval=0.2s min-rx=0.2s multiplier=5 /routing mme set bidirectional-timeout=2 gateway-class=none gateway-keepalive=1m gateway-selection=no-gateway origination-interval=5s \ preferred-gateway=0.0.0.0 timeout=1m ttl=50 /routing rip set distribute-default=never garbage-timer=2m metric-bgp=1 metric-connected=1 metric-default=1 metric-ospf=1 metric-static=1 \ redistribute-bgp=no redistribute-connected=no redistribute-ospf=no redistribute-static=no routing-table=main timeout-timer=3m \ update-timer=30s /routing ripng set distribute-default=never garbage-timer=2m metric-bgp=1 metric-connected=1 metric-default=1 metric-ospf=1 metric-static=1 \ redistribute-bgp=no redistribute-connected=no redistribute-ospf=no redistribute-static=no timeout-timer=3m update-timer=30s /snmp set contact=Tolt_MNS enabled=yes engine-id="" location="Irvine, CA" trap-community=xxxxxxx trap-generators="" trap-target=\ "" trap-version=2 /system clock set time-zone-name=America/Los_Angeles /system clock manual set dst-delta=+00:00 dst-end="jan/01/1970 00:00:00" dst-start="jan/01/1970 00:00:00" time-zone=+00:00 /system identity set name=Tolt_MNS_Lab-5.3.0.3 /system logging set 0 action=memory disabled=no prefix="" topics=info set 1 action=memory disabled=no prefix="" topics=error set 2 action=memory disabled=no prefix="" topics=warning set 3 action=echo disabled=no prefix="" topics=critical /system note set note="This System is the Property of xxxxxxx If you are not Authorized to access this system, Please disconnect Immed\ iately!" show-at-login=yes /system ntp client set enabled=yes mode=unicast primary-ntp=173.230.144.109 secondary-ntp=128.138.141.171 /system ntp server set broadcast=no broadcast-addresses="" enabled=no manycast=yes multicast=no /system resource irq set 0 cpu=auto /system routerboard settings set boot-device=nand-if-fail-then-ethernet boot-protocol=bootp cpu-frequency=400MHz force-backup-booter=no silent-boot=no /system scheduler add disabled=no interval=10s name=schedule1 on-event=ping-vpn policy=\ ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api start-time=startup /system script add name=ping-vpn policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api source=\ ":put [/ping interface=loopback1 216.x.x.x count=3]" add name=email-reboots policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api source=":while ( [:pick [/syst\ em clock get date] 7 11]<\"2003\" ) do={ :delay 10s }\r\ \n/log info \"time updated; uptime: \$[/system resource get uptime]\"\r\ \n:local es \"\$[/system identity get name] rebooted on \$[/system clock get date] \$[/system clock get time]\"\r\ \n:delay 90s\r\ \n:local eb \"Log contents (with 90 seconds delay):\\r\\n\"\r\ \n:foreach le in=[/log print as-value] do={\r\ \n :set eb \"\$eb\$[:pick [:tostr [:pick \$le 1]] 5 100] \$[:pick [:tostr [:pick \$le 2]] 7 100]: \$[:pick [:tostr [:pick \$l\ e 3]] 8 1000]\\r\\n\"\r\ \n}" /system upgrade mirror set check-interval=1d enabled=no primary-server=0.0.0.0 secondary-server=0.0.0.0 user="" /system watchdog set auto-send-supout=no automatic-supout=yes no-ping-delay=5m watch-address=none watchdog-timer=yes /tool bandwidth-server set allocate-udp-ports-from=2000 authenticate=yes enabled=yes max-sessions=100 /tool e-mail set address=0.0.0.0 from=<> password="" port=25 starttls=no user="" /tool graphing set page-refresh=300 store-every=5min /tool mac-server set [ find default=yes ] disabled=yes interface=all add disabled=no interface=ether2 add disabled=no interface=ether3 add disabled=no interface=ether4 add disabled=no interface=ether5 /tool mac-server mac-winbox set [ find default=yes ] disabled=no interface=all add disabled=no interface=ether1 add disabled=no interface=ether2 add disabled=no interface=ether3 add disabled=no interface=ether4 add disabled=no interface=ether5 /tool mac-server ping set enabled=yes /tool sms set allowed-number="" channel=0 keep-max-sms=0 receive-enabled=no secret="" /tool sniffer set file-limit=1000KiB file-name="" filter-ip-address="" filter-ip-protocol="" filter-mac-address="" filter-mac-protocol="" \ filter-port="" filter-stream=yes interface=all memory-limit=500KiB memory-scroll=yes only-headers=no streaming-enabled=no \ streaming-server=0.0.0.0 /tool traffic-generator set latency-distribution-scale=10 test-id=0 /user aaa set accounting=yes default-group=read exclude-groups="" interim-update=0s use-radius=no -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.butchevans.com/pipermail/mikrotik/attachments/20141106/e47f09e4/attachment.html> _______________________________________________ Mikrotik mailing list [email protected] http://mail.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS _______________________________________________ Mikrotik mailing list [email protected] http://mail.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

