From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 2 Apr 2007 18:32:28 -0300 From: "pedro henrique antunes de oliveira" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109188_22965853.1175549548979" Subject: [9fans] pppoe configuration Topicbox-Message-UUID: 3c56132a-ead2-11e9-9d60-3106f5b1d025 ------=_Part_109188_22965853.1175549548979 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, i've read http://lists.cse.psu.edu/archives/9fans/2005-August/042646.html post sequence, and i did try to configure pppoe in my plan9, but i cant.. here is what i've typed: glenda is in the sys group. (i'm logged as glenda) % 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 % net/dns -r # i typed that command to try to find dns for me % echo refresh >/net/dns # now this command gives no output.. % 9fs source srv: dial net"source"9fs: cs: can't translate address: dns: resource does not exist # even with these erros, i've tried a ping command % ip/ping -n 1 www.google.com ip/ping: coudn't dial icmp: www.google.com!1: cs: temporary problem: dns failure the lights of my moden are normal, as in my linux when i'm connected. When i did the first command (ip/pppoe -dP), i 'cat /net/ndb' and there was an ip adrres, ipgw address, dns address. i've tried to ping the ipgw too, but it sends a package and doesnt recieve response. at this point i rebooted the system and come to seach at 9fans, but i didnt find anything... anyone knows what can it be? Or where can i find something to help me to configure pppoe. ------=_Part_109188_22965853.1175549548979 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, i've read http://lists.cse.psu.edu/archives/9fans/2005-August/042646.html post sequence, and i did try to configure pppoe in my plan9, but i cant.. here is what i've typed:

glenda is in the sys group. (i'm logged as glenda)

% 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
% net/dns -r # i typed that command to try to find dns for me
% echo refresh >/net/dns # now this command gives no output..
% 9fs source
srv: dial net"source"9fs: cs: can't translate address: dns: resource does not exist
# even with these erros, i've tried a ping command
% ip/ping -n 1 www.google.com
ip/ping: coudn't dial icmp: www.google.com!1: cs: temporary problem: dns failure

the lights of my moden are normal, as in my linux when i'm connected.

When i did the first command (ip/pppoe -dP), i 'cat /net/ndb' and there was an ip adrres, ipgw address, dns address. i've tried to ping the ipgw too, but it sends a package and doesnt recieve response.

at this point i rebooted the system and come to seach at 9fans, but i didnt find anything...
anyone knows what can it be? Or where can i find something to help me to configure pppoe.

------=_Part_109188_22965853.1175549548979-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 2 Apr 2007 18:48:47 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <476dbcf7fb07b42957da1aeb55cd5c31@quintile.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109537_12756557.1175550527430" References: <476dbcf7fb07b42957da1aeb55cd5c31@quintile.net> Topicbox-Message-UUID: 3c642d66-ead2-11e9-9d60-3106f5b1d025 ------=_Part_109537_12756557.1175550527430 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i'll try but i think that i've already tried that. ------=_Part_109537_12756557.1175550527430 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i'll try but i think that i've already tried that.
------=_Part_109537_12756557.1175550527430-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> Date: Tue, 3 Apr 2007 21:06:28 +0900 From: "Vester Thacker" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 3cb8b87c-ead2-11e9-9d60-3106f5b1d025 On 4/3/07, pedro henrique antunes de oliveira wrote: > When i did the first command (ip/pppoe -dP), i 'cat /net/ndb' and there was > an ip adrres, ipgw address, dns address. i've tried to ping the ipgw too, > but it sends a package and doesnt recieve response. > > at this point i rebooted the system and come to seach at 9fans, but i didnt > find anything... > anyone knows what can it be? Or where can i find something to help me to > configure pppoe. Pedro, recycle (reset) the router and give it another try. Regards, Vester Thacker From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 3 Apr 2007 09:28:45 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5440_29098791.1175603325264" References: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> Topicbox-Message-UUID: 3cc0e5d8-ead2-11e9-9d60-3106f5b1d025 ------=_Part_5440_29098791.1175603325264 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Router? i do not have one. if i am sure, i have the moden and that is all. ------=_Part_5440_29098791.1175603325264 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Router? i do not have one.
if i am sure, i have the moden and that is all.
------=_Part_5440_29098791.1175603325264-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 3 Apr 2007 08:43:55 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> Topicbox-Message-UUID: 3cc50b7c-ead2-11e9-9d60-3106f5b1d025 On 4/3/07, pedro henrique antunes de oliveira wrote: > Router? i do not have one. > if i am sure, i have the moden and that is all. Vester means your DSL modem, but I doubt that is the problem, since you can send mail after rebooting into your other OS. Also the modem/router responded to your PPP negotiation and gave you an IP address, so it sounds like something is working. Could you write down the output of these commands? cat /net/ndb cat /net/iproute netstat -i Thanks. Russ From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 3 Apr 2007 10:20:23 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6004_29210211.1175606423684" References: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> Topicbox-Message-UUID: 3cc90916-ead2-11e9-9d60-3106f5b1d025 ------=_Part_6004_29210211.1175606423684 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline % ip/pppoe -P ... % cat /net/ndb ip=201.58.221.42 ipmask=255.255.255.255 ipgw=200.217.72.144 dns=200.165.132.147 dns=200.165.132.154 % cat /net/iiproute 0.0.0.0 /96 200.217.72.144 4 none - 200.217.72.144 /128 200.217.72.144 4ip ifc - 201.58.221.42 /128 201.58.221.42 4u ifc - % netstat -i pkt0 1482 201.58.221.42 /128 200.217.72.144 0 0 0 0 ------=_Part_6004_29210211.1175606423684 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline % ip/pppoe -P
...
% cat /net/ndb
ip=201.58.221.42 ipmask=255.255.255.255 ipgw=200.217.72.144
        dns=200.165.132.147
        dns=200.165.132.154
% cat /net/iiproute
0.0.0.0         /96  200.217.72.144  4    none   -
200.217.72.144  /128 200.217.72.144  4ip  ifc    -
201.58.221.42   /128 201.58.221.42   4u   ifc    -
% netstat -i
pkt0          1482 201.58.221.42   /128 200.217.72.144        0        0        0        0

------=_Part_6004_29210211.1175606423684-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c20704032112m8cb4b93t5c784455eef5bc7c@mail.gmail.com> Date: Wed, 4 Apr 2007 13:12:46 +0900 From: "Vester Thacker" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <32a656c20704030506v1c7edf69v22b7a46970c26b0a@mail.gmail.com> Topicbox-Message-UUID: 3d7e5d52-ead2-11e9-9d60-3106f5b1d025 On 4/3/07, pedro henrique antunes de oliveira wrote: > Router? i do not have one. > if i am sure, i have the moden and that is all. Apologies, I meant modem. Anyhow, I once had a similiar problem. I found that my modem was the culprit. My modem permitted only one computer access to the network. When swapping out computers and attempting to connect via pppoe, I was unable to connect. Only after resetting the modem was another computer permitted to access the network. Perhaps this is not your case, but I was hoping on an easy fix. Sorry for any confusion. --Vester From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3b33098b6dfe5d4b641120c9e9029601@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] pppoe configuration Date: Wed, 4 Apr 2007 06:16:13 +0200 From: lucio@proxima.alt.za In-Reply-To: <32a656c20704032112m8cb4b93t5c784455eef5bc7c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3d82d62a-ead2-11e9-9d60-3106f5b1d025 > When swapping out computers and attempting to connect via pppoe, I was > unable to connect. Only after resetting the modem was another computer > permitted to access the network. The 3Com ISDN modem router I'm using restricts access to the Internet to a list of workstations by IP address. This is slightly more complicated than the above, but it may also be relevant here. ++L From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 4 Apr 2007 09:53:01 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <3b33098b6dfe5d4b641120c9e9029601@proxima.alt.za> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13804_19353203.1175691181243" References: <32a656c20704032112m8cb4b93t5c784455eef5bc7c@mail.gmail.com> <3b33098b6dfe5d4b641120c9e9029601@proxima.alt.za> Topicbox-Message-UUID: 3da26b70-ead2-11e9-9d60-3106f5b1d025 ------=_Part_13804_19353203.1175691181243 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i've made the changes in the ppp.c file and the results are: i've changed, then connected (ip/pppoe -dP). this time i could ping my gateway (lost only 4 of 32), i've used the commands 'echo refresh >/net/cs' and 'ndb/dns -r' fallowed by a 'echo refresh ./net/dns'. when pinging www.google.com no output was given like: % ip/ping -n 1 www.google.com (nothing here) i've tried '9fs sources' too, term% 9fs sources post ... but nothing more that. i've rebooted the computer and later i come to plan9 to try more. this time every ping to my gateway was lost, '9fs sources' given a 'restricted address' error. in the 2 tries the pppoe debug info give me lines like SOME_NUMBER: ppp: putframe 0xHX_NUMBER nbytes and sometimes SOME_NUMBER: ppp: ppptimer i didnt remember that msg before changing the code. in the 2 times i've connected using the commands: ip/pppoe -dP (in window 1) 'echo refresh >/net/cs', 'ndb/dns -r' and 'echo refresh >/net/dns' (in window 2) i'm using the 'ndb/dns -r' because if i dont use it, the 'echo ... /dns' give me some error msg (i've told what is it in some msg before this one). that's all. ------=_Part_13804_19353203.1175691181243 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i've made the changes in the ppp.c file and the results are:


i've changed, then connected (ip/pppoe -dP). this time i could ping my gateway (lost  only 4 of 32), i've used the commands 'echo refresh >/net/cs' and 'ndb/dns -r' fallowed by a 'echo refresh ./net/dns'.

when pinging www.google.com no output was given like:

% ip/ping -n 1 www.google.com
(nothing here)

i've tried '9fs sources' too,

term% 9fs sources
post ...

but nothing more that.

i've rebooted the computer and later i come to plan9 to try more.

this time every ping to my gateway was lost, '9fs sources' given a 'restricted address' error.

in the 2 tries the pppoe debug info give me lines like


SOME_NUMBER: ppp: putframe 0xHX_NUMBER nbytes
and sometimes
SOME_NUMBER: ppp: ppptimer

i didnt remember that msg before changing the code.

in the 2 times i've connected using the commands:

ip/pppoe -dP (in window 1)
'echo refresh >/net/cs', 'ndb/dns -r' and 'echo refresh >/net/dns' (in window 2)

i'm using the 'ndb/dns -r' because if i dont use it, the 'echo ... /dns' give me some error msg (i've told what is it in some msg before this one).

that's all.
------=_Part_13804_19353203.1175691181243-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 4 Apr 2007 13:28:58 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16369_6906084.1175704138112" References: <32a656c20704032112m8cb4b93t5c784455eef5bc7c@mail.gmail.com> <3b33098b6dfe5d4b641120c9e9029601@proxima.alt.za> Topicbox-Message-UUID: 3da79adc-ead2-11e9-9d60-3106f5b1d025 ------=_Part_16369_6906084.1175704138112 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline if it can help, this is my /rc/bin/termrc file http://rafb.net/p/taDMvM12.txt i've added the line ip/ipconfig loopback /dev/null 127.0.01 in my termrc file, but for an error i've added ip/ipconfig loopback /dev/null 17.0.01 well, when i do 'ndb/dnsquery' then www.something.com it causes a '!dns failure' message. ip/ping 18.26.4.9 almost all requests wasn't lost (only 7 of 32 lost) later i modified the termrc to what it is (the first link) and the ping lost all requests and when i do 'ndb/dnsquery' i got that /srv/dns doesnt exists. i think that's all ------=_Part_16369_6906084.1175704138112 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline if it can help, this is my /rc/bin/termrc file http://rafb.net/p/taDMvM12.txt

i've added the line

ip/ipconfig loopback /dev/null 127.0.01

in my termrc file, but for an error i've added

ip/ipconfig loopback /dev/null 17.0.01

well, when i do 'ndb/dnsquery' then www.something.com it causes a '!dns failure' message.
ip/ping 18.26.4.9 almost all requests wasn't lost  (only 7 of 32 lost)


later i modified the termrc to what it is (the first link) and the ping lost all requests and when i do 'ndb/dnsquery' i got that /srv/dns doesnt exists.

