Re: Port forwarding and `guix system vm`

2020-07-07 Thread Christopher Lemmer Webber
Christopher Lemmer Webber writes: > Jan Nieuwenhuizen writes: > >> In our chat on IRC I mentioned that adding this "-nic user,virtio-net-pci >> bit", >> I mentioned that this gives me two eth devices: >> >> --8<---cut here---start->8--- >> eth0 Link encap:

Re: Port forwarding and `guix system vm`

2020-07-07 Thread Christopher Lemmer Webber
Jan Nieuwenhuizen writes: > You want to add something like > >(service dhcp-client-service-type) ... doh, I can't believe I missed that. Thank you! > > In our chat on IRC I mentioned that adding this "-nic user,virtio-net-pci > bit", > I mentioned that this gives me two eth

Re: Port forwarding and `guix system vm`

2020-07-07 Thread Jan Nieuwenhuizen
Christopher Lemmer Webber writes: Hello! > Hello! > > I've been trying to figure out how to do port forwarding with > `guix system vm` and have not (alas) yet succeeded. > > Here's what I've tried so far: [..] > `guix system vm guix-config-dustycloud.scm > --share=$HOME/tmp/guix-vm-exchange=

Port forwarding and `guix system vm`

2020-07-07 Thread Christopher Lemmer Webber
Hello! I've been trying to figure out how to do port forwarding with `guix system vm` and have not (alas) yet succeeded. Here's what I've tried so far: # testing forwarding http `guix system vm guix-config-dustycloud.scm --share=$HOME/tmp/guix-vm-exchange=/exchange` -nic hostfwd=tcp::8088-: