Workshop on "IPv6 Deployment & Future R& D Development in networking field "
Location: Room No: 324-C, 2nd Floor, EC/EE/AIML Building, CSPIT
Note: Charging Facility is available in 324-C.
Installation Steps to prepare laptops for Workshop
Following are the installation steps, student need to prepare their laptop
Installation of Oracle VM : Download from https://www.virtualbox.org/wiki/Downloads
Install Ubuntu
Download Ubuntu:https://ubuntu.com/download/desktop Version: 24.04
Install Ubuntu: https://www.youtube.com/watch?v=-YOBCYmqESw
Note: While Installation any OS in Oracle VM, Virtualization feature must be enabled in BIOS. Kindly check, Oracle VM prompts error.
VM Configuration: Select 8 GB RAM, 2-to-4 Core, 100 GB of HDD
Install NS-3
Installation Steps: https://www.youtube.com/watch?v=crIXDeRL3tE&t=251s
Commands from above video (indicative commands only) https://www.nsnam.org/docs/installation/html/quick-start.html#download
sudo apt update
sudo apt install build-essential autoconf automake libxmu-dev ninja-build
sudo apt install g++ python3 cmake git python3-gi python3-pygraphviz tcpdump wireshark
wget https://www.nsnam.org/releases/ns-allinone-3.44.tar.bz2
tar xfj ns-allinone-3.44.tar.bz2
cd ns-allinone-3.44/ns-3.44
./ns3 configure --enable-examples --enable-tests
./ns3 build (This command will take 30 to 40 minutes depends on configuration)
Installation of Other packages in Ubuntu
Open terminal and type following command
sudo apt install iperf iperf3 netperf