i think that's all
------=_Part_16369_6906084.1175704138112-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Wed, 4 Apr 2007 13:13:52 -0400 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: 3dac65c6-ead2-11e9-9d60-3106f5b1d025 i didn't see from your termrc where you are starting pppoe, nor where you are configuring your network. where are these being configured? plan 9 doesn't need a loopback address (unless you're running venti). what was the error message that you saw? - erik On Wed Apr 4 12:28:58 EDT 2007, ph.rpguo@gmail.com wrote: > if it can help, this is my /rc/bin/termrc file > http://rafb.net/p/taDMvM12.txt > > i've added the line > > ip/ipconfig loopback /dev/null 127.0.01 > > in my termrc file, but for an error i've added > > ip/ipconfig loopback /dev/null 17.0.01 > > well, when i do 'ndb/dnsquery' then www.something.com it causes a '!dns > failure' message. > ip/ping 18.26.4.9 almost all requests wasn't lost (only 7 of 32 lost) > > > later i modified the termrc to what it is (the first link) and the ping lost > all requests and when i do 'ndb/dnsquery' i got that /srv/dns doesnt exists. > > i think that's all From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 4 Apr 2007 13:20:35 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 3db0db56-ead2-11e9-9d60-3106f5b1d025 Sorry, Pedro and I have been emailing offline and the thread here has gotten a little garbled. It looks like his ISP's ppp server doesn't like the way Plan 9's ppp client talks to it. In particular the server won't respond to an empty configuration request (meaning that the client has gotten all the info it needs). So we changed ppp to always include the negotiated IP address so that the config request is never empty. That seems to have gotten past the ppp problems. I suggested inserting the loopback ipconfig into /rc/bin/termrc before dns starts so that it would not be necessary to start dns after pppoe. (It's really a bit of a bug that dns refuses to run without an IP address in the first place). If dns is already running, then it is not necessary to echo refresh into any files after starting pppoe: ppp (which pppoe runs) knows to do that for itself. Russ From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 5 Apr 2007 08:59:45 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3202_3317325.1175774385385" References: Topicbox-Message-UUID: 3e044afc-ead2-11e9-9d60-3106f5b1d025 ------=_Part_3202_3317325.1175774385385 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i was doing some tests. I was noticing when the system was starting rio and reading the termrc a msg: 'can't read my ip address' and the line that was causing that is the 'ip/ipconfig loopback ...'., so i've commented that line and no more msg, well, so: term% ip/pppoe -P ... term% ndb/dns -r term% ndb/dnsquery > www.google.com ip.. ip.. ip.. > ^D well, the problem is that later i did that: term% ndb/dnsquery > www.gmail.com ... (nothing) in other console i've tried with other url and nothing too.. when i try to open any url with abaco ou links both programs stop working (not responding) I can ping IPs, so the problem isnt with pppoe (i think). ------=_Part_3202_3317325.1175774385385 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i was doing some tests. I was noticing when the system was starting rio and reading the termrc a msg:

'can't read my ip address'

and the line that was causing that is the 'ip/ipconfig loopback ...'., so i've commented that line and no more msg, well, so:

term% ip/pppoe -P
...
term% ndb/dns -r
term% ndb/dnsquery
> www.google.com
ip..
ip..
ip..
> ^D


well, the problem is that later i did that:

term% ndb/dnsquery
> www.gmail.com
... (nothing)

in other console i've tried with other url and nothing too..
when i try to open any url with abaco ou links both programs  stop working (not responding)

I can ping IPs, so the problem isnt with pppoe (i think).
------=_Part_3202_3317325.1175774385385-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 5 Apr 2007 09:01:51 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3210_9496174.1175774511338" References: Topicbox-Message-UUID: 3dfe30d6-ead2-11e9-9d60-3106f5b1d025 ------=_Part_3210_9496174.1175774511338 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline sorry for flood,. I've tryed star irc too, but nothing too. Haha, is there some way to write in english without using a lot of 'I'.. "i"... that is strange a lot. :D ------=_Part_3210_9496174.1175774511338 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline sorry for flood,.

I've tryed star irc too, but nothing too.



