DaemonForums  

Go Back   DaemonForums > Other Operating Systems > Other OS

Other OS Any other OS such as Microsoft Windows, BeOS, Plan9, Syllable, and whatnot.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 27th January 2015
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default Plan 9 network configuration

I am running Plan 9 From Bell Labs inside Virtualbox 4.3.20 r96996. It installed successfully and I've used acme to edit /lib/ndb/local to append my local network settings
Code:
ipnet=192.168.1.0 ipmask=255.255.255.0 ip=192.168.1.100
         ipgw=192.168.1.1
         dns=xxx.xxx.xxx.xxx
         dns=xxx.xxx.xxx.xxx
But I'm unable to ping www.yahoo.com. I've read the Network Configuration page for Plan 9 but I must be missing something. I login as user "glenda" and am using rio as the window manager.

Okay, I just rebooted and the network wasn't working so I ran
Code:
% ip/ipconfig -g 192.168.1.1 ether /net/ether0 192.168.1.100 255.255.255.0
% ndb/dns -r
And get
Code:
% ip/ping www.yahoo.com
sending 32 64 byte messages 1000 ms apart to icmp!www.yahoo.com!1
0: rtt 39824 us, avg rtt 39824 us, ttl = 254
1: rtt 45950 us, avg rtt 42887 us, ttl = 254
2: rtt 40231 us, avg rtt 42001 us, ttl = 254
Now if I want to update using http://www.plan9.bell-labs.com/wiki/...te/index.html:
Code:
% pull
% 9fs sources
Both give me
Code:
srv: dial tcp!sources.cs.bell-labs.com!9fs: cs: can't translate service
bind: /n/sources/plan9: '/n/sources/plan9' does not exist
servermount: bind 249: bind

Last edited by gpatrick; 27th January 2015 at 11:34 AM.
Reply With Quote
  #2   (View Single Post)  
Old 27th January 2015
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default

Code:
% ndb/csquery
> net!plan9.bell-labs.com!9fs
translating net!plan9.bell-labs.com!9fs: cs: can't translate
service
Code:
% ndb/dnsquery
> bell-labs.com ns
bell-labs.com ns    txextdns.alcatel-lucent.com
bell-labs.com ns    deextdns.alcatel-lucent.com
bell-labs.com ns    sgextdns.alcatel-lucent.com
bell-labs.com ns    ilextdns1.alcatel-lucent.com
bell-labs.com ns    ilextdns2.alcatel-lucent.com
bell-labs.com ns    frextdns.alcatel-lucent.com
So I have network connectivity. My two questions are:
1) How do I get network connectivity to persist on reboot?
2) I have Internet connectivity given the results of ndb/dnsquery, so why does "9fs sources" fail?

Last edited by gpatrick; 27th January 2015 at 11:33 AM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plan 9 may not be dead yet. guitarfreak Other BSD and UNIX/UNIX-like 8 20th December 2014 10:18 PM
KVM Virtual Machine network configuration J65nko Other BSD and UNIX/UNIX-like 3 2nd December 2014 06:00 AM
Network Card Configuration Freeco FreeBSD Installation and Upgrading 6 8th May 2010 11:11 AM
.plan file, add picture ascii Simon OpenBSD General 5 29th April 2010 04:53 PM
Network configuration issue (gateway(s)) amorphousone OpenBSD General 3 25th November 2009 04:53 AM


All times are GMT. The time now is 11:54 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick