Friday, September 4, 2009

Installation NS2 on MAC OSX Leopard 10.5

Step 1 Download NS2 from http://sourceforge.net/projects/nsnam/ (I use NS2.34)
Step 2 Modifies follow http://sites.google.com/site/pengjungwu/install-ns2-31-on-osx (only step1, step2)
Step 3 run ./configure --x-includes=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include \\
--x-libraries=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib in otcl-1.13, tclcl-1.19, and ns-2.32
Step 4 make otcl-1.13, tclcl-1.19, and ns-2.32
Step 5 Enjoy with NS2

Reference
http://nsnam.isi.edu/nsnam/index.php/Troubleshooting
http://sites.google.com/site/pengjungwu/install-ns2-31-on-osx

Thursday, February 12, 2009

Sunday, February 8, 2009

How to config port forwarding on Windows 2003 Server?

How to config port forwarding on Windows 2003 Server?
Administrative Tools >
Routing and Remote Access >
ServerName >
IP Routing > NAT/Basic Firewall >
Right-Click on your NIC-1 LAN >
Properties >
Services & Ports Tab >
Add... >
Enter Incoming Outgoing Port and IP of the workstation

Sunday, February 1, 2009

MySQL Replicate Tutorial

Some time we need to have the slave database server for backup, So we need to create replicate database.
The follow link is the good tutorial for MySQL

http://www.howtoforge.com/mysql_database_replication
or