Haha, is there some way to write in english without using a lot of 'I'.. "i"... that is strange a lot. :D
------=_Part_3210_9496174.1175774511338-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c20704050702i18d63372r706c740d5503ffb3@mail.gmail.com> Date: Thu, 5 Apr 2007 23:02:40 +0900 From: "Vester Thacker" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 3dec643c-ead2-11e9-9d60-3106f5b1d025 On 4/5/07, pedro henrique antunes de oliveira wrote: > well, the problem is that later i did that: > > term% ndb/dnsquery > > www.gmail.com > ... (nothing) > I'm glad you've made progress. The following advice is assuming that you have a static global IP address. I haven't had the opportunity to try this with a dynamically assigned IP address. Do you have a "dnsdomain=" entry in /lib/ndb/local? If no, then add it. Here's an excerpt from a working /lib/ndb/local that you can use as a reference. ipnet=tip9ugtitech ip=131.112.14.0 ipmask=255.255.255.192 auth=mordor dns=131.112.14.2 dnsdomain=tip9ug.jp sys=mordor ip=131.112.14.44 ether=000e0c5e971c dom=mordor.tip9ug.jp auth=mordor.tip9ug.jp HTH, Vester From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4615151A.2010105@proweb.co.uk> Date: Thu, 5 Apr 2007 16:26:18 +0100 From: matt User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3e10444c-ead2-11e9-9d60-3106f5b1d025 One attempted, unsuccessfully, to use irc to solve one's problem. > sorry for flood,. > > I've tryed star irc too, but nothing too. > > > > Haha, is there some way to write in english without using a lot of > 'I'.. "i"... that is strange a lot. :D From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60704050837v3cf3ced8u42a2934e69e5e8f5@mail.gmail.com> Date: Thu, 5 Apr 2007 08:37:11 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <4615151A.2010105@proweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4615151A.2010105@proweb.co.uk> Topicbox-Message-UUID: 3df34978-ead2-11e9-9d60-3106f5b1d025 On 4/5/07, matt wrote: > One attempted, unsuccessfully, to use irc to solve one's problem. That had the makings of a haiku up until that last line ;-) > > sorry for flood,. > > > > I've tryed star irc too, but nothing too. > > > > > > > > Haha, is there some way to write in english without using a lot of > > 'I'.. "i"... that is strange a lot. :D > > From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 5 Apr 2007 16:42:11 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <3e1162e60704050837v3cf3ced8u42a2934e69e5e8f5@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7281_28820284.1175802131344" References: <4615151A.2010105@proweb.co.uk> <3e1162e60704050837v3cf3ced8u42a2934e69e5e8f5@mail.gmail.com> Topicbox-Message-UUID: 3e1b4f22-ead2-11e9-9d60-3106f5b1d025 ------=_Part_7281_28820284.1175802131344 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline a bit more tests... ip/ping -n 1000 in my ipgateway lost almost 950. ip/ping google, lost all (put it send the bytes) dnsquery on www.google.com and www;gmail.com return ips, but i've tried other ones www.oi.com.br www.uol.com.br www.bell-labs.com and nothing (dns failure for 3) i've ping the google ip too ip/ping -n 1000 googleip lost all. it's strange when i pingED the gateway, the firsts almost 50 returned and the others didn't. Vester, my IP changes everytime i connect to the internet, it isnt an fixed ip address. and about the /lib/ndb/local network database file, i've read that i dont need to care with it. to use ppp.. ------=_Part_7281_28820284.1175802131344 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline a bit more tests...

ip/ping -n 1000 in my ipgateway

lost almost 950.

ip/ping google, lost all (put it send the bytes)

dnsquery on www.google.com and www;gmail.com return ips, but i've tried other ones
www.oi.com.br www.uol.com.br www.bell-labs.com and nothing (dns failure for 3)

i've ping the google ip too
ip/ping -n 1000 googleip
lost all.

it's strange when i pingED the gateway, the firsts almost 50 returned and the others didn't.


Vester, my IP changes everytime i connect to the internet, it isnt an fixed ip address.
and about the /lib/ndb/local network database file, i've read that i dont need to care with it. to use ppp..

