On Feb 9, 2014, at 10:55 PM, Rizwan Jamil <u_r_wel...@hotmail.com> wrote: > This VM had POX betta pre-installed in it. But it does not have the directory > named "proto" inside "/home/mininet/pox/pox" directory. But the components > mentioned to be inside the "proto" directory on the POX Wiki > webpagehttps://openflow.stanford.edu/display/ONL/POX+Wiki are present in the > "misc" directory instead. > > But the problem is that this "misc" directory does not contain the > "gephi_topo" component. So can anyone share this component with me?
I'd recommend you not complicate your life and just upgrade your POX to carp or dart. You can probably do this with just "git checkout carp" from the POX directory. If your VM has internet connectivity, you should do a "git pull" first to make sure you're getting the latest. > Secondly, I want to use "pktgen" which is supposed to be present in the > "/proc/net/pktgen/" directory. But there is no "pktgen" directory present in > the "/proc/net/" directory. So from where and how can I install "pktgen" in > my Miniet 2.1.0 VM? This is part of the Linux kernel, often built as a module. It's probably installed and just not loaded. From a root prompt, do "modprobe pktgen" and see if /proc/net/pktgen appears. -- Murphy