hi brezular,
thanks a lot for the videos! help me a lot..
your "olive-addinterfaces" video shows using 1 olive with multiple interfaces and use logical-system to communicate 2 interfaces right..
do you know how to bring up olive with multiple tap interfaces? i've tried using below command but my olive crash when i telnet into olive..
i plan to use 2 olives to and communicate each other using tap interfaces instead of using logical-system in 1 olive..
Code:
jqemu.exe -L . -m 256 -hda Olive-base.img -serial telnet::1001,server -localtime -net nic,vlan=1,macaddr=00:aa:00:00:01:01,model=i82559er -net tap,vlan=1,ifname=Tap1 -net nic,vlan=1,macaddr=00:aa:00:00:01:02,model=i82559er -net tap,vlan=1,ifname=Tap2