
:: Day 1 ::
- continue with the same task as last week but this one for VAS department
- few problem came up:
1) cannot login window after setup the domain, b4 this the dont have to key in any passwork to enter the window.
solution: set the username "MIS", leave the password empty and te domain is attached with "this computer".
2) window 7 cannot be able to support semantec antivirus 11.0.2000, so just let them use microsoft security essential as the backup antivirus.
- open my own RHB account during lunch
- after lunch, continue with the same job
:: Day 2 ::
- 9 am - 11 am: continue with MIS chackup task
- 11 am - 5 pm: explore HP ProCurve 2810 switch
* terminal configuration:
1)Connection = COM4 (depends on USB attachment)
2)Bit per second = 115200
3)Data bit = 8
4)parity = none
5)Stop bit = 1
6)Flow control = Xon/Xoff
- 5 pm - 7 pm: install window server 2008, Domain Name Services (DNS), Active Directory (AD), Network Access Protection (NAP)
Company: Unified Communication Holdings Limited Company
:: Day 1 ::
- Breafing by executive HR, mis sharina sulaiman
- Got my own desk and laptop (Dell)
- Breafing with the supervisor, mr. loo about company network architecture, problems
- got 1st task!!!
1) study about installation and configuration of Network Access Protection (NAP) in window server 2008. the implementation will be done after we got the device ready.
2) testing the admin, system/ power-on and HDD password on BIOS for all three type of laptop registered under the company (Dell, HP, IBM).
- mr. khairul (MIS admin) shows all the network device inside the server room (routers, switches, servers), also with its function. it was nice to see him.
:: Day 2 ::
- report to my supervisor the task that have been done.
- start implementing MIS services on each laptop under company propietry.
- thing that been checked:
1) join domain.(if not join, then it will be configured under unifiedcomms.com.my)
2) semantec antivirus.(if not installed yet, dwnld from serverand install it rigth away)
3) write down each f laptop model number and asset number.
4) setup admin and system/power-on password on bios.
* today's completeness = 16/113
- study lansweeper documentation before start play with it soon.
:: Day 3 ::
- Continue yesteday task.
- got complain from some user that semantec antivirus alway eat lot of memory during scanning state which they didn't even start.
- solve the problem by modify some semantec antivirus manager located on the server farm with mr. khairul. then right after some configuration, we test with a few antivirus client on users laptop and it working perfectly.mission accomplished!!!..
- start
:: Day 4 ::
- continue with the day 2 task (check some domain, antivirus,bios password, bla..bla..bla)
* total completeness = 34/113
* problem came up:
1) cannot even using google chrome after installed the semantec antivirus
2) HDD password frozen (need to update bios???)
3) window 7 cannot support with current version of semantec antivirus (how come???)
4) pirate OS (aiyyooo..ada jugak ka)
5) some of laptop (Dell) asking 4 HDD password (sian tuan pnyer laptop..)
:: Day 5 ::
- continue with the same task
- install sun wirewall on server for testing
Project title: Performance Comparison Between IPv4 and IPv6 over WLAN Technology
Scope: more focus on ad hoc network architecture (multi-hop ad hoc network)
4 type of environment:
1) Mobile IPv4 TCP
2) Mobile IPv6 TCP
3) Mobile IPv4 UDP
4) Mobile IPv6 UDP
Comparison crateria:
1) Average delay
2) Average throughput
3) Speed
4) Packet loss rate
Language use:
1) TCL language - for generate network environment in NS2
2) AWK language - for manipulate tracefile to display network statistic
overall process:
logical design:
Step 1: Using the power switch, turn off the router and then turn it back on.
Step 2: Press Break on the terminal keyboard within 60 seconds of the power-up to put the router into ROMMON.
*Note:
HyperTerminal(Windows 2000) - Ctrl+Break
Terminal(Windows) - Break / Ctrl+Break
Step 3: Type confreg 0x2142 at the rommon 1> prompt to boot from Flash without loading the configuration.
Step 4: Type reset at the rommon 2> reset
*note: The router reboots but ignores its saved configuration.
Step 5: Type no after each setup question or press Ctrl-C to skip the initial setup procedure.
Step 6: Type enable at the Router> enable ...You'll be in enable mode and see the
Step 7: Router#copy startup-config running-config
Step 8: Router#configure terminal --> hostname(config)#.
Step 9: hostname(config)#enable secret cisco
Step 10: enter interface, type "no shutdown"..then view result using "show ip int br"
Step 11: Type config-register 0x2102
Step 12: Press Ctrl-z or end to leave the configuration mode.The prompt is now hostname#.
Step 13: Router#copy startup-config running-config
switch password recovery digunakan bila kite dapat 1 switch yg kite xtau password yg da di set pada switch 2.. tp pada masa sama kite xnak buang configuration2 lain yg jugak d set dlm config.text pada switch.. so password recovery akan wat kite by pass the password supaya kite boleh wat backup config.text ke config.old (actually boleh rename jd name ape2 pon) sebelum kite boot switch (akan delete file config.text) then reload balik file config.old ke config.text supaya kite boleh tulis ape2 configuration (ubah password)..
step 1. off switch
step 2. on switch but at the same time, push MODE button for a while
* note: output just like below will be display when u done step 2 correctly
system software:
flash_init
load_helper
boot
switch:
step 3: switch: flash_init
step 4: switch: flash_helper (*so the switch will recognize the following command)
step 5: switch: flash: or dir flash: (*to view file stored in flash)
* note: generally u will find config.text (configuration file which also contain current password conf)
step 6: switch: rename flash: config.text flash: config.old (*create backup file)
step 7: switch: boot
step 8: Enter "n" at the prompt to start the Setup program
* note: switch will directly enter the switch configuration
step 9: Switch>enable (*to enter user mode)
step 10: Switch#rename flash:config.old flash:config.text
step 11: Switch#copy flash:config.text system:running-config
Destination filename [running-config]?
Switch#
step 12: Switch#enable secret class
step 13: Switch#enable password class
step 14: Switch#end
step 15: Switch#write memory
step 16: Switch#reload
*da boleh gune switch dgn password yg kite da set disamping configuration lain dlm switch still remain the same..try la
STEP 1
From terminal login as super user and do the following.(internet must also be connected in order to install the package dependencies.
yum install autoconf
yum install automake
yum install gcc-c++
yum install libX11-devel
yum install xorg-x11-proto-devel
yum install libXt-devel
And for nam installation (optional):
yum install libXmu-devel
STEP 2
From terminal go to the folder where the ns-allinone patch is placed and type the following to extract
$ tar -xzf ns-allinone-2.31.tar.gz
$ cd ns-allinone-2.29
$. /install
STEP 3
Now go to /etc folder and type
gedit ~/.bashrc
Add the following lines to the end of it. Remember replace "/your/path" by something like "/home/kazim". And accordingly also change the version numbers. This is for ns 2.31.
# LD_LIBRARY_PATH
OTCL_LIB=/your/path/ns-allinone-2.31/otcl-1.13
NS2_LIB=/your/path/ns-allinone-2.31/lib
X11_LIB=/usr/X11R6/lib
USR_LOCAL_LIB=/usr/local/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB
# TCL_LIBRARY
TCL_LIB=/your/path/ns-allinone-2.31/tcl8.4.14/library
USR_LIB=/usr/lib
export TCL_LIBRARY=$TCL_LIB:$USR_LIB
# PATH
XGRAPH=/your/path/ns-allinone-2.31/bin:/your/path/ns-allinone-2.31/tcl8.4.14/unix:/your/path/ns-allinone-2.31/tk8.4.14/unix
NS=/your/path/ns-allinone-2.31/ns-2.31/
NAM=/your/path/ns-allinone-2.31/nam-1.13/
PATH=$PATH:$XGRAPH:$NS:$NAM
Let it take effect immediately
source ~/.bashrc