Will keep updating the page as I keep learning ... :)
Prob 1. On running the multicasting example ex-mcast.tcl on nile.wpi.edu/NS/ it first gave a warning saying:
" Warning dst_ is no longer being supported in NS. dst_ 0xffffffff
Use dst_addr_ and dst_port_ instead "
Prob 2: invalid command name "Mac/Csma/Cd" or "Mac/Csma/Ca"
Fix: Replace Mac/Csma/Cd or Mac/Csma/Ca with Mac/802_3
Prob 3: Segmentation fault when trying to use "namtrace-all-wireless"
Fix: In your script you have to change ifq value Queue/DropTail/PriQueue by CMUPriQueue