Updates from March, 2012 Toggle Comment Threads | Keyboard Shortcuts

  • Suherman 08:48 on 20 March 2012 Permalink | Reply  

    LINUX NETWORKING 

    Memberikan ip address di linux

    #vim /etc/sysconfig/network-scripts/ifcfg-eth0
    or
    #system-config-network

    memberi temporary secondary ip di eth0:0
    #ifconfig eth0:0 192.168.16.43 up

    permanen secondary ip di eth0:0
    # cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0

    # vi /etc/sysconfig/network-scripts/ifcfg-eth0:0
    DEVICE=eth0:0
    IPADDR=192.168.1.7
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0
    ONBOOT=yes
    NAME=eth0:0

    # service network restart
    or
    # ifup eth0:0

    Memberi nama hostname di linux
    #vim /etc/sysconfig/network

    check firewall  status firewall
    #getenforce

    melihat routing table

    #netstat -nr
    or
    #route -n

    menambahkan routing sementara # hilang jika server di restart

    route add default gw 192.168.16.3 eth0
    route add -net 10.92.5.0 netmask 255.255.255.0 gw 172.16.16.2 eth0

    menghapus routing table
    route del default gw 192.168.16 3 eth0
    route dell -net 10.92.5.0 netmask 255.255.255.0 gw 172.16.16.2 eth0

    Memberikan ip address di linux

    vim /etc/sysconfig/network-scripts/ifcfg-eth0

    or

    system-config-network

    memberi temporary secondary ip di eth0:0

    ifconfig eth0:0 192.168.16.43 up

    permanen secondary ip di eth0:0
    # cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0

    # vi /etc/sysconfig/network-scripts/ifcfg-eth0:0
    DEVICE=eth0:0
    IPADDR=192.168.1.7
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0
    ONBOOT=yes
    NAME=eth0:0

    # service network restart
    or
    # ifup eth0:0

    Memberi nama hostname di linux
    #vim /etc/sysconfig/network

    check firewall status
    #getenforce

    melihat routing table
    #netstat -nr
    or
    #route -n

    menambahkan routing sementara # hilang jika server di restart

    #route add default gw 192.168.16.3 eth0
    #route add -net 10.92.5.0 netmask 255.255.255.0 gw 172.16.16.2 eth0

    menghapus routing table
    #route del default gw 192.168.16 3 eth0
    #route dell -net 10.92.5.0 netmask 255.255.255.0 gw 172.16.16.2 eth0

     
  • Suherman 15:21 on 27 March 2009 Permalink | Reply  

    rommon> 

    this is my first experience with rommon, for fix rommon on router /3600/3700/3800 series please follow step bellows

    First issue the dev command in order to see which devices are available on your router:
    rommon 1 >dev
    Devices in device table:
    idname
    flash:flash
    slot0:PCMCIA slot 0
    slot1:PCMCIA slot 1eprom:EPROM
    rommon 2 >
    Next, issue the dir [device ID] command for each Flash or PCMCIA device available, and then look for a
    valid Cisco IOS® software image:
    rommon 3 >dir flash:
    File size Checksum File name
    35823432 bytes (0x804b4c) 0x6ba0 c3845−adventerprisek9−mz.124−10.bin
    rommon 4 >
    Try to boot from that image. If the file is valid, this brings you back to normal operation mode:
    rommon 5 >boot flash:c3845−adventerprisek9−mz.124−10.bin
    program load complete, entry point: 0×80008000, size: 0x804a30
    Self decompressing the image : ###################################
    ########…

    If none of the files are valid, you have to download a new one that uses one of these procedures:

    for more detail please visit cisco site

     
  • Suherman 18:28 on 13 January 2009 Permalink | Reply  

    ORCHESTRATING DATA CENTER VIRTUALIZATION 

    Besok Cisco akan mengadakan seminar CISCO DATA CENTER DAY: ORCHESTRATING DATA CENTER VIRTUALIZATION yang Insya Allah gw akan ikutan hadir.

    pengen tahu seperti apa sich data center ala cisco yang besok akan di adakan di dalam kontainer serharga  1 juta U$ dollar, besok rencananya kontainernya berada di:

    Cisco Data Center Day
    Dharmawangsa Hotel
    Jl. Brawijaya Raya No. 26
    Kebayoran Baru, Jakarta

    semoga mendapat ilmu yang bermanfaat.

     
  • Suherman 10:44 on 27 August 2008 Permalink | Reply
    Tags: telnet on vista   

    Enable telnet on vista 

    By default telnet command is disable by vista for security reason. And here is how to enable telnet command:

    1. Open the Control Pane>Programs and Features.
    2. Select “Turn Windows features on or off.”
    3. Check the Telnet Client and click OK.

    source

     
  • Suherman 15:37 on 4 May 2008 Permalink | Reply  

    secure PPTP 

    For the most secure PPTP VPN connections, do the following:

    Use EAP-TLS with user certificates or smart cards.
    Require the use of the strongest possible encryption.
    Use a remote access policy to define who can make a PPTP connection based on group membership (if you are using the Routing and Remote Access service).
    Configure PPTP packet filters on your firewall interfaces and VPN server interfaces.

    take from: Microsoft

    Setting secure VPN on client

    • from your vpn setting
    • right-click the vpn setting than click properties
    • on the security tab, click advanced (custom settings)
    • use allow these protocols, tick mark on Microsoft CHAP version 2 than clik ok

    you must have administrator Privilege to follow those steps done

     
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