Hello,

I also had that problem on machines running Debian.
It seems that some files in /dev are missing or are deleted after reboot.
Those files are created by "make install", to recreate them, you can type (as root) :

mknod /dev/hitbox c 62 0
mknod /dev/nistnet c 62 1
chown root /dev/hitbox
chown root /dev/nistnet
mknod /dev/mungebox c 63 0
chown root /dev/mungebox
mknod /dev/spybox c 64 0
chown root /dev/spybox

It seems that only /dev/nistnet is required.

For the problems with address resolving, maybe adding the hosts to /etc/hosts would help.

Moreover, the "tc" utility can only be used to control the "NetEM" network emulator (the one in the 2.6 kernel), not Nist NET.

Hope it helps.

Regards,

--
Guillaume

_________________________________________________________________
Windows Live Mail : dĂ©couvrez et testez la version bĂȘta ! http://www.imagine-msn.com/hotmail/default.aspx?locale=fr-fr



_______________________________________________
nistnet mailing list
nistnet@antd.nist.gov
http://www-x.antd.nist.gov/mailman/listinfo/nistnet

Reply via email to