hi grossmj, I am working on virtual host, my software is under development but i hope i will make a stable release in the end of this month. here is some detail about my virtual host.
i have implemented tcp/ip stack.
TFTP and partially telnet service support.
CLI interface is available similar to Cisco IOS you can use tab and ?.
you can use ping traceroute and debug commands.
it can generate traffic at every layer.
Virtual host can connect with dynamips router using following commands:
configure terminal
system connect dyna-hyp 127.0.0.1 lport 10 rpot 11
or you can bridge it to physical interface:
configure terminal
system connect pcap-int 192.168.1.111
you can also invoke a dialog box to connect
system gui connect
I also implemented gui interface for traffic generating use this command:
system gui traf-gen
I'll be happy if you are interested to give a look at it. please download...
http://www.4shared.com/account/file/233 ... TVPC4.html