OK, to add the tap on ubuntu trusty amd64, you need tunctl, which is loaded using:
sudo apt-get install uml-utilities
runnning: 'tunctl' followed by 'sudo ifconfig tap0 192.168.1.2 netmask 255.255.255.0' will do the trick.
But I guess you knew all of this ;)