Updates from December, 2011 Toggle Comment Threads | Keyboard Shortcuts

  • Suherman 10:36 on 8 December 2011 Permalink | Reply
    Tags: dhcp, , , setting   

    DHCP Server 

    Berikut langkah-langkah membuat DHCP server di Centos

    #yum install dhcp
    
    #vim /etc/dhcpd.conf
    
    ddns-update-style interim;
    ignore client-updates;
    
    subnet 192.168.16.0 netmask 255.255.255.0 {
    option routers                  192.168.16.1;
    option subnet-mask              255.255.255.0;
    option domain-name-servers      192.168.16.100;
    
    range dynamic-bootp 192.168.16.151 192.168.16.175;
    default-lease-time 21600;
    max-lease-time 43200;
    
    }
    #chkconfig --level 234 dhcp on
    
    #service dhcpd start
    
    #service dhcpd status
    
     
  • Suherman 20:13 on 7 December 2011 Permalink | Reply
    Tags:   

    Transparan proxy 

    Gw lagi mau coba buat nich transparan proxy, server yg berjalan di kantor pakai transparan proxy dengan 2 eth.
    Nanti klo sudah berhasil gw update yach sama source link nya sekalian.

     
  • Suherman 21:02 on 2 December 2011 Permalink
    Tags: blog, ipad, test   

    lg test blog di ipad

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel