<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8369245282785276959</id><updated>2011-12-13T17:13:49.918-08:00</updated><category term='General'/><title type='text'>Mikrotik - Manuals and Tips</title><subtitle type='html'>Collections of Mikrotik manuals, tips and trick.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://learnmikrotik.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://learnmikrotik.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MyAdmin</name><uri>http://www.blogger.com/profile/15238171419936537685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_5Dz3XV0YG1Y/SQ8lfO0vo8I/AAAAAAAAABQ/19SasycD8aw/S220/1br4nuP4gAAECWIE_8AjTAQ%3D%3D.medium.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8369245282785276959.post-8411721539182307928</id><published>2009-09-15T19:49:00.000-07:00</published><updated>2009-09-15T20:06:38.593-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>IP Addresses and ARP</title><content type='html'>&lt;span style="font-weight: bold;"&gt;1. IP Addressing&lt;/span&gt;&lt;br /&gt;Submenu level:&lt;span style="font-weight: bold;"&gt; /ip address&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Description&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;IP addresses serve for a general host identification purposes in IP networks. Typical (IPv4) address consists of four octets. For proper addressing the router also needs the network mask value, id est which bits of the complete IP address refer to the address of the host, and which - to the address of the network. The network address value is calculated by binary AND operation from network mask and IP address values. It's also possible to specify IP address followed by slash "/" and the amount of bits that form the network address.&lt;br /&gt;&lt;br /&gt;In most cases, it is enough to specify the address, the netmask, and the interface arguments. The network prefix and the broadcast address are calculated automatically.&lt;br /&gt;&lt;br /&gt;It is possible to add multiple IP addresses to an interface or to leave the interface without any addresses assigned to it. In case of bridging or PPPoE connection, the physical interface may bot have any address assigned, yet be perfectly usable. Putting an IP address to a physical interface included in a bridge would mean actually putting it on the bridge interface itself. You can use /ip address print detail to see to which interface the address belongs to.&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;MikroTik RouterOS has following types of addresses:&lt;br /&gt;&lt;br /&gt; * &lt;span style="font-weight: bold;"&gt;Static&lt;/span&gt; - manually assigned to the interface by a user&lt;br /&gt; * &lt;span style="font-weight: bold;"&gt;Dynamic&lt;/span&gt; - automatically assigned to the interface by DHCP or an estabilished PPP connections&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Property Description&lt;/span&gt;&lt;br /&gt;actual-interface (read-only: name) - name of the actual interface the logical one is bound to. For example, if the physical interface you assigned the address to, is included in a bridge, the actual interface will show that bridge.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;address &lt;/span&gt;(IP address) - IP address&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;broadcast&lt;/span&gt; (IP address; default: 255.255.255.255) - broadcasting IP address, calculated by default from an IP address and a network mask&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;disabled&lt;/span&gt; (yes | no; default: no) - specifies whether the address is disabled or not&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;interface&lt;/span&gt; (name) - interface name the IP address is assigned to&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;netmask&lt;/span&gt; (IP address; default: 0.0.0.0) - delimits network address part of the IP address from the host part&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;network&lt;/span&gt; (IP address; default: 0.0.0.0) - IP address for the network. For point-to-point links it should be the address of the remote end&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Notes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You cannot have two different IP addresses from the same network assigned to the router. Exempli gratia, the combination of IP address 10.0.0.1/24 on the ether1 interface and IP address 10.0.0.132/24 on the ether2 interface is invalid (unless both interfaces are bridged together), because both addresses belong to the same network 10.0.0.0/24. Use addresses from different networks on different interfaces.&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;[admin@MikroTik] ip address&gt; add address=10.10.10.1/24 interface=ether2&lt;br /&gt;[admin@MikroTik] ip address&gt; print&lt;br /&gt;Flags: X - disabled, I - invalid, D - dynamic&lt;br /&gt;#   ADDRESS            NETWORK         BROADCAST       INTERFACE&lt;br /&gt;0   2.2.2.1/24         2.2.2.0         2.2.2.255       ether2&lt;br /&gt;1   10.5.7.244/24      10.5.7.0        10.5.7.255      ether1&lt;br /&gt;2   10.10.10.1/24      10.10.10.0      10.10.10.255    ether2&lt;br /&gt;[admin@MikroTik] ip address&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Address Resolution Protocol&lt;/span&gt;&lt;br /&gt;Submenu level: &lt;span style="font-weight: bold;"&gt;/ip arp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Description&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Even though IP packets are addressed using IP addresses, hardware addresses must be used to actually transport data from one host to another. Address Resolution Protocol is used to map OSI level 3 IP addreses to OSI level 2 MAC addreses. Router has a table of currently used ARP entries. Normally the table is built dynamically, but to increase network security, it can be partialy or completely built statically by means of adding static entries.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Property Description&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;address&lt;/span&gt; (IP address) - IP address to be mapped&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;interface&lt;/span&gt; (name) - interface name the IP address is assigned to&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mac-address&lt;/span&gt; (MAC address; default: 00:00:00:00:00:00) - MAC address to be mapped to&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Notes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Maximal number of ARP entries is 8192.&lt;br /&gt;&lt;br /&gt;If ARP feature is turned off on the interface, i.e., arp=disabled is used, ARP requests from clients are not answered by the router. Therefore, static arp entry should be added to the clients as well. For example, the router's IP and MAC addresses should be added to the Windows workstations using the arp command:&lt;br /&gt;&lt;br /&gt;C:\&gt; arp -s 10.5.8.254  00-aa-00-62-c6-09&lt;br /&gt;&lt;br /&gt;If arp property is set to reply-only on the interface, then router only replies to ARP requests. Neighbour MAC addresses will be resolved using /ip arp statically, but there will be no need to add the router's MAC address to other hosts' ARP tables.&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;Example&lt;/span&gt;&lt;br /&gt;[admin@MikroTik] ip arp&gt; add address=10.10.10.10 interface=ether2 mac-address=06 \&lt;br /&gt;\... :21:00:56:00:12&lt;br /&gt;[admin@MikroTik] ip arp&gt; print&lt;br /&gt;Flags: X - disabled, I - invalid, H - DHCP, D - dynamic&lt;br /&gt;#   ADDRESS         MAC-ADDRESS       INTERFACE&lt;br /&gt;0 D 2.2.2.2         00:30:4F:1B:B3:D9 ether2&lt;br /&gt;1 D 10.5.7.242      00:A0:24:9D:52:A4 ether1&lt;br /&gt;2   10.10.10.10     06:21:00:56:00:12 ether2&lt;br /&gt;[admin@MikroTik] ip arp&gt;&lt;br /&gt;&lt;br /&gt;If static arp entries are used for network security on an interface, you should set arp to 'reply-only' on that interface. Do it under the relevant /interface menu:&lt;br /&gt;&lt;br /&gt;[admin@MikroTik] ip arp&gt; /interface ethernet set ether2 arp=reply-only&lt;br /&gt;[admin@MikroTik] ip arp&gt; print&lt;br /&gt;Flags: X - disabled, I - invalid, H - DHCP, D - dynamic&lt;br /&gt;#   ADDRESS         MAC-ADDRESS       INTERFACE&lt;br /&gt;0 D 10.5.7.242      00:A0:24:9D:52:A4 ether1&lt;br /&gt;1   10.10.10.10     06:21:00:56:00:12 ether2&lt;br /&gt;&lt;br /&gt;[admin@MikroTik] ip arp&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8369245282785276959-8411721539182307928?l=learnmikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnmikrotik.blogspot.com/feeds/8411721539182307928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8369245282785276959&amp;postID=8411721539182307928' title='39 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/8411721539182307928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/8411721539182307928'/><link rel='alternate' type='text/html' href='http://learnmikrotik.blogspot.com/2009/09/ip-addresses-and-arp.html' title='IP Addresses and ARP'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><thr:total>39</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8369245282785276959.post-2216619312928554599</id><published>2008-12-04T09:39:00.000-08:00</published><updated>2008-12-04T09:41:44.523-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Layer 2 Connectivity</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Wireless &lt;/span&gt;- IEEE802.11a/b/g wireless client and access point (AP) modes; Nstreme and Nstreme2 proprietary protocols; Wireless Distribution System (WDS) support; virtual AP; 40 and 104 bit WEP; WPA pre-shared key authentication; access control list; authentication with RADIUS server; roaming (for wireless client); AP bridging&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Bridge&lt;/span&gt; - spanning tree protocol; multiple bridge interfaces; bridge firewalling, MAC NATting&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;VLAN&lt;/span&gt; - IEEE802.1q Virtual LAN support on Ethernet and wireless links; multiple VLANs; VLAN bridging&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Synchronous&lt;/span&gt; - V.35, V.24, E1/T1, X.21, DS3 (T3) media types; sync-PPP, Cisco HDLC, Frame Relay line protocols; ANSI-617d (ANDI or annex D) and Q933a (CCITT or annex A) Frame Relay LMI types&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Asynchronous&lt;/span&gt; - serial PPP dial-in / dial-out; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; onboard serial ports; modem pool with up to 128 ports; dial on demand&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;ISDN&lt;/span&gt; - ISDN dial-in / dial-out; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; 128K bundle support; Cisco HDLC, x75i, x75ui, x75bui line protocols; dial on demand&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;SDSL&lt;/span&gt; - Single-line DSL support; line termination and network termination modes &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8369245282785276959-2216619312928554599?l=learnmikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnmikrotik.blogspot.com/feeds/2216619312928554599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8369245282785276959&amp;postID=2216619312928554599' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/2216619312928554599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/2216619312928554599'/><link rel='alternate' type='text/html' href='http://learnmikrotik.blogspot.com/2008/12/layer-2-connectivity.html' title='Layer 2 Connectivity'/><author><name>MyAdmin</name><uri>http://www.blogger.com/profile/15238171419936537685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_5Dz3XV0YG1Y/SQ8lfO0vo8I/AAAAAAAAABQ/19SasycD8aw/S220/1br4nuP4gAAECWIE_8AjTAQ%3D%3D.medium.png'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8369245282785276959.post-1384286818865667865</id><published>2008-12-04T09:35:00.000-08:00</published><updated>2008-12-04T09:39:31.750-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>General Information</title><content type='html'>TCP/IP protocol suite:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Firewall and NAT&lt;/span&gt; - &lt;span style="font-style: italic;"&gt;stateful packet filtering&lt;/span&gt;; Peer-to-Peer protocol filtering; source and destination NAT; classification by source MAC, IP addresses (networks or a list of networks) and address types, port range, IP protocols, protocol options (ICMP type, TCP flags and MSS), interfaces, internal packet and connection marks, ToS (DSCP) byte, content, matching sequence/frequency, packet size, time and more...&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Routing&lt;/span&gt; - &lt;span style="font-style: italic;"&gt;Static routing&lt;/span&gt;; Equal cost multi-path routing; Policy based routing (classification done in firewall); RIP v1 / v2, OSPF v2, BGP v4&lt;/li&gt;&lt;li&gt;D&lt;span style="font-weight: bold;"&gt;ata Rate Management&lt;/span&gt; - Hierarchical HTB QoS system with bursts; per IP / protocol / subnet / port / firewall mark; PCQ, RED, SFQ, FIFO queue; CIR, MIR, contention ratios, dynamic client rate equalizing (PCQ), bursts, Peer-to-Peer protocol limitation&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HotSpot&lt;/span&gt; - HotSpot Gateway with RADIUS authentication and accounting; true Plug-and-Play access for network users; data rate limitation; differentiated firewall; traffic quota; real-time status information; walled-garden; customized HTML login pages; iPass support; SSL secure authentication; advertisement support&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Point-to-Point tunneling protocols&lt;/span&gt; - PPTP, PPPoE and L2TP Access Concentrators and clients; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; MPPE encryption; compression for PPPoE; data rate limitation; differentiated firewall; PPPoE dial on demand&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Simple tunnels&lt;/span&gt; - IPIP tunnels, EoIP (Ethernet over IP)&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;IPsec&lt;/span&gt; - IP security AH and ESP protocols; MODP Diffie-Hellman groups 1,2,5; MD5 and SHA1 hashing algorithms; DES, 3DES, AES-128, AES-192, AES-256 encryption algorithms; Perfect Forwarding Secrecy (PFS) MODP groups 1,2,5&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Proxy&lt;/span&gt; - FTP and HTTP caching proxy server; HTTPS proxy; transparent DNS and HTTP proxying; SOCKS protocol support; DNS static entries; support for caching on a separate drive; access control lists; caching lists; parent proxy support&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;DHCP&lt;/span&gt; - DHCP server per interface; DHCP relay; DHCP client; multiple DHCP networks; static and dynamic DHCP leases; RADIUS support&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;VRRP&lt;/span&gt; - VRRP protocol for high availability&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;UPnP&lt;/span&gt; - Universal Plug-and-Play support&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;NTP&lt;/span&gt; - Network Time Protocol server and client; synchronization with GPS system&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Monitoring/Accounting&lt;/span&gt; - IP traffic accounting, firewall actions logging, statistics graphs accessible via HTTP&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;SNMP&lt;/span&gt; - read-only access&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;M3P&lt;/span&gt; - MikroTik Packet Packer Protocol for Wireless links and Ethernet&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;MNDP&lt;/span&gt; - MikroTik Neighbor Discovery Protocol; also supports Cisco Discovery Protocol (CDP)&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Tools &lt;/span&gt;- ping; torch; traceroute; bandwidth test; ping flood; telnet; SSH; packet sniffer; Dynamic DNS update tool &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8369245282785276959-1384286818865667865?l=learnmikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnmikrotik.blogspot.com/feeds/1384286818865667865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8369245282785276959&amp;postID=1384286818865667865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/1384286818865667865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/1384286818865667865'/><link rel='alternate' type='text/html' href='http://learnmikrotik.blogspot.com/2008/12/general-information.html' title='General Information'/><author><name>MyAdmin</name><uri>http://www.blogger.com/profile/15238171419936537685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_5Dz3XV0YG1Y/SQ8lfO0vo8I/AAAAAAAAABQ/19SasycD8aw/S220/1br4nuP4gAAECWIE_8AjTAQ%3D%3D.medium.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8369245282785276959.post-722701480534891615</id><published>2008-11-28T01:26:00.000-08:00</published><updated>2008-12-04T09:46:14.245-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Introduction to Mikrotik</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Mikrotik Router and Wireless&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;MikroTikls&lt;/span&gt; [trade name MikroTik®] was founded in 1995 to develop and sell wireless ISP systems. MikroTikls now provides wireless ISP systems for Internet connectivity in many countries around the world - some locations are Iraq, Kosovo, Sri Lanka, Ghana and many others. Installation experience in Latvia has prepared for other similar environments in the former Soviet Union and developing world. Developer experience in using industry standard PC hardware has developed into the MikroTik v2 PC routing software system that provides extensive stability, controls, and flexibility for all kinds of data interfaces and routing systems on a platform of standard PC parts. PC router software system supports various ISP applications from RADIUS modem pools to DS3 backbone circuits.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_5Dz3XV0YG1Y/STgXT7RhEDI/AAAAAAAAACo/TctQ6trvQlM/s1600-h/latvia.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 98px;" src="http://3.bp.blogspot.com/_5Dz3XV0YG1Y/STgXT7RhEDI/AAAAAAAAACo/TctQ6trvQlM/s320/latvia.gif" alt="" id="BLOGGER_PHOTO_ID_5275992594560651314" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8369245282785276959-722701480534891615?l=learnmikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnmikrotik.blogspot.com/feeds/722701480534891615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8369245282785276959&amp;postID=722701480534891615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/722701480534891615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8369245282785276959/posts/default/722701480534891615'/><link rel='alternate' type='text/html' href='http://learnmikrotik.blogspot.com/2008/11/introduction-to-mikrotik.html' title='Introduction to Mikrotik'/><author><name>MyAdmin</name><uri>http://www.blogger.com/profile/15238171419936537685</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_5Dz3XV0YG1Y/SQ8lfO0vo8I/AAAAAAAAABQ/19SasycD8aw/S220/1br4nuP4gAAECWIE_8AjTAQ%3D%3D.medium.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_5Dz3XV0YG1Y/STgXT7RhEDI/AAAAAAAAACo/TctQ6trvQlM/s72-c/latvia.gif' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
