<?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-1340800456762924643</id><updated>2011-04-21T15:01:34.750-07:00</updated><category term='nyboa ^_^'/><title type='text'>Jayuz-Zone</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jayuz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1340800456762924643/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jayuz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Aldrik Dwi Wicaksono</name><uri>http://www.blogger.com/profile/12887469772772211477</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1340800456762924643.post-3655206554151406728</id><published>2007-04-08T20:43:00.000-07:00</published><updated>2007-04-08T20:47:49.041-07:00</updated><title type='text'>Script DHCP biar ga lupa ^^</title><content type='html'>#&lt;br /&gt;        #   DHCP Server Config File&lt;br /&gt;        #&lt;br /&gt;        ddns-update-style none;&lt;br /&gt;        ignore client-updates;&lt;br /&gt;      &lt;br /&gt;        lease-file-name "/var/lib/dhcpd/dhcpd.leases";&lt;br /&gt;        authoritative;&lt;br /&gt;             &lt;br /&gt;        option domain-name                      "example.com";&lt;br /&gt;default-lease-time                      86400;   # 24 hours&lt;br /&gt;        max-lease-time                          172800;  # 48 hours&lt;br /&gt;             &lt;br /&gt;        subnet 192.168.1.0 netmask 255.255.255.0 {&lt;br /&gt;                option routers                  192.168.1.1;&lt;br /&gt;                option subnet-mask              255.255.255.0;&lt;br /&gt;                option broadcast-address        192.168.1.255;&lt;br /&gt;         option domain-name-servers      192.168.1.1;&lt;br /&gt;                       option ntp-servers              192.168.1.1;&lt;br /&gt;                option netbios-name-servers     192.168.1.1;&lt;br /&gt;                option netbios-node-type        8;&lt;br /&gt;                range   192.168.1.101   192.168.1.200;&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;&lt;table style="width: 100%; text-align: left;" border="1" cellpadding="2" cellspacing="2"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;ddns-update-style&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Type of DDNS update to use with local DNS Server&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;ignore client-updates&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Ignore all client requests for DDNS update&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;lease-file-name&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Filename that stores list of active IP lease allocations&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;authoritative&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Set as master server, protects against rogue DHCP servers and misconfigured clients&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option domain-name&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Specifies the Internet Domain Name to append to a client's hostname&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option domain-name-servers&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The DNS servers the clients should use for name resolution&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;default-lease-time&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The default time in seconds that the IP is leased&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;max-lease-time&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The max time in seconds that the IP is leased&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option routers&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Specifies the &lt;span style="font-weight: bold;"&gt;Gateway&lt;/span&gt; for the client to use&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option subnet-mask&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The subnet mask specific to the lease range&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option broadcast-address&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The broadcast address specific to the lease range&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option ntp-servers&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;Network Time Protocol servers available to the clients&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="background-color: rgb(220, 220, 220); font-family: monospace; width: 195px;"&gt;option netbios-name-server&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The NetBIOS name server (WINS)&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="font-family: monospace; background-color: rgb(220, 220, 220); width: 195px;"&gt;option netbios-node-type&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The NetBIOS name resolution method (8=hybrid)&lt;br /&gt;              &lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td style="font-family: monospace; background-color: rgb(220, 220, 220); width: 195px;"&gt;range&lt;br /&gt;              &lt;/td&gt;               &lt;td style="width: 713px;"&gt;The range of valid IP addresses available for client offer&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1340800456762924643-3655206554151406728?l=jayuz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jayuz.blogspot.com/feeds/3655206554151406728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1340800456762924643&amp;postID=3655206554151406728' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1340800456762924643/posts/default/3655206554151406728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1340800456762924643/posts/default/3655206554151406728'/><link rel='alternate' type='text/html' href='http://jayuz.blogspot.com/2007/04/script-dhcp-biar-ga-lupa.html' title='Script DHCP biar ga lupa ^^'/><author><name>Aldrik Dwi Wicaksono</name><uri>http://www.blogger.com/profile/12887469772772211477</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1340800456762924643.post-5761810291460751710</id><published>2007-04-06T05:27:00.000-07:00</published><updated>2007-04-06T05:29:39.764-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nyboa ^_^'/><title type='text'>Test</title><content type='html'>Wah aku baru bikin blog nih....&lt;br /&gt;&lt;br /&gt;sekarang aku mau nyoba posting dulu ah.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1340800456762924643-5761810291460751710?l=jayuz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jayuz.blogspot.com/feeds/5761810291460751710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1340800456762924643&amp;postID=5761810291460751710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1340800456762924643/posts/default/5761810291460751710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1340800456762924643/posts/default/5761810291460751710'/><link rel='alternate' type='text/html' href='http://jayuz.blogspot.com/2007/04/test.html' title='Test'/><author><name>Aldrik Dwi Wicaksono</name><uri>http://www.blogger.com/profile/12887469772772211477</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
