-
- Downloads
java: add new test that perform external TCP communication
requires starting qemu with tap networking, first install libvirt then launch the run script as root with the -n option. Example: $ sudo ./scripts/run.py -d -n in osv you'll have to configure networking as follows: $ ifconfig virtio-net0 192.168.122.100 netmask 255.255.255.0 up $ route add default gw 192.168.122.1
Please register or sign in to comment