Re: OpenBSD pppoe and Bell Fibe

2022-02-25 Thread Brodey Dover
Hi Stuart, You got it right off the bat. I removed mtu config, replaced NONE with 0.0.0.1 and removed the dest line. Booted up and voila, a workable WAN IP address using pppoe passthrough. It seems like the realtek card may be holding back performance as I'm only pulling in 800Mbps or perhaps it

Re: OpenBSD pppoe and Bell Fibe

2022-02-20 Thread Stuart Henderson
I would recommend trying it like my example, there is a race condition when you list the destination address separately. -- Sent from a phone, apologies for poor formatting. On 20 February 2022 16:50:35 Brodey Dover wrote: You make a very good point about attaching the configuration :-).

Re: OpenBSD pppoe and Bell Fibe

2022-02-20 Thread Brodey Dover
You make a very good point about attaching the configuration :-). inet 0.0.0.0 255.255.255.255 NONE mtu 1500 pppoedev re0 authproto pap authname 'username' authkey 'password' up dest 0.0.0.1 !/sbin/route add default -ifp pppoe0 0.0.0.1 That should help. Thank you, On Sun, 20

Re: OpenBSD pppoe and Bell Fibe

2022-02-20 Thread Stuart Henderson
On 2022-02-19, Brodey Dover wrote: > Hello all, > > I've configured hostname.pppoe0 and hostname.re0 as per the pppoe manpage > for OpenBSD (I'm running 7) and I'm unable to successfully leverage the > Bell HomeHub 4000's pppoe passthrough. I've verified that passthrough does > work with my

OpenBSD pppoe and Bell Fibe

2022-02-19 Thread Brodey Dover
Hello all, I've configured hostname.pppoe0 and hostname.re0 as per the pppoe manpage for OpenBSD (I'm running 7) and I'm unable to successfully leverage the Bell HomeHub 4000's pppoe passthrough. I've verified that passthrough does work with my Windows 7 laptop, however, I just can't get

Re: OpenBSD PPPOE

2020-01-25 Thread Andrey Korobkov
Andrey Korobkov writes: > Hello, > > I've already had the similar (same?) issue with PPPoE on OpenBSD 6.5 and > 6.6 when I tried to simply use the example from man pppoe(4). > > After looking through source code I thought it's like needed > configuration structs are not fully populated (missed

Re: OpenBSD PPPOE

2020-01-25 Thread Andrey Korobkov
peterwkc writes: > Dear All, > > I would like to setup my openbsd as router. > /etc/hostname.fxp0 > up > > /etc/hostname.pppoe0 > pppoedev fxp0 authproto pap authname "" authkey "" up > dest 0.0.0.1 > !/sbin/route add default -ifp pppoe0 0.0.0.1 > > > Not able to get a connection. What wrong

Re: OpenBSD PPPOE

2020-01-23 Thread Sacha
Hey, * /etc/hostname.vlan500 # hostname.vlan500 vnetid 835 parent parent fxp0 up * /etc/hostname.pppoe0 #hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev vlan500 authproto pap \ authname "" authkey "" up dest 0.0.0.1 !/sbin/route add default -ifp pppoe0 0.0.0.1 For debuging:

Re: OpenBSD PPPOE

2020-01-23 Thread Peter J. Philipp
On Thu, Jan 23, 2020 at 05:59:20AM +0800, Peter Wong wrote: > The hostname.filename should follow vlan or vnetid? > > Regards, > -- > Peter Wong > 016-396 3326 Hi, In my router I have 3 vlans configured so far. I seem to have created the hostname.if arbitrarily

Re: OpenBSD PPPOE

2020-01-22 Thread Peter Wong
The hostname.filename should follow vlan or vnetid? Regards, -- Peter Wong 016-396 3326 On Wed, Jan 22, 2020 at 2:35 PM Peter J. Philipp wrote: > On Wed, Jan 22, 2020 at 09:49:18AM +0800, Peter Wong wrote: > > Yes, my ISP operate pppoe with vlan. How to configure

Re: OpenBSD PPPOE

2020-01-21 Thread Peter J. Philipp
On Wed, Jan 22, 2020 at 09:49:18AM +0800, Peter Wong wrote: > Yes, my ISP operate pppoe with vlan. How to configure my fxp0 using vlan id > 500? > > > Regards, > -- > Peter Wong > 016-396 3326 Hi Peter Wong, My PPPoE router uses VLAN id #7 (IEEE 802.1q protocol),

Re: OpenBSD PPPOE

2020-01-21 Thread Peter Wong
Yes, my ISP operate pppoe with vlan. How to configure my fxp0 using vlan id 500? Regards, -- Peter Wong 016-396 3326 On Wed, Jan 22, 2020 at 6:10 AM Joe Cook wrote: > Hi, > > In my experience, PPPoE operates on a VLAN and not directly on an > interface like fxp0.

Re: OpenBSD PPPOE

2020-01-21 Thread Todd C . Miller
On Mon, 20 Jan 2020 22:42:51 -0700, peterwkc wrote: > /etc/hostname.pppoe0 > pppoedev fxp0 authproto pap authname "" authkey "" up > dest 0.0.0.1 > !/sbin/route add default -ifp pppoe0 0.0.0.1 > > Not able to get a connection. What wrong with it? Try using authproto chap instead of pap and see

Re: OpenBSD PPPOE

2020-01-21 Thread jrmu
Can you provide me with some more information? Perhaps run dmesg or check /var/log/messages ? You may also want to reboot your PC and test ping to see where the network error lies. jrmu On Mon, Jan 20, 2020 at 10:42:51PM -0700, peterwkc wrote: > Dear All, > > I would like to setup my openbsd

Re: OpenBSD PPPOE

2020-01-21 Thread Mihai Popescu
$man pppoe or http://man.openbsd.org/pppoe

OpenBSD PPPOE

2020-01-21 Thread peterwkc
Dear All, I would like to setup my openbsd as router. /etc/hostname.fxp0 up /etc/hostname.pppoe0 pppoedev fxp0 authproto pap authname "" authkey "" up dest 0.0.0.1 !/sbin/route add default -ifp pppoe0 0.0.0.1 Not able to get a connection. What wrong with it? -- Sent from: