Hi all,<br>
<br>
I've been thinking of reconfiguring my dsl connection lately and something in the docs has me a bit confused. <br>
<br>
Current setup is :<br>
<br>
DSL MODEM -> OpenBSD FW (3.7) -> Linksys WRT54G -> switch<br>
<br>
Which leaves me with a wholly unnecessary network segment.<br>
<br>
What I want is:<br>
<br>
DSL MODEM (as bridge only) -> OpenBSD FW (running ppp and pppoe)
-> switch   (with my Linksys Wireless router just acting
as an AP off the switch)<br>
<br>
Taking the WRT54G out of the picture for non wireless clients, and bridging the modem.<br>
<br>
<br>
<br>
The thing that I'm hesitating on is the pppoe setup on the FW. For the
most part it seems pretty straight forward between the FAQ and the
relevant man pages... but here's the thing:<br>
<br>
My DSL provider uses PPPoA. In the FAQ I see this:<br>
<br>

The main software interface to PPPoE/PPPoA on OpenBSD is
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a>,
which is a userland implementation (in much the same way that we described
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>,
above).
A kernel PPPoE implementation,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=4">pppoe(4)</a>,
has been incorporated into OpenBSD.<br>
<br>
which seems to indicate that pppoe will work with either PPPoE or
PPPoA. The man pages make no reference to PPPoA at all, however. My
searches of the archives and Google have turned up some rather old
posts, one suggesting that special hardware is required for PPPoA, and
another that _appears_ to indicate that it isn't.<br>
<br>
So..... can anyone shed some light here? I could just try it out, but I'd rather be a bit more confident before I do. <br>
<br>
The modem also offers a "half-bridge" mode which theoretically
authenticates to the ISP and then passes the IP back to the router.
Assuming that special HW is required, could this be used instead?<br>
<br>
<br>
Anyhow thanks for any insight....<br>
<br>
<br>
-Jonathan<br>