------=_Part_7281_28820284.1175802131344-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c20704051622t1a3c15dep7df041f2d6d0e870@mail.gmail.com> Date: Fri, 6 Apr 2007 08:22:24 +0900 From: "Vester Thacker" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4615151A.2010105@proweb.co.uk> <3e1162e60704050837v3cf3ced8u42a2934e69e5e8f5@mail.gmail.com> Topicbox-Message-UUID: 3eb5bf1c-ead2-11e9-9d60-3106f5b1d025 On 4/6/07, pedro henrique antunes de oliveira wrote: > > Vester, my IP changes everytime i connect to the internet, it isnt an fixed > ip address, and about the /lib/ndb/local network database file, i've read that i dont > need to care with it. to use ppp.. Sorry, just attempting to figure what you are missing if anything. Russ is perhaps correct, however try the following: Run off the live CD (Second option at the Plan 9 Startup Menu) and attempt to connect via pppoe. I am interested to see if you have the same issues. HTH, Vester From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 6 Apr 2007 07:33:13 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: <32a656c20704051622t1a3c15dep7df041f2d6d0e870@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11277_32871308.1175855593348" References: <4615151A.2010105@proweb.co.uk> <3e1162e60704050837v3cf3ced8u42a2934e69e5e8f5@mail.gmail.com> <32a656c20704051622t1a3c15dep7df041f2d6d0e870@mail.gmail.com> Topicbox-Message-UUID: 3f7000c0-ead2-11e9-9d60-3106f5b1d025 ------=_Part_11277_32871308.1175855593348 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I got this error msg: ip/pppoe: dial ether0!34915: '/net/ether0' cs: file does not exist In the first link i've posted says to verify if there is this file, if there isnt, add an entry to an 'table', but since i'm using the cd to boot i cant modify anything there to use there. ------=_Part_11277_32871308.1175855593348 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I got this error msg: ip/pppoe: dial ether0!34915: '/net/ether0' cs: file does not exist

In the first link i've posted says to verify if there is this file, if there isnt,  add an entry to an 'table', but since i'm using the cd to boot i cant modify anything there to use there.


------=_Part_11277_32871308.1175855593348-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 6 Apr 2007 06:40:41 -0400 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: 3fb2a0ba-ead2-11e9-9d60-3106f5b1d025 but you can! start ramfs. then copy the file you want to modify to /tmp. then edit (i think the install might already have started ramfs for you.) if files in /tmp are writable, it has.) in either event, then cp $file /tmp and edit. then bind /tmp/$file $file and you're done. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 6 Apr 2007 07:53:27 -0300 From: "pedro henrique antunes de oliveira" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11421_3579307.1175856807396" References: Topicbox-Message-UUID: 3fedbf10-ead2-11e9-9d60-3106f5b1d025 ------=_Part_11421_3579307.1175856807396 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hmm ok, but why are you interested in that? do you think that can be an instalation error? (would be good if it was :D ) ------=_Part_11421_3579307.1175856807396 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline hmm ok, but
why are you interested in that?

do you think that can be an instalation error? (would be good if it was :D )
------=_Part_11421_3579307.1175856807396-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 6 Apr 2007 09:37:44 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 401d0c2a-ead2-11e9-9d60-3106f5b1d025 There was no installation error. As I mentioned in an earlier email, traces from ppp showed that there is a misinteraction between Plan 9's ppp client and the ISP's ppp server, which we did fix enough to get connected. Unfortunately, the ppp does not seem to stay connected for very long, probably another ppp misinteraction. It has nothing to do with a failed installation: his binaries are fine (if buggy). Editing /lib/ndb/local is also not the problem. Ppp writes to /net/ndb with dns server and local ip information (as does ipconfig's dhcp client) -- if you only have a single machine that is automatically configured, you never need to touch /lib/ndb. Russ From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c20704060812n792e9481o13cd82e8191a8d48@mail.gmail.com> Date: Sat, 7 Apr 2007 00:12:02 +0900 From: "Vester Thacker" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] pppoe configuration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 4078021a-ead2-11e9-9d60-3106f5b1d025 On 4/6/07, pedro henrique antunes de oliveira wrote: > hmm ok, but > why are you interested in that? > > do you think that can be an instalation error? (would be good if it was :D ) I wanted to rule out the possibility of it being an installation error or a configuration error. --Vester