• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Install INETSIM on Ubuntu 11.04 ???

DigitalCancer

Diamond Member
SO, I have a class assignment, can't get the INETSIM to install for anything on Ubuntu...I can get the keyring to install but then when I do the apt-get install inetsim, it tells me that lib-perl something-a-ruther isn't installable?

**this is running on VirtualBox

**I have since moved to the latest verison of Ubuntu (14) and it installed fine using the same instructions below.


Here are the instructions:

We will install inetsim using the apt--‐get package manager.

First we need to add the debian repository “deb http://www.inetsim.org/debian/ binary/” to the /etc/apt/sources.list file.
To enable the use of this debian repository we must add the InetSim key to our apt keyring. To add this we must first download the signing key. This may be downloaded using the command “wget http://www.inetsim.org/debian/binary/inetsim--‐archive--‐keyring_2008.10.12_all.deb.”
Once you have downloaded the .deb key use the command “sudo dpkg --‐I inetsim--‐archive-- keyring_2008.10.12_all.deb” to add that key to your apt keyring.
After you have added the keyring you must update your repository list using the command “sudo apt--‐get update”
After your Ubuntu VM has updated its repositories you may use the command “sudo apt--‐get install inetsim” to install inetsim.
After this succeeds you should have INetSim installed on your computer. The way to test this is to run the command “sudo inetsim” and see if your Ubuntu machine enumerates and tells you whether or not the protocols that it is spoofing have successfully been started.
 
Back
Top