9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Colin DeVilbiss <crdevilb@mtu.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] successful install, iffy setup
Date: Sun, 16 Jul 2000 17:18:51 -0400	[thread overview]
Message-ID: <20000716171851.A387@crdevilb.bresnanlink.net> (raw)

hi; I have successfully installed plan9v3 on a laptop in the past 2
days.

I have 3 questions:

1: how do I mount an ext2 filesystem?  I grok using /srv/dos for FAT
   filesystems, but I don't see a parallel for the ext2 side of things (I
   live in linux most of the time.)

2: is there a simple web browser for plan9? even an html viewer less
   complex than html2ms | troff | page or the like?

3: how do I get my network set up like I did in linux? I understand that it
   should be much simpler than it was for linux (1 file, etc), but I can't
   seem to make it work.

   I am behind a ip-masqueraded firewall, and our subnet is 192.168.0.xx
   (192.168.0.0 subnetmask 255.255.255.0).  our server/gateway (linux)
   is 192.168.0.1 internally.

   to deal with this in linux, I just do the following at boot time:

   ifconfig eth0 192.168.0.69         # my local address
   route add default gw 192.168.0.1   # all requests go through the server

   after that, everything just works under linux.

   I have gotten the first part done I think:

   ip/ipconfig ether /net/ether0 192.168.0.69

   but I don't see how to set up the gateway.

   the only relevant information in the linux config files as far as I
   know:

   /etc/resolv.conf:
   domain my.domain
   ns my.ns.1
   ns my.ns.2
   search search.1 search.2

   if someone could explain to me how to pattern-match the above into a
   working /lib/ndb/local and/or /rc/bin/termrc, I would much appreciate
   it.

thanks in advance for any help;
cat flames > /dev/null

-- 
Colin DeVilbiss
crdevilb@mtu.edu


             reply	other threads:[~2000-07-16 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-16 21:18 Colin DeVilbiss [this message]
2000-07-17  0:17 Russ Cox

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=20000716171851.A387@crdevilb.bresnanlink.net \
    --to=crdevilb@mtu.edu \
    --cc=9fans@cse.psu.edu \
    /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).