9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] network cfg help, pls.
@ 2002-09-27 10:53 Peter A. Cejchan
  0 siblings, 0 replies; 3+ messages in thread
From: Peter A. Cejchan @ 2002-09-27 10:53 UTC (permalink / raw)
  To: 9fans

Hi,
could anybody help me, please, to write my /lib/ndb/local?

my name= neXt
my IP= 147.231.139.4
gateway= 147.231.137.1
netmask= 255.255.0.0
dns= 147.231136.10 ...
ether=nnnn

These settings work fine for me under linux; I must be making some mistake under Plan 9.

TIA,
--
++pac.

Peter A. Cejchan
Paleobiology Lab, GLU Acad. Sci. CZ
<pac@next.gli.cas.cz>
[http | ftp]://next.gli.cas.cz


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] network cfg help, pls.
  2002-09-27 13:58 Russ Cox
@ 2002-10-04 15:39 ` peter a. cejchan
  0 siblings, 0 replies; 3+ messages in thread
From: peter a. cejchan @ 2002-10-04 15:39 UTC (permalink / raw)
  To: 9fans

rsc@plan9.bell-labs.com (Russ Cox) wrote in message in termrc.
>
> 	ip/ipconfig -g 147.231.137.1 ether /net/ether0 add 147.231.139.4 255.255.0.0
>
> Russ

Yup!!! It works! Thanks, Russ!!!

++pac.

--------------------------------------------------
"Aaaaaaaaah, I see!", said Winnie the Pooh. However, in fact, he has
not get anything....
--------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] network cfg help, pls.
@ 2002-09-27 13:58 Russ Cox
  2002-10-04 15:39 ` peter a. cejchan
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2002-09-27 13:58 UTC (permalink / raw)
  To: 9fans

Assuming you are not using DHCP,

sys=neXt
	ip=147.231.139.4 ipgw=147.231.137.1 ipmask=255.255.0.0
	dns=147.231.136.10

The only part of that entry that actually gets
used is your own IP address (to locate the appropriate
entry) and the DNS server IP address (to start dns).
What really matters is your ip/ipconfig line in termrc.

	ip/ipconfig -g 147.231.137.1 ether /net/ether0 add 147.231.139.4 255.255.0.0

Russ


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-04 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-27 10:53 [9fans] network cfg help, pls Peter A. Cejchan
2002-09-27 13:58 Russ Cox
2002-10-04 15:39 ` peter a. cejchan

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).