<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>ntp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/ntp/</link>
	<description>Feed of posts on WordPress.com tagged "ntp"</description>
	<pubDate>Sun, 27 Jul 2008 08:28:15 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Sincronizzazione orario su Linux con NTP]]></title>
<link>http://ienabellamy.wordpress.com/?p=26</link>
<pubDate>Thu, 24 Jul 2008 23:46:31 +0000</pubDate>
<dc:creator>ienabellamy</dc:creator>
<guid>http://ienabellamy.wordpress.com/?p=26</guid>
<description><![CDATA[Come fare per tenere sempre aggiornata l&#8217;ora (al millesimo di secondo, o quasi) la nostra Linu]]></description>
<content:encoded><![CDATA[<p>Come fare per tenere sempre aggiornata l'ora (al millesimo di secondo, o quasi) la nostra Linux box ?</p>
<p>Con <strong>ntpdate</strong> !</p>
<p>ntpdate è già presente di default su molte distro, Ubuntu compreso. Vediamo la procedura:</p>
<p>da shell digitiamo:</p>
<blockquote><p>sudo nano -w /etc/cron.daily/ntpdate</p></blockquote>
<p>e inseriamo questa riga:</p>
<blockquote><p>ntpdate ntp.ubuntu.com</p></blockquote>
<p>Dopodichè diamo i permessi di esecuzione:</p>
<blockquote><p>sudo chmod +x /etc/cron.daily/ntpdate</p></blockquote>
<p>Oppure:</p>
<blockquote><p>sudo chmod 755 /etc/cron.daily/ntpdate</p></blockquote>
<p>L'orario verrà sincronizzato e aggiornato di giorno in giorno.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[NTP Server and the Atomic Clock]]></title>
<link>http://ntpserver.wordpress.com/?p=11</link>
<pubDate>Tue, 22 Jul 2008 18:32:17 +0000</pubDate>
<dc:creator>ntpserver</dc:creator>
<guid>http://ntpserver.wordpress.com/?p=11</guid>
<description><![CDATA[Many network administrators boast that there networks are perfectly synchronised because they have a]]></description>
<content:encoded><![CDATA[<p>Many network administrators boast that there networks are perfectly synchronised because they have an <a href="http://www.galsys.co.uk">atomic clock as an NTP server</a>. In actual fact as atomic clocks cost several millions of pounds and are quite vast in size it is doubtful the average server room contains such a timepiece.</p>
<p>What in fact they are referring to is that they have an NTP server that receives a timing source from an atomic clock. However, just because atomic clocks are the most accurate chronometers in the world, accurate to a few nanoseconds (billionth of a second) it doesn’t necessarily mean that a network using one as a timing source is receiving the same sort of accuracy</p>
<p>Atomic clocks work on the principle that certain atoms (in most atomic clocks the caesium -133 atom) oscillates at an exact frequency at certain energy levels. In the case of the caesium atom it resonates at exactly 9,192,631,770 every second.  Because of this exact resonance, atomic clocks lose less than a second in millions of years. In fact, the resonance of the caesium atom is so precise that the International System of Units has defined the second as exactly that number of oscillations of the caesium atom.</p>
<p><a href="http://www.galsys.co.uk/categories/ntp-server.htm">NTP servers can receive the time</a> from an atomic clock through several sources. Obviously the Internet contains thousands of timing servers, some of which are hooked up to an atomic clock, others however, can be over ten seconds out of sync.</p>
<p>Furthermore, using an Internet timing source can leave a system open to abuse as the timing references cannot be authenticated. Also, the distance from a host, client and server can make dramatic differences in the accuracy.</p>
<p>The most accurate and effective way of receiving a timing source from an atomic clock is to use the national time and frequency broadcast that several country’s national physics laboratories transmit. Alternatively the American GPS (Global Positioning System) transmits the time from its own satellite’s atomic clocks. both methods can provide perfect synchronisation and accuracy to within a few milliseconds.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Hierarchy of a NTP Server]]></title>
<link>http://ntpserver.wordpress.com/?p=9</link>
<pubDate>Tue, 22 Jul 2008 18:30:40 +0000</pubDate>
<dc:creator>ntpserver</dc:creator>
<guid>http://ntpserver.wordpress.com/?p=9</guid>
<description><![CDATA[All computers are prone to drift and as accurate timing is essential for many time critical applicat]]></description>
<content:encoded><![CDATA[<p>All computers are prone to drift and as accurate timing is essential for many time critical applications, Network Time Protocol has been developed to keep computers synchronized</p>
<p>NTP is installed on most versions of Windows (although a stripped down version called SNTP is in older versions) and Linux but regardless is open source an free to download from ntp.org.</p>
<p>To synchronise a network it is preferable to use a <a href="http://www.galsys.co.uk">dedicated NTP server</a> that receives a timing source from an atomic clock either from specialist national radio transmissions or the US GPS system, although Internet time references are available but some are more reliable than others (and none can be authenticated leaving a system open to attack).</p>
<p>NTP is hierarchical, it is arranged into stratum. Stratum 0 is a timing source (such as an atomic clock) while stratum 1 is a server connected to a stratum 0 server and a stratum 2 is a computer (or device) attached to a stratum 1 server.</p>
<p>There is an understanding that if using a public Internet based time server, stratum 0 servers are not used by most applications as too many requests would disable them. Instead NTP should be configured to receive a timing reference from several stratum 1 and stratum 2 servers (it is good housekeeping to use more than one as it is possible one server could go down).</p>
<p>The most accurate and secure way of synchronising a network is to use a <a href="http://www.galsys.co.uk/categories/ntp-server.htm">dedicated NTP server</a>. These can receive a timing reference from either the GPS network (as each GPS satellite contains an atomic clock and broadcasts the signal) or a specialist national radio transmission. Both of these signals come from a stratum 0 source and both provide accuracy to within a few milliseconds.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Network Time Protocol and the NTP Server]]></title>
<link>http://ntpserver.wordpress.com/?p=7</link>
<pubDate>Tue, 22 Jul 2008 18:25:06 +0000</pubDate>
<dc:creator>ntpserver</dc:creator>
<guid>http://ntpserver.wordpress.com/?p=7</guid>
<description><![CDATA[Network Time Protocol (NTP) has been around for nearly 25 years. It is one of the Internet’s oldes]]></description>
<content:encoded><![CDATA[<p>Network Time Protocol (NTP) has been around for nearly 25 years. It is one of the Internet’s oldest protocols and is still widely used and under constant development.</p>
<p>NTP was developed and designed in 1985 by Professor David Mills from the University of Delaware in the United States. Its success owes much to the fact that it was one of the first ever protocols on the Internet and was first used when the World Wide Web was in its infancy.</p>
<p>The importance of NTP on modern computer networks cannot be stressed highly enough, without NTP and <a href="http://www.galsys.co.uk/time-server/ntp-time-server.html">NTP servers</a> many of the applications and processes that we conduct over the Internet and now take for granted</p>
<p>Internet auction sites, email and global trading all require accurate time synchronisation. Just imagine booking an airline ticket only to discover your seat was resold after you had purchased it because the buyer had a slower clock on their computer?</p>
<p>Confusion and problems such as these would be commonplace without <a href="http://www.galsys.co.uk">NTP and NTP servers</a>, just think of the hysteria around the millennium bug!</p>
<p>NTP servers allow not only computers on a particular network to be perfectly synchronised but as most NTP servers are set to receive time from a UTC time source, computers around the entire globe can be synchronised together. UTC or Coordinated Universal Time is a global time scale based on the time told by atomic clocks.</p>
<p>NTP servers can receive a timing reference from the Internet, although this is fairly inaccurate, or from dedicated time and frequency radio signals or the GPS network.</p>
<p>Currently an NTP server receiving an authoritative timing source can provide accuracy over the Internet to within a few hundred nanoseconds (a nanosecond is 1 second every billion years.)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How a NTP Server Works. ]]></title>
<link>http://ntpserver.wordpress.com/?p=5</link>
<pubDate>Tue, 22 Jul 2008 18:23:08 +0000</pubDate>
<dc:creator>ntpserver</dc:creator>
<guid>http://ntpserver.wordpress.com/?p=5</guid>
<description><![CDATA[An NTP server (network time protocol) is a device to ensure all machines on a computer network are r]]></description>
<content:encoded><![CDATA[<p>An <a href="http://www.galsys.co.uk">NTP server</a> (network time protocol) is a device to ensure all machines on a computer network are running the exact same time. Without an NTP server time would be inconsistent between devices which could problems for the network, seconds could be lost here or gained there which could cause major confusion as well as leaving your network vulnerable.</p>
<p>Time, in the form of timestamps, provides the only frame of reference between all devices on a network and the way an NTP server works is pretty straightforward. The timestamp relayed to the server is in the form of an ever increasing number that started from a set point in time, this is known as the prime epoch and for most systems this started on 1 January, 1900.</p>
<p>The <a href="http://www.galsys.co.uk/categories/ntp-server.htm">NTP server checks </a>the time stamp from an authoritative source, normally a UTC source (Coordinated Universal Time, a global timescale based on the time told by atomic clocks), from either the Internet, a radio transmission or via the GPS network.</p>
<p>The NTP server uses the timestamp to calculate if the network clocks are drifting and adds or subtracts a second to match the reference clock. The NTP server will do this at set intervals, normally every fifteen minutes to ensure perfect accuracy.</p>
<p>NTP is accurate to within 1/100th of a second (10 milliseconds) over the public Internet and can perform even better over LANs and WANS with accuracies of 1/5000th of a second (200 microseconds) not unheard of.</p>
<p>To ensure further accuracy the NTP service (or daemon on Linux) which runs in the background and does not believe the time it is told until after several exchanges and each one has passed a protocol specification (a test), the server is then considered. It usually takes about five good samples) until a NTP server is accepted as a timing source.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[NTP Server - Finding a Timing Source]]></title>
<link>http://ntpserver.wordpress.com/?p=3</link>
<pubDate>Tue, 22 Jul 2008 18:21:15 +0000</pubDate>
<dc:creator>ntpserver</dc:creator>
<guid>http://ntpserver.wordpress.com/?p=3</guid>
<description><![CDATA[Time is essential for modern computer networks, as the majority of applications and processes conduc]]></description>
<content:encoded><![CDATA[<p>Time is essential for modern computer networks, as the majority of applications and processes conducted by a PC are  reliant on a timestamp, from sending an email, debugging a server to preventing fraud, therefore, accurate time and synchronisation is vital.</p>
<p>NTP (Network Time Protocol) is an Internet protocol designed for the synchronisation of computer networks. <a href="http://www.galsys.co.uk">NTP servers</a> are used by millions of system administrators to ensure their networks are keeping accurate time.</p>
<p>However, just as a computer is only as a good as the software it is running, a <a href="http://www.galsys.co.uk/categories/ntp-server.htm">NTP server</a> is only as good as the timing source it receives.</p>
<p>Despite the hundreds and probably thousands of possible timing references on the Internet, administrators should be aware of some of the possible pitfalls in selecting a timing reference.</p>
<p>A survey conducted by the Massachusetts Institute of Technology (MIT) discovered that not only were half of Internet timing sources inaccurate by over a ten seconds (a lifetime if we are attempting millisecond accuracy) but many were too far away to be provide any useful accuracy.</p>
<p>If an Internet timing source is to be used then not only should the accuracy of the server be checked but also the closest host should be selected to ensure the best accuracy.</p>
<p>Another consideration in using an Internet timing source is to be aware that they cannot be authenticated which means that your system could be vulnerable to malicious attacks and it is recommended by Microsoft and Novell that an external hardware source should be used.</p>
<p>The most secure and accurate method of receiving a timing source is to use a dedicated <a href="http://www.ntp.org">NTP</a> server that can receive either a national time and frequency transmission (such as WWVB in the US or MSF in the UK). Alternatively a timing source can be received from the GPS network (Global Positioning System), both methods are authenticated and can provide millisecond accuracy.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Configuring NTP Daemon on Linux Debian / Ubuntu Server]]></title>
<link>http://kirkpbm.wordpress.com/?p=30</link>
<pubDate>Sun, 13 Jul 2008 09:18:37 +0000</pubDate>
<dc:creator>kirkpbm</dc:creator>
<guid>http://kirkpbm.wordpress.com/?p=30</guid>
<description><![CDATA[This post can be used in conjunction with the VMware Server post. I wanted my Linux host to have the]]></description>
<content:encoded><![CDATA[<p>This post can be used in conjunction with the VMware Server post. I wanted my Linux host to have the clock synchronised with an NTP server so doing propagating it onto the VM Machines.</p>
<p>These are the steps required.</p>
<ol>
<li>run: <em>sudo aptitude install ntpd</em></li>
<li>run:<em> vi /etc/ntp.conf</em> (assuming you have vim tools installed)</li>
<li>locate <em>"server</em>" and added the address of the NTP server instead of 127.0.0.1</li>
<li>run: <em>cp /usr/share/zoneinfo/Europe/Malta /etc/localtime</em> (amend this according to your timezone)</li>
<li>run: <em>/etc/init.d/ntp restart </em>(to restart the service)</li>
<li>Next we have to check if the NTP server was picked up and the status of the synchronization, run:<em> ntpq</em></li>
<li>run:<em> peers </em>(see first screenshot)</li>
<li>Check that the <em>Peer Remote</em> has been populated with the NTP server address inserted in the ntp.conf previously , <em>ref id</em>: is the high order stratum NTP server. What is most important here is the <em>reach</em>, since this increments accornding to how reliable the NTP (local) server is, and the <em>poll</em>, which will increase polling time if servers is reliable.</li>
<li>run: <em>association</em>, and check the status. If you just restarted the NTP service, and the polling and reach values are low, than the condition would be <em>rejected.</em></li>
<li>After some time, when the reach values increase (meaning server is reliable and therefore also the poll interval increases) running once again the command <em>association</em> will return a different output. (see second screenshot). The condition will change to <em>sys.peer<br />
</em></li>
<li>Running <em>peers </em>once again will now output  <em>reach 377 </em>which means the data connection is good and an * which means preferred server. The Poll interval will also increase from 64 any larger number over time.</li>
</ol>
<p><a href="http://kirkpbm.wordpress.com/files/2008/07/ntpq1.jpg"><img class="alignnone size-medium wp-image-31" src="http://kirkpbm.wordpress.com/files/2008/07/ntpq1.jpg?w=300" alt="" width="300" height="84" /></a></p>
<p><a href="http://kirkpbm.files.wordpress.com/2008/07/ntpq2.jpg"><img class="alignnone size-medium wp-image-32" src="http://kirkpbm.wordpress.com/files/2008/07/ntpq2.jpg?w=300" alt="" width="300" height="79" /></a></p>
<p>Further details can be found here: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1339">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1339</a></p>
<div>"To watch the status of the <tt>ntpd</tt> process, run:</div>
<p><tt>watch "ntpq -p"<br />
</tt><br />
Press Ctrl-c to stop watching the process.</p>
<p>Note the information in the following columns:</p>
<ul>
<li>
<div>The character in the first column indicates the quality of the source.</div>
</li>
<li>
<div>The asterisk ( <strong>*</strong> ) indicates the source is the current reference.</div>
</li>
<li>
<div><strong>remote</strong> lists the IP address or host name of the source.</div>
</li>
<li>
<div><strong>when</strong> indicates how many seconds have passed since the source was polled.</div>
</li>
<li>
<div><strong>poll</strong> indicates the polling interval. This value increases depending on the accuracy of the local clock.</div>
</li>
<li>
<div><strong>reach</strong> is an octal number that indicates reachability of the source. A value of <tt>377</tt> indicates the source has answered the last eight consecutive polls.</div>
</li>
<li><strong>offset</strong> is the time difference between the source and the local clock in milliseconds"</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Синхронизация времени - CentOS]]></title>
<link>http://adminfo.wordpress.com/?p=50</link>
<pubDate>Fri, 04 Jul 2008 12:58:34 +0000</pubDate>
<dc:creator>Sharm</dc:creator>
<guid>http://adminfo.wordpress.com/?p=50</guid>
<description><![CDATA[Установить сервис:
# yum install ntp
Включить запуск сервиса:
#]]></description>
<content:encoded><![CDATA[<p>Установить сервис:<code><br />
# yum install ntp</code></p>
<p>Включить запуск сервиса:<br />
<code># chkconfig ntpd on</code></p>
<p>Синхронизировать время с with 0.pool.ntp.org:<br />
<code># ntpdate pool.ntp.org</code></p>
<p>Запустить NTP:<br />
<code># /etc/init.d/ntpd start</code></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[ZyXel и ntp сервер]]></title>
<link>http://mschedrin.wordpress.com/?p=81</link>
<pubDate>Thu, 26 Jun 2008 08:40:47 +0000</pubDate>
<dc:creator>mschedrin</dc:creator>
<guid>http://mschedrin.wordpress.com/?p=81</guid>
<description><![CDATA[Выглядит это примерно так:
timesync server 88.201.x.x
time timezone 400
time d]]></description>
<content:encoded><![CDATA[<p>Выглядит это примерно так:<br />
<code>timesync server 88.201.x.x<br />
time timezone 400<br />
time daylight-saving-time<br />
timesync ntp</code><br />
На 3012F работает успешно.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Week 24 Summary]]></title>
<link>http://rbcciequest.wordpress.com/?p=154</link>
<pubDate>Tue, 24 Jun 2008 11:29:34 +0000</pubDate>
<dc:creator>Richard @ Configureterminal.com</dc:creator>
<guid>http://rbcciequest.wordpress.com/?p=154</guid>
<description><![CDATA[Week 24 à “It’s a relief that I no longer need to keep to the ridiculous schedule I had set for]]></description>
<content:encoded><![CDATA[<p><a name="OLE_LINK2"></a><a name="OLE_LINK1"><span><span style="font-size:11pt;font-family:Georgia;" lang="EN">Week 24 </span></span></a><span><span><span style="font-size:11pt;font-family:Wingdings;" lang="EN"><span>à</span></span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"> “It’s a relief that I no longer need to keep to the ridiculous schedule I had set for myself! </span></span></span><span><span><span style="font-size:11pt;font-family:Wingdings;" lang="EN"><span>à</span></span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"> Fully-prepared in 17 days! </span></span></span><span><span><span style="font-size:11pt;font-family:Wingdings;" lang="EN"><span>à</span></span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"> Who was I kidding?”</span></span></span></p>
<table class="MsoTableGrid" style="border:1px dotted #800000;background:#f3f3f3;border-collapse:collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:257.4pt;background-color:transparent;border:maroon 1pt dashed;padding:0 5.4pt;" width="343" valign="top"><span><span><strong><em><span style="font-size:11pt;color:maroon;font-family:Georgia;" lang="EN"><br />
Week’s Study Time:</span></em></strong></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"><br />
</span></span></span><span><span><span style="font-size:10pt;font-family:Georgia;" lang="EN">Study Hours = 11<span>  </span>inc.</span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"><br />
</span></span></span><span><span><span style="font-size:10pt;font-family:Georgia;" lang="EN">Lab Hours = 0</span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"></p>
<p></span></span></span><span><span><strong><em><span style="font-size:8pt;color:maroon;font-family:Georgia;" lang="EN">Total study time so far:</span></em></strong></span></span><span><span><span style="font-size:8pt;font-family:Georgia;" lang="EN"><br />
Total Study Hours = 291<span>  </span>inc.<br />
Total Lab Hours = 20.5</span></span></span><span><span><span style="font-size:11pt;font-family:Georgia;" lang="EN"></p>
<p><strong><em><span style="color:maroon;">What I have studied this week:</span></em></strong><br />
Ethernet Basics<br />
802.1d<br />
PVST+<br />
802.1w<br />
802.1s<br />
Spanning Tree Protocol Protection<br />
VLANs<br />
VTP<br />
Trunks<br />
Private VLANs<br />
Interface Bundling<br />
IP Addressing inc. NAT</p>
<p><strong><em><span style="color:maroon;">Recent test scores:</span></em></strong><br />
Numerous Boson ExSim tests….</span></span></span></td>
<p><span></span></tr>
</tbody>
</table>
<p><span style="font-size:11pt;font-family:Georgia;" lang="EN"><br />
The ‘CCIE Quickfire’ workbook I have created is maturing nicely; I have been running through all of the questions at least twice a day over the last few days and it’s becoming a fantastic tool to aid my short and long term memory of all things routing and switching.<span>  </span>I have been using the 2 hours of study in the evening to review notes and then update the workbook with new questions for each technology I come up against, I am however going to need to re-arrange the workbook every now and again - knowing ‘Ethernet Basics’ inside-out obviously isn’t as important as knowing ‘BGP’ yet I’ll be answering the questions on it many more times the way the workbook is arranged at the moment…..<br />
<a href="http://rbcciequest.files.wordpress.com/2008/06/ccie_quickfire1.jpg" target="_blank"><span style="color:#800080;">Here</span></a> is a copy of the workbook as it is at now (right click – save target as), my colleague “SP” has been a great help to me over the last few days because he has also worked through a few questions and pointed out little bits of information I should add in.</p>
<p>I’ve spotted one or two excellent articles around the ‘blogosphere’ during the last week, here are some of them:<br />
</span><span style="font-size:10pt;font-family:Georgia;" lang="EN">1) “U.U.U.U” </span><span style="font-size:10pt;font-family:Wingdings;" lang="EN"><span>à</span></span><span style="font-size:10pt;font-family:Georgia;" lang="EN"> ever wondered what this means? </span><span style="font-size:10pt;font-family:Wingdings;" lang="EN"><span>à</span></span><span style="font-size:10pt;font-family:Georgia;" lang="EN"> head-over to <a href="http://packetlife.net/blog/2008/may/27/dissecting-unreachable-ping-response/" target="_blank">packetlife.net</a> to find out<br />
2) <a href="http://ardenpackeer.com/routing-protocols/tutorial-filtering-routes-in-ospf-part-1-filtering-within-an-area/" target="_blank"><span style="color:#800080;">Tutorial: Filtering Routes in OSPF Part 1 » Filtering Within An Area</span></a> by Arden Packeer<br />
3)<span>  </span><a href="http://www.itworld.com/ccie-job-search-nlscareer-080401?page=0%2C0" target="_blank"><span style="color:#800080;">CCIE Job Searching</span></a> by Emmanuel Conde<br />
4) <a href="http://blog.humanmodem.com/?cat=23" target="_blank"><span style="color:#800080;">A series of MPLS related articles</span></a> by Human Modem</span><span style="font-size:11pt;font-family:Georgia;" lang="EN"></p>
<p><span style="text-decoration:underline;">An announcement:</span><br />
I will be moving onwards and upwards next month into a Systems Engineer role at Cisco! </span><span style="font-size:11pt;font-family:Wingdings;" lang="EN"><span>J</span></span><span style="font-size:11pt;font-family:Georgia;" lang="EN"><span>  </span>I am over-the-moon, it was a dream of mine when I focused on networking just 4 years ago that I didn’t think would ever materialize – and now it has!<span>  </span>I really can’t wait for the opportunity to work within such a dynamic and prestigious company. </span><span style="font-size:11pt;font-family:Wingdings;" lang="EN"><span>J</span></span><span style="font-size:11pt;font-family:Georgia;" lang="EN"><br />
One of my first tasks within my new role will be a trip to San Jose – I have earmarked the evenings in the hotel as ‘intense-study’ evenings, hopefully that time will take me past the 350-001 ‘knowledge-line’ and get a base-level in place ready for lab prep.<br />
I think you will now understand why my manager has asked me to postpone my 350-001 written exam for a few weeks.</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Rail Mount  NTP Time Server]]></title>
<link>http://timeserver.wordpress.com/?p=7</link>
<pubDate>Tue, 24 Jun 2008 10:59:55 +0000</pubDate>
<dc:creator>timeserver</dc:creator>
<guid>http://timeserver.wordpress.com/?p=7</guid>
<description><![CDATA[Rail mount NTP servers are  smaller devices for mounting on DIN mounting rail, often used in electri]]></description>
<content:encoded><![CDATA[<p>Rail mount NTP servers are  smaller devices for mounting on DIN mounting rail, often used in electrical substations.<br />
<strong>Picture of DIN mounting Rail:</strong><br />
<a href="http://timeserver.files.wordpress.com/2008/06/din-mounting-rail1.jpg"><img src="http://timeserver.wordpress.com/files/2008/06/din-mounting-rail1.jpg?w=241" alt="" width="241" height="50" class="alignnone size-medium wp-image-10" /></a><br />
The Time Server module is then mounted onto the rail with a clamp.</p>
<p>Here is an example for a <a href="http://www.meinberg.de/english/products/lanahs.htm">Rail Mount NTP Server</a><br />
<a href="http://timeserver.wordpress.com/files/2008/06/thumb_160_lantime_gps_ahs.jpg"><img src="http://timeserver.wordpress.com/files/2008/06/thumb_160_lantime_gps_ahs.jpg?w=160" alt="" width="160" height="107" class="alignnone size-medium wp-image-11" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Rackmount NTP Server]]></title>
<link>http://timeserver.wordpress.com/?p=5</link>
<pubDate>Tue, 17 Jun 2008 09:57:22 +0000</pubDate>
<dc:creator>timeserver</dc:creator>
<guid>http://timeserver.wordpress.com/?p=5</guid>
<description><![CDATA[THe most common format for rackmounted NTP time servers is 19&#8243; for installation in typical 19]]></description>
<content:encoded><![CDATA[<p>THe most common format for rackmounted NTP time servers is 19" for installation in typical 19" cabinets.</p>
<p>Usually the time server is mounted into the Rack with two screws on each site's holder clamp.</p>
<p>You can see my minor Photoshop skills here:</p>
<p><a href="http://timeserver.files.wordpress.com/2008/06/rackmount-ntp-server.jpg"><img class="aligncenter size-medium wp-image-6" src="http://timeserver.wordpress.com/files/2008/06/rackmount-ntp-server.jpg?w=300" alt="Rackmount NTP Server" width="300" height="50" /></a></p>
<p>The above photo is Meinnberg's PTP <strong>and</strong> NTP capable <a title="rackmount ntp server" href="http://www.meinberg.de/english/products/ptp-time-server-gps.htm" target="_self">Rackmount NTP Server</a> with GPS synchronization.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ни подскажите, который сейчас час?]]></title>
<link>http://wildarcher7.wordpress.com/?p=63</link>
<pubDate>Fri, 06 Jun 2008 09:11:19 +0000</pubDate>
<dc:creator>wildarcher7</dc:creator>
<guid>http://wildarcher7.wordpress.com/?p=63</guid>
<description><![CDATA[Что бы узнать, сколько сейчас времени, достаточно одно]]></description>
<content:encoded><![CDATA[<p>Что бы узнать, сколько сейчас времени, достаточно одной команды в терминале - date.<br />
А что бы настроить время, понадобиться таже команда.<br />
date nnddhhmmyyyy.ss<br />
поясним:<br />
nn месяц, от 01 до 12<br />
dd день, от 01 до 31<br />
hh час, в 24 часовм формате, от 00 до 23<br />
mm минута, от 00 до 59<br />
yyyy год<br />
ss секунды, от 00 до 59. незабудьте про точку перед секундами.</p>
<p>date 060612212008.10<br />
установит дату 6 месяц (июнь) 6ое число 12 часов 21 минуту 2008ой год 10 секунд</p>
<p>Для настройки синхронизации времени в Арче, понадобиться openntpd<br />
#<a href="http://archlinux.fr/yaourt-en">yaourt</a> -S openttpd<br />
Открываем файл настройки ntp сервера<br />
nano /etc/ntpd.conf</p>
<p>прописываем там, <a href="http://www.pool.ntp.org/zone/ru">сервера синхронизации времени</a><br />
server 0.ru.pool.ntp.org<br />
server 1.ru.pool.ntp.org<br />
server 2.ru.pool.ntp.org<br />
server 3.ru.pool.ntp.org<br />
что бы сделать ПК с Арчем сервером синхронизации времени нужно добавить <span style="text-decoration:line-through;">по вкусу</span> строчку<br />
listen on xxx.xxx.xxx.xxx #вместо xxx ваш ip</p>
<p>запускаем ntpd<br />
читаем логи<br />
cat /var/log/daemon.log &#124; tail<br />
должно быть что-то вроде этого:<br />
Jun  6 12:59:27 linux ntpd[9943]: ntp engine ready<br />
Jun  6 08:59:51 linux ntpd[9943]: peer 87.236.24.179 now valid</p>
<p>Добавим ntpd что бы служба запускалась при каждой загрузки Арча<br />
nano /etc/rc.conf<br />
DAEMONS=(... ntpd ...)</p>
<p>p.s.: спасибо <a href="http://codeghar.wordpress.com/2007/12/06/manage-time-in-ubuntu-through-command-line/">ссылка1</a> <a href="http://wiki.archlinux.org/index.php/NTP">ссылка2</a> и отдельную благодарность выражаю <strong>man date</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Configure Windows Time Service - W32Time ]]></title>
<link>http://cerebralrunoff.wordpress.com/?p=94</link>
<pubDate>Wed, 21 May 2008 21:38:03 +0000</pubDate>
<dc:creator>cerebralrunoff</dc:creator>
<guid>http://cerebralrunoff.wordpress.com/?p=94</guid>
<description><![CDATA[The W32Time service is what manages time synchronization for Active Directory domains. Hosts in your]]></description>
<content:encoded><![CDATA[<p>The W32Time service is what manages time synchronization for Active Directory domains. Hosts in your domain look to the PDC emulator for time synchronization. By default, Windows will look to your CMOS clock to get it's time. My problem was that the CMOS clock was about 10 minutes slow.</p>
<p>So, instead of resetting the internal clock, I wanted to point to an external time source. (tock.usno.navy.mil) I found a great <a title="What time is it?" href="http://www.windowsnetworking.com/articles_tutorials/Configuring-Windows-Time-Service.html" target="_blank">article</a> that takes you through the process step by step.</p>
<p><a href="http://cerebralrunoff.files.wordpress.com/2008/05/clock_screen01.jpg"><img class="alignnone size-medium wp-image-95" src="http://cerebralrunoff.wordpress.com/files/2008/05/clock_screen01.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p>"If you want to ensure that the clocks on your machines are more accurate in terms of absolute (and not just relative) time, you can sync the PDC Emulator in your forest root domain to one of the reliable time servers available on the Internet. This is a good idea if your company is a large enterprise with sites spanning several countries, or if your organization has two or more forests linked by forest trusts. The procedure for doing this on a PDC Emulator running Windows Server 2003 in the forest root domain is as follows. Open Registry Editor (regedit.exe) and configure the following registry entries:</p>
<blockquote><p>HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type</p></blockquote>
<p>This registry entry determines which peers W32Time will accept synchronization from. Change this REG_SZ value from <strong>NT5DS</strong> to <strong>NTP</strong> so the PDC Emulator synchronizes from the list of reliable time servers specified in the NtpServer registry entry described below.</p>
<blockquote><p>HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags</p></blockquote>
<p>This registry entry controls whether the local computer is marked as a reliable time server (which is only possible if the previous registry entry is set to NTP as described above). Change this REG_DWORD value from <strong>10</strong> to <strong>5</strong> here.</p>
<blockquote><p>HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer</p></blockquote>
<p>This registry entry specifies a space-delimited list of stratum 1 time servers from which the local computer can obtain reliable time stamps. The list may consist of one or more DNS names or IP addresses (if DNS names are used then you must append <strong>,0x1</strong> to the end of each DNS name). For example, to synchronize the PDC Emulator in your forest root domain with tock.usno.navy.mil, an open-access SNTP time server run by the United States Naval Observatory, change the value of the NtpServer registry entry from <strong>time.windows.com,0x1</strong> to <strong>tock.usno.navy.mil,0x1</strong> here. Alternatively, you can specify the IP address of this time server, which is <strong>192.5.41.209</strong> instead.</p>
<p>Now stop and restart the Windows Time service using the following commands:</p>
<blockquote><p><strong>net</strong><strong> stop w32time</strong></p>
<p><strong>net</strong><strong> start w32time</strong></p></blockquote>
<p>It may take an hour or so for the PDC Emulator to fully synchronize with the external time server because of the nature of the polling method W32Time uses. Depending on the latency of your Internet connection, the accuracy of the CMOS clock on your forest root PDC Emulator may be within a second or two of UTC. If you need more accurate time however, you can purchase a hardware time source like an atomic clock and connect it to your PDC emulator.</p>
<p>Alternatively, if you don’t want to wait for time convergence to occur between your stratum 2 time server (your forest root PDC Emulator) and the external stratum 1 time server, you can run the following command on your PDC Emulator:</p>
<blockquote><p><strong>w32tm /resync /rediscover"</strong></p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[NTP y Xen]]></title>
<link>http://lbosque.wordpress.com/?p=69</link>
<pubDate>Wed, 21 May 2008 11:26:36 +0000</pubDate>
<dc:creator>Luis</dc:creator>
<guid>http://lbosque.wordpress.com/?p=69</guid>
<description><![CDATA[Posiblemente esto estará documentado en un montón de sitios en internet, pero aun así lo comento.]]></description>
<content:encoded><![CDATA[<p>Posiblemente esto estará documentado en un montón de sitios en internet, pero aun así lo comento. Me he estado volviendo loco un buen rato, porque no conseguia poner en hora algunos de los servidores. Tenía instalado ntp y ntpdate. Lo reinstalaba, intentaba reconfigurarlo, usar servidores de hora distintos, y siempre me decía que tenía un offset de 53 minutos entre los servidores de hora y el servidor en cuestión.</p>
<p>Al lanzar un ntptrace, obtenía algo así:<br />
<code><br />
# ntptrace<br />
localhost: stratum 16, offset 0.000000, synch distance 0.012450<br />
</code></p>
<p>cosa, que no tenía sentido, ya que después de localhost debería de aparecer el trace de los servidores a los que este consulta a su vez.</p>
<p>Estos servidores que me daban problemas eran instancias virtuales de Xen, así que al final se me ha ocurrido la feliz idea de mirar en que estado estaba ntp en el host físico. Como se puede imaginar, ntp no estaba instalado. Lo he instalado, he reiniciado los ntp de las instancias virtuales y TACHAN! la hora se ha sincronizado.</p>
<p>La razón de esto se puede encontrar <a href="http://wiki.xensource.com/xenwiki/InstallationNotes">aquí</a> es la siguiente:</p>
<blockquote><p>
The following services are not needed anymore:<br />
* ntpd<br />
the xenU uses the dom0 time<br />
If you want to run ntp in the domU, try: echo 1 &#62; /proc/sys/xen/independent_wallclock
</p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Setup Time / Clock Synchronization pada FreeBSD dengan NTP server dan ntpdate]]></title>
<link>http://ndok.wordpress.com/?p=11</link>
<pubDate>Wed, 21 May 2008 10:20:26 +0000</pubDate>
<dc:creator>ndok</dc:creator>
<guid>http://ndok.wordpress.com/?p=11</guid>
<description><![CDATA[# pkg_add -rv  ntp
ATAU
# cd /usr/ports/net/ntp
# make; make install
 
Ambil dan pilih salah satu N]]></description>
<content:encoded><![CDATA[<pre># pkg_add -rv  ntp</pre>
<p>ATAU</p>
<pre># cd /usr/ports/net/ntp
# make; make install
 
<h2>Ambil dan pilih salah satu NTP Servers yg diinginkan</h2>

kunjungi public ntp <a href="http://www.pool.ntp.org/">list </a><strong><span style="color:#467aa7;"><a href="http://www.pool.ntp.org/">timeserver</a> </span></strong> ntuk dipilih sebagai NTP server kalian.

<!--more--> 
<h2>Buka Port 123 UDP pada firewall</h2>

Jika FreeBSD anda menjalankan ipfilter, kamu harus buka port 123 UDP. 

daripada repot copy &#38; paste berikut ini :

pass out quick on lnc0 proto udp from SERVER-KAMU to any port = 123 keep state
ATAU</pre>
<p> pass out quick on lnc0 proto udp from SERVER-KAMU to TIME-SERVER-IP port = 123 keep state  </p>
<p>contohnya, IP FreeBSD workstation adalah 192.168.1.16 dan 61.246.176.131 adalah IP NTP server lalu rule pada ipf.conf file sebagai berikut:</p>
<pre> 
pass out quick on lnc0 proto udp from 192.168.1.16 to 61.246.176.131 port = 123 keep state
 </pre>
<h2>FreeBSD test clock synchronization</h2>
<p>jalankan perintah ntpdate :<br />
Set ke tanggal yg salah dahulu (Mon Dec 13 4:27 pm):</p>
<pre># date 0412131627</pre>
<p>Sekarang set ke tanggal yang benar dengan ntp client:</p>
<pre># ntpdate -v -b in.pool.ntp.org</pre>
<p> </p>
<p>Anda dapat memverifikasi kebenaran tanggal tsb:</p>
<pre># date</pre>
<p>Output:</p>
<pre>Wed Jan 25 12:36:21 IST 2006
 </pre>
<h2>Jalankan date &#38; time/ clock Synchronization pada saat waktu boot</h2>
<p>tambahkan pada file /etc/rc.local .</p>
<pre># vi /etc/rc.local</pre>
<p><code>ntpdate_enable="YES"<br />
ntpdate_hosts="asia.pool.ntp.org"</code></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[El puto reloj no se sincroniza con los servidores de Internet]]></title>
<link>http://putolinux.wordpress.com/2008/05/08/el-puto-reloj-no-se-sincroniza-con-los-servidores-de-internet/</link>
<pubDate>Thu, 08 May 2008 15:53:00 +0000</pubDate>
<dc:creator>pragmart</dc:creator>
<guid>http://putolinux.wordpress.com/2008/05/08/el-puto-reloj-no-se-sincroniza-con-los-servidores-de-internet/</guid>
<description><![CDATA[Pues eso es que le falta el paquete ntp, así que podéis hacer los siguiente:
1. Abrir un terminal,]]></description>
<content:encoded><![CDATA[<div>Pues eso es que le falta el paquete <span style="font-weight:bold;color:#339999;">ntp</span>, así que podéis hacer los siguiente:</p>
<p>1. Abrir un terminal, mejor el de root (Aplicaciones&#62;Accesorios&#62;Terminal)</p>
<p>2. Escribís en él: <span style="font-style:italic;">apt-get install ntp</span> (también vale <span style="font-style:italic;">aptitude install ntp</span> y también vale <span style="font-style:italic;">sudo aptitude install ntp</span> o <span style="font-style:italic;">sudo apt-get install ntp</span> desde un terminal normal)</p>
<p>Ahora ya podéis seleccionar la opción de <span style="font-style:italic;">Sincronizar con los servidores de Internet</span> en <span style="font-style:italic;">Ajustar fecha y hora</span> al darle botón derecho al relojito del panel.</p>
<p>Nótese que estos comandos son para Debian y distribuciones que implementen el sistema de Debian de instalación de paquetes. En otro caso deberéis usar <a href="http://es.wikipedia.org/wiki/Gentoo_Linux#Portage"><span style="font-style:italic;">emerge</span></a> o <a href="http://es.wikipedia.org/wiki/Pacman_%28Arch_Linux%29"><span style="font-style:italic;">pacman</span></a> o el que corresponda a vuestra distro en lugar del <span style="font-style:italic;">apt-get</span> o el <span style="font-style:italic;">aptitude</span>.</p>
<p>También podéis abrir el instalador favorito de vuestra distribución (por ejemplo synaptic), buscáis ntp y aplicáis para instalar.</p>
<p><a href="http://bp2.blogger.com/_Q3VAkG-p1fg/SCMkESSwVXI/AAAAAAAAAwo/ICLHzHsD7EI/s1600-h/2008-05-08-175337_722x634_scrot.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp2.blogger.com/_Q3VAkG-p1fg/SCMkESSwVXI/AAAAAAAAAwo/ICLHzHsD7EI/s400/2008-05-08-175337_722x634_scrot.png" border="0" alt="" /></a><br />
Y pista.</p>
<p>Actualización: en Debian Lenny no sé por qué ha desaparecido el paquetito de marras (ntp) pero en su lugar podemos instalar 'chrony' (<em>apt-get install chrony</em>) que parece que hace el mismo servicio.</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[WBUT has joined NTP cluster.]]></title>
<link>http://susmit.wordpress.com/?p=10</link>
<pubDate>Sun, 04 May 2008 04:07:28 +0000</pubDate>
<dc:creator>susmit</dc:creator>
<guid>http://susmit.wordpress.com/?p=10</guid>
<description><![CDATA[What gives you a euphoric feeling?
For me, it&#8217;s a sleepless night, a graph (synchronized every]]></description>
<content:encoded><![CDATA[<p>What gives you a euphoric feeling?</p>
<p>For me, it's a sleepless night, a graph (synchronized every  half an hour) slowly moving towards the cut in line, combined with, well, a book of cryptography and coding ;).</p>
<p>Yesterday, I (or we at WBUT)  configured and included ourselves in the <a href="http://www.pool.ntp.org" target="_blank">NTP</a> cluster.  The machine which hosts this server is <a href="http://orca.wbut.ac.in" target="_blank">orca.wbut.ac.in</a>. From now onwards, most of the time sync requests from India is going to be redirected towards us and we are happy to have them.</p>
<p>As always, we are the first and sole participant from India in the cluster. I am extremely hopeful that we will soon get a few more servers across India.</p>
<p>Anyway, we are currently operating as stratum 2 server. But soon we may be getting hold of a card like <a href="http://www.meinberg.de/english/products/gps170pci.htm" target="_blank">this</a> and upgrade ourself to a stratum 1 server.</p>
<p>Before closing, two screenshots.</p>
<p>1. Our score (cut off is 5)</p>
<p><img class="aligncenter" src="http://www.pool.ntp.org/scores/graph/4842-score.png" alt="Our score" /></p>
<p>2. And our sync</p>
<p><img class="aligncenter" src="http://www.pool.ntp.org/scores/graph/4842-offset.png" alt="Our offset" /></p>
<p>PS: As this cluster is extremely sensitive, it takes 4-5 hours to re sync once a server is out of sync or rebooted.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[اليوم الخامس عشر 15/4/2008]]></title>
<link>http://nettales.wordpress.com/?p=43</link>
<pubDate>Thu, 17 Apr 2008 18:06:19 +0000</pubDate>
<dc:creator>nettales</dc:creator>
<guid>http://nettales.wordpress.com/?p=43</guid>
<description><![CDATA[مشاهدة عروض الفيديو في CBT Nuggets والتي تشرح مادة الجزء الث]]></description>
<content:encoded><![CDATA[<p>مشاهدة عروض الفيديو في CBT Nuggets والتي تشرح مادة الجزء الثاني من الكتاب. هناك عرضين فقط هما:</p>
<p>- Advanced Router Technology (Part 4): Network Address Translation (NAT)</p>
<p>مدته 33 دقيقة.</p>
<p align="left"><!--more--></p>
<p>يشرح بالتفصيل عن هذا البروتوكول، وبعض المصطلحات المهمة الخاصة به :</p>
<ul>
<li>Inside Local Address</li>
<li>Inside Global Address</li>
<li>Outside Local Address</li>
<li>Outside Global Address</li>
</ul>
<p>ثم ينتقل إلى كيفية تعريفه على الراوتر سواء أردنا تعريفه Static, Dynamic أو Overloaded.</p>
<p> <br />
- Advanced Router Technology (Part 5): HSRP and NTP</p>
<p>مدته 47 دقيقة</p>
<p>من بين جميع البروتوكولات التي يعج بها الفصل الخامس من الكتاب، يشرح هذا الفيديو بروتوكولي HSRP و NTP. وبنفس الطريقة التفصيلية المعهودة لينتقل بعدها إلى شرح تعريفهما على الراوتر. كان الشرح وافياً وسهلاً ساعدني في ترتيب أفكاري، خصوصاً حول NTP.</p>
<p> </p>
<p> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Time Server and NTP related stuff]]></title>
<link>http://timeserver.wordpress.com/?p=4</link>
<pubDate>Thu, 17 Apr 2008 08:39:19 +0000</pubDate>
<dc:creator>timeserver</dc:creator>
<guid>http://timeserver.wordpress.com/?p=4</guid>
<description><![CDATA[
This blog will try to give an overview about time synchronization in computer networks via NTP or P]]></description>
<content:encoded><![CDATA[<p><a href="http://www.meinberg.de/english/products/ntp-time-server.htm"><img src="http://timeserver.wordpress.com/files/2008/07/lantime-m-series.jpg?w=300" alt="Meinberg NTP Server " width="300" height="300" class="alignnone size-medium wp-image-12" /></a></p>
<p>This blog will try to give an overview about time synchronization in computer networks via <a title="NTP support" href="http://www.meinberg.de/english/info/ntp.htm" target="_blank">NTP</a> or <a title="PTP time synchronization" href="http://www.meinberg.de/english/ptp-starterkit/" target="_blank">PTP</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[اليوم الثالث عشر-الرابع عشر 13-14/4/2008 ]]></title>
<link>http://nettales.wordpress.com/?p=42</link>
<pubDate>Wed, 16 Apr 2008 16:03:57 +0000</pubDate>
<dc:creator>nettales</dc:creator>
<guid>http://nettales.wordpress.com/?p=42</guid>
<description><![CDATA[دراسة الفصل الخامس IP Services من الكتاب.
درس حافل بالبروتوك]]></description>
<content:encoded><![CDATA[<p>دراسة الفصل الخامس IP Services من الكتاب.</p>
<p>درس حافل بالبروتوكولات... بعضها لدي معرفة بها والآخر لا. أو أني أعرفه ولكن تطبيقه على أجهزة سيسكو هو الجديد بالنسبة لي. لذلك توجهت كثيراً أثناء دراستي لموقع جوجل للبحث عن موضوعات تزيد في استيعابي لما يقوله الكتاب. ولهذا السبب استغرق مني هذا الدرس جلستين.</p>
<p align="left"><!--more--></p>
<p><strong>ملخص الفصل</strong></p>
<ul>
<li>بروتوكولات ARP (Address Resolution Protocol), Proxy ARP التي تمكن أجهزة الكمبيوتر من اكتشاف العناوين الفيزيائية  MAC للأجهزة الأخرى الموجودة على الشبكة.</li>
<li>بروتوكولات RARP (Reverse ARP), BOOTP التي تستطيع الأجهزة من خلالها الحصول على عنوان IP. يقع على عاتق مدير الشبكة عبء تعريف قائمة بها عناوين MAC في الشبكة مع عناوين IP المقابلة لها بشكل يدوي.</li>
<li>شرح DHCP وهو البروتوكول الدارج حالياً بهدف توزيع عناوين IP على الأجهزة بشكل ديناميكي.  بالإضافة إلى شرح كيفية تعريف جهاز الراوتر كسيرفر DHCP.</li>
<li>بروتوكولات HSRP, VRRP, GLBP الخاصة بموضوع Gateway</li>
</ul>
<blockquote><p>من المعروف أن تعريف TCP/IP على أجهزة الكمبيوتر يتضمن تعريف Gateway وهو جهاز الراوتر الذي سيكون البوابة باتجاه الشبكات الأخرى سواءاً كانت شبكات داخلية أخرى أو شبكة الإنترنت.  إذا تعطل هذا الراوتر فنحن في مشكلة.</p></blockquote>
<blockquote><p>تقوم الفكرة من هذه البروتوكولات -كل على طريقته- على اسناد عنواني IP و  MAC إفتراضيين لمجموعة من أجهزة الراوتر. ويستخدم عنوان IP هذا عند تعريف Gateway على الأجهزة بدلاً من العنوان الفعلي. إذا حدث وتعطل أحد الراوترات في المجموعة ينتقل الحمل إلى راوتر آخر ليصبح هو البوابة. وطبعاً هذا يتم دون أن يؤثر على سير العمل ودون الحاجة لتغيير إعدادات Gateway على أجهزة المستخدمين.</p></blockquote>
<ul>
<li>بروتوكول NTP (Network Time Protocol): المسؤؤول عن تصحيح الوقت وتزامنه بين جميع الأجهزة. ويتضمن شرحاً لكيفية تعريف أحد الراوترات أو السويتشات كسيرفر NTP بحيث يكون مرجعاً لباقي الأجهزة لتصحيح ساعاتها.</li>
<li>بروتوكول SNMP (Simple Network Management Protocol): الخاص بمراقبة أجهزة الشبكة. هناك مقارنة بين إصداراته الأربعة وأنواع الرسائل والمعلومات التي يتبادلها البرنامج المستخدم للمراقبة SNMP Manager والجهاز المراقب.</li>
<li>Syslog: لتسجيل الأحداث التي تطرأ على الجهاز خلال عمله، بحيث يمكن لمدير الشبكة مراجعتها مثلا عند حدوث مشاكل لمعرفة أسبابها، أو الأحداث التي سبقت أو حدثت لحظة وقوع المشكلة. وهذا قد يتم بالإستعانة  بالبروتوكول السايق واستخدام SNMP Manager.</li>
<li>WCCP (Web Cache Communication Protocol): شديد الشبة بـِ  Proxy Server حيث يقوم الراوتر بتحويل طلبات HTTP المرسلة من المستخدمين إلى جهاز آخر يدعى Cache Engine أو Content Engine لعله يحوي البيانات المطلوبة، وإلا فإن الطلب يتم  تحويله إلى السيرفر الأصلي. وهذا يتم بشكل خفي على المستخدم (وهنا الفرق بين Proxy Server و WCCP). لأن إعدادات Proxy Server ينبغى تعريفها على أجهزة المستخدمين بينما WCCP يتم تعريفه على الراوتر ولا يعرف المستخدم إذا كانت الصفحة التي طلبها قد أتته من مصدرها الرئيسي أو من أحد أجهزة Cache Engines. شرح ممتاز لهذا البروتوكول على الصفحة التالية في موقع سيسكو  <a href="http://www.cisco.com/en/US/docs/ios/11_2/feature/guide/wccp.html">Web Cache Control Protocol Feature Module</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Time Service reasons and problems]]></title>
<link>http://daakeung.wordpress.com/?p=13</link>
<pubDate>Fri, 04 Apr 2008 16:59:25 +0000</pubDate>
<dc:creator>daakeung</dc:creator>
<guid>http://daakeung.wordpress.com/?p=13</guid>
<description><![CDATA[Windows time service plays an important role in the Kerberos authentication protocol. The purpose of]]></description>
<content:encoded><![CDATA[<p>Windows time service plays an important role in the Kerberos authentication protocol. The purpose of the Windows Time service is to make sure that all computers that are running Microsoft Windows 2000 or later versions in an organization use a common time.</p>
<p>This being said,  windows time service uses a hierarchical relationship that controls authority and does not permit loops.</p>
<p>The PDC operations master at the root of the forest becomes authoritative for the organization. Microsoft recommends that you configure your authoritative time server to sync with a hardware source, since syncing with external internet sources, does not perform any form of authentication when gathering time information.<br />
To configure the PDC master without using an external time source, change the announce flag on the PDC master. The PDC master is the server that holds the forest root PDC master role for the domain. This configuration forces the PDC master to announce itself as a reliable time</p>
<p>To set it as NTP server, do the following modification in the registry, please backup the registry prior to doing this.</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags<br />
In the right pane, right-click AnnounceFlags, and then click Modify.<br />
In Edit DWORD Value, type A in the Value data box, and then click OK.</p>
<p>And then restart w32tm service.</p>
<p>If your application log for the PDC generate the following error, you will need to disable NTP client</p>
<p>Event Type:    Warning<br />
Event Source:    W32Time<br />
Event Category:    None<br />
Event ID:    12<br />
Date:        4/4/2008<br />
Time:        8:38:13 AM<br />
User:        N/A<br />
Computer:    XXXXX</p>
<p>Description:<br />
Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source.  It is recommended that you either configure a reliable time service in the root domain, or manually configure the PDC to synchronize with an external time source.  Otherwise, this machine will  function as the authoritative time source in the domain hierarchy.  If an external  time source is not configured or used for this computer, you may choose to disable  the NtpClient.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.<br />
To disable NTP client,</p>
<p>Open your registry<br />
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient<br />
Create or Modify a new dword called "Enable"<br />
Set value as 0 to disable this tweak and 1 to enable this tweak</p>
<p>and reboot the system for it to take effect.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nerdy but amusingly matter-of-fact statements #1]]></title>
<link>http://voidstar.wordpress.com/?p=31</link>
<pubDate>Fri, 04 Apr 2008 12:18:48 +0000</pubDate>
<dc:creator>voidstar</dc:creator>
<guid>http://voidstar.wordpress.com/?p=31</guid>
<description><![CDATA[The first in a throw-away series of matter-of-fact statements about incomprehensibly large or improb]]></description>
<content:encoded><![CDATA[<p>The first in a throw-away series of matter-of-fact statements about incomprehensibly large or improbable concepts:</p>
<p><b> #1 - From Wikipedia's entry on NTP  (<a href="http://en.wikipedia.org/wiki/Network_Time_Protocol#NTP_timestamps" target="_blank">Network Time Protocol</a>)</b></p>
<p><b>Background</b> - NTP will soon represent timestamps using two 64bit numbers; one for the whole number of seconds, and one for the fractional part of the second:</p>
<blockquote><p><i>According to Mills, "The 64 bit value for the fraction is enough to resolve the amount of time it takes a <a href="http://en.wikipedia.org/wiki/Photon" title="Photon">photon</a> to pass an <a href="http://en.wikipedia.org/wiki/Electron" title="Electron">electron</a> at the speed of light. The 64 bit second value is enough to provide unambiguous time representation until the <a href="http://en.wikipedia.org/wiki/Heat_death_of_the_universe" title="Heat death of the universe">universe goes dim</a>."<sup><a href="http://en.wikipedia.org/wiki/Network_Time_Protocol#cite_note-3">[4]</a></sup> Indeed, 2<sup>−64</sup> seconds is about <a href="http://en.wikipedia.org/wiki/1_E-21_s" class="mw-redirect" title="1 E-21 s">54 zeptoseconds</a>, and 2<sup>64</sup> seconds is about <a href="http://en.wikipedia.org/wiki/1_E19_s_and_more" title="1 E19 s and more">585 billion years</a>.</i></p></blockquote>
<p>That ought to do it.</p>
]]></content:encoded>
</item>

</channel>
</rss>
