Re: in-kernel pppoe troubles

2007-02-05 Thread Gregory Edigarov
Andrey Shuvikov wrote: On 2/5/07, Gregory Edigarov <[EMAIL PROTECTED]> wrote: because it doesn't work completely. What does it mean? Any error messages? Also the content of hostname.pppoe0 and hostname.nve0 could be useful. Bu the way, does GENERIC have nve0 device? nve0 == nfe0. sorry abou

Re: in-kernel pppoe troubles

2007-02-05 Thread Andrey Shuvikov
On 2/5/07, Gregory Edigarov <[EMAIL PROTECTED]> wrote: because it doesn't work completely. What does it mean? Any error messages? Also the content of hostname.pppoe0 and hostname.nve0 could be useful. Bu the way, does GENERIC have nve0 device?

in-kernel pppoe troubles

2007-02-05 Thread Gregory Edigarov
Hello, Using 4.0-RELEASE GENERIC kernel, and nve0 as my NIC just tried to configure kernel level pppoe to connect to my ISP and got troubled because it doesn't work completely. My ifconfig line mostly follows what I found in ifconfig(8) and pppoe(4) manual pages, except for I use chap authori

Re: PPPoE troubles.

2005-10-01 Thread Marcos Vinicius Buzo
Thanks for all your replies. I will test the userland pppoe too. I solved my problem, I just removed a clean /etc/mygate file, and it worked fine using the pppoe kernel implementation. It is really normal to have a 0.0.0.1 gateway, it worked very fine. Thanks again :) []s On 10/1

Re: PPPoE troubles.

2005-10-01 Thread Pedro Martelletto
On Sat, Oct 01, 2005 at 07:04:47PM -0300, Pedro Martelletto wrote: > On Sat, Oct 01, 2005 at 05:36:24PM -0300, Marcos Vinicius Buzo wrote: > > Does anybody here live in Brazil and use the adsl link from telefonica and > > can get it working with OpenBSD/pppoe ? > > No. I've a friend who uses PPPoE

Re: PPPoE troubles.

2005-10-01 Thread Pedro Martelletto
On Sat, Oct 01, 2005 at 07:23:55PM -0300, Marcos Vinicius Buzo wrote: > Yes Pedro, I live in the state of Sao Paulo. I used that configuration > because is how the man 4 pppoe is telling i should do, these adresses should > be replaced with the adresses I would receive from my ISP. Oh, so never mi

Re: PPPoE troubles.

2005-10-01 Thread Marcos Vinicius Buzo
Yes Pedro, I live in the state of Sao Paulo. I used that configuration because is how the man 4 pppoe is telling i should do, these adresses should be replaced with the adresses I would receive from my ISP. A typical */etc/hostname.pppoe0* file looks like this: pppoedev ne0

Re: PPPoE troubles.

2005-10-01 Thread Jason McIntyre
On Sat, Oct 01, 2005 at 07:04:47PM -0300, Pedro Martelletto wrote: > > > !/sbin/ifconfig \$if inet 0.0.0.0 0.0.0.1 netmask 0x > > !/sbin/route add default 0.0.0.1 > > Why are you doing this? You're setting your gateway to 0.0.0.1. > it is correct for this scenario - pppoe(4) explains wh

Re: PPPoE troubles.

2005-10-01 Thread Pedro Martelletto
Hi Marcos, I never used PPPoE myself, but let me try to help you out... On Sat, Oct 01, 2005 at 05:36:24PM -0300, Marcos Vinicius Buzo wrote: > I live in Brazil and my connection is an ADSL link with Telefonica. Then you probably live somewhere in the state of Sao Paulo :-) > !/sbin/ifconfig \$

PPPoE troubles.

2005-10-01 Thread Marcos Vinicius Buzo
Hi all, I Am a new OpenBSD user and I am trying to set up a home router with OpenBSD, but I am having some troubles with pppoe. I live in Brazil and my connection is an ADSL link with Telefonica. My ip/gateway are both set dynamically. Here's my /etc/hostname.pppoe0 file: pppoedev rl1 !/sbin/ifco