Re: PF messing with my PPPoE test or am I just confused...?

2011-01-04 Thread Henning Brauer
* Jonathan Rogers thatseattle...@gmail.com [2011-01-04 02:30]:
 If I had the option of installing a more recent OS I would have done
 that, and I would not have posted the question. v3.8 help was
 explicitly asked for. A reply of form well, on a higher version of
 the OS there are other ways to do it is (a) obvious and (b)
 completely unhelpful in this context.

you are on your own, then. the supported releases right now are 4.7
and 4.8, period.

as if anyone remembers details from a release 5 years ago. and... why
bother. 

-- 
Henning Brauer, h...@bsws.de, henn...@openbsd.org
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting


Re: PF messing with my PPPoE test or am I just confused...?

2011-01-02 Thread David Walker
... per your other thread also ...

Sorry to point out the obvious but 3.8?
Can you install 4.8?

# cat hostname.pppoe0
pppoedev vr0
authproto chap
authname 'username'
authkey 'password'
up
inet 0.0.0.0 255.255.255.255
dest 0.0.0.1
!/sbin/route -v add -inet default -ifp pppoe0 0.0.0.1

As far as pf.conf goes again 3.8 is a long time ago.

pass out on pppoe0

... or ...

pass out on pppoe0 from (pppoe0) to any

... etcetera.
That's 4.7 onwards.

Best wishes.