networking running snapshots of arm64 on amd64 host
tech-lists
tech-lists at zyxst.net
Sun Apr 11 17:15:53 UTC 2021
Hi,
I downloaded this snapshot:
https://download.freebsd.org/ftp/releases/VM-IMAGES/13.0-RC5/aarch64/Latest/FreeBSD-13.0-RC5-arm64-aarch64.qcow2.xz
then spun it up as per https://wiki.freebsd.org/arm64/QEMU like this:
# qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \
-bios edk2-aarch64-code.fd -serial telnet::4444,server
-nographic \
-drive if=none,file=VMDISK,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-device virtio-net-device,netdev=net0 \
-netdev user,id=net0
and it spins up fine. I can log into it over telnet to localhost on port
4444. But it has no routing, even if I go into /etc/rc.conf and apply a
valid ip, netmask and default gateway. What i'd like to know is,
1. is networking meant to work, from within the running vm?
2. if yes, how?
thanks,
--
J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20210411/f64d3817/attachment.sig>
More information about the freebsd-arm
mailing list