9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Sebastian Higgins <bctnry@outlook.com>
To: 9fans <9fans@9fans.net>
Subject: Re: [9fans] Using 9front as a server
Date: Wed, 23 Aug 2023 19:30:42 +0000	[thread overview]
Message-ID: <TYYP286MB1955021EC007114561A27BE8CC1CA@TYYP286MB1955.JPNP286.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <16927276390.1BA61DB.406195@composer.9fans.topicbox.com>

i'm assuming you're using QEMU + drawterm. if you're using QEMU you might need to add command line arguments for port forwarding. here's mine after tons of trial and error:

> qemu-system-x86_64 -m 2048 -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user,hostfwd=tcp:127.0.0.1:17564-:564,hostfwd=tcp:127.0.0.1:17010-:17010,hostfwd=tcp:127.0.0.1:17019-:17019,hostfwd=tcp:127.0.0.1:17020-:17020 -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=9front.qcow2.img -device scsi-hd,drive=vd0

your mileage might vary.

________________________________________
From: dusan3sic@gmail.com <dusan3sic@gmail.com>
Sent: Tuesday, August 22, 2023 18:07
To: 9fans
Subject: [9fans] Using 9front as a server

I want to use my 9front booted from QEMU as a server, so i can transfer files from linux to 9front, but it wont open any ports. Help
9fans<https://9fans.topicbox.com/latest> / 9fans / see discussions<https://9fans.topicbox.com/groups/9fans> + participants<https://9fans.topicbox.com/groups/9fans/members> + delivery options<https://9fans.topicbox.com/groups/9fans/subscription> Permalink<https://9fans.topicbox.com/groups/9fans/T1eb6489031b3e452-M8f4591713adaef40ef0cae4a>

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T1eb6489031b3e452-M4a19c21f41339a36bfcb0460
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  parent reply	other threads:[~2023-08-23 19:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 18:07 dusan3sic
2023-08-23  4:52 ` ori
2023-08-23  7:14   ` quiekaizam via 9fans
2023-08-23 19:30 ` Sebastian Higgins [this message]
2023-08-23 21:34   ` hiro
2023-08-26  8:55     ` dusan3sic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYYP286MB1955021EC007114561A27BE8CC1CA@TYYP286MB1955.JPNP286.PROD.OUTLOOK.COM \
    --to=bctnry@outlook.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).