PDA

View Full Version : NDT Installation


n00blet
19th July 2008, 10:20
Hello Linux Guru's

I have just completed the NDT installation on an ubuntu OS following these steps.

http://www.howtoforge.com/network-diagnostic-tool-ndt-ubuntu-7.10-server

I believed I had completed each step without error however I cannot access the webpage of this server. When I run a netstat command

netstat --all --tcp

I only see my SSH server listening.
I also notice that when I issue the command "uname -r"

I get the following
2.6.24-19-generic
Does this mean my kernel did not get upgraded correctly?

How can I troubleshoot to find which steps I may have missed? I really would like to get NDT running! :)

falko
20th July 2008, 13:36
Did you select the correct kernel when the system booted? What's in /boot/grub/menu.lst?

n00blet
21st July 2008, 19:32
I'll find out here in a bit and post it for ya! Thanks for the help.

n00blet
22nd July 2008, 23:59
Ok I figured it out, I forgot to select the option web100 on startup.

Any how I get as far as trying to install the NDT.

I unzip ndt-3.4.4a.tar.gz
Then enter ndt-3.4.4a directory and type
./configure

It does a bunch of stuff then I type

make

Bunch of more stuff then

make install

But it never creates a directory in /usr/local.

It's suppose to make a /usr/local/ndt.

Any thoughts?

n00blet
23rd July 2008, 01:23
I'm missing Tcpbw100.jar in my /usr/local/ndt folder. As such the applet doesn't load!