9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] IP on boot time
@ 2007-04-07  9:46 Phil Kulin
  2007-04-07 12:51 ` erik quanstrom
  2007-04-07 13:45 ` Russ Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Kulin @ 2007-04-07  9:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Can I configure IP interface at boot time for my standalone cpu/file server?
Experiment with bootargs shows that is not possible.
I want to listen my fossil in it config, but it can not because
"fossil(#S/sdC0/fossil)...listen: announce 'il!192.168.1.6!17008':
announce writing /net/il: not a local IP address"

-- 
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin


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

* Re: [9fans] IP on boot time
  2007-04-07  9:46 [9fans] IP on boot time Phil Kulin
@ 2007-04-07 12:51 ` erik quanstrom
  2007-04-07 13:45 ` Russ Cox
  1 sibling, 0 replies; 3+ messages in thread
From: erik quanstrom @ 2007-04-07 12:51 UTC (permalink / raw)
  To: 9fans

i think this info is in the plan9.ini man page.  here's
from one of our servers

bootargs=il -g 205.185.197.254 ether /net/ether0 205.185.197.2 255.255.255.0

(you probablly want to drop the il business -- we use ken's fs.)

- erik

> Can I configure IP interface at boot time for my standalone cpu/file server?
> Experiment with bootargs shows that is not possible.
> I want to listen my fossil in it config, but it can not because
> "fossil(#S/sdC0/fossil)...listen: announce 'il!192.168.1.6!17008':
> announce writing /net/il: not a local IP address"
> 
> -- 
> Non nobis Domine non nobis sed Nomini Tuo da gloriam
> Phil Kulin



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

* Re: [9fans] IP on boot time
  2007-04-07  9:46 [9fans] IP on boot time Phil Kulin
  2007-04-07 12:51 ` erik quanstrom
@ 2007-04-07 13:45 ` Russ Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Russ Cox @ 2007-04-07 13:45 UTC (permalink / raw)
  To: 9fans

> Can I configure IP interface at boot time for my standalone cpu/file server?
> Experiment with bootargs shows that is not possible.
> I want to listen my fossil in it config, but it can not because
> "fossil(#S/sdC0/fossil)...listen: announce 'il!192.168.1.6!17008':
> announce writing /net/il: not a local IP address"

For a standalone machine, IP configuration happens
after starting fossil, so you can't specify an IP address
like you are doing. 

However, you can announce il!*!17008 and tcp!*!564
and then fossil will listen on all subsequently-configured 
interfaces.

Russ



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

end of thread, other threads:[~2007-04-07 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-07  9:46 [9fans] IP on boot time Phil Kulin
2007-04-07 12:51 ` erik quanstrom
2007-04-07 13:45 ` Russ Cox

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