From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <476dbcf7fb07b42957da1aeb55cd5c31@quintile.net> From: "Steve Simon" Date: Mon, 2 Apr 2007 22:44:07 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3c5c6586-ead2-11e9-9d60-3106f5b1d025 > % ip/pppoe -dp > # username, password... debuge info... > % echo refresh >/net/cs > % echo refresh >/net/dns > /net/dns : rc: can't open '/net/dns' mounted directory forbids creation Nearly right, I think you just need to run the dns server after you logged into pppoe like this: ip/pppoe -dp # username, password... debuge info... % echo refresh >/net/cs % ndb/dns -r % echo refresh >/net/dns % ... etc -Steve