On 3 Feb 2009 at 9:57, Ed D. wrote:
> Hi Everybody,
> Have been wanting to change over to using the kernel PPP
> for the last few versions, but keep getting stuck.
>
> I'm running AMD64 hardware, and getting ready to upgrade to
> OpenBSD 4.4 on my firewall/router.
>
> I've looked over ppp(8) and Googled for OpenBSD kernel PPP
> setup in various forms, and still I'm not clear on how to set this
> up for 5 static IP addresses.
>
> Is there a clear setup guide somewhere for this that works for
> version 4.4?
>
> I just don't seem to be able to find anything that's clear and
> concise on what I need to do.
> Especially for multiple static IP's.
>
> Hope somebody can steer me in the right direction.
>
> Call me dense...
> I'm trying to "RTFM", but I'm still not seeing it. :-)
> Thanks, Ed
>
> _______________________________________________
Hi Everybody,
Thought I'd revive this old thread o pass this along.
In case this can help anybody else, a few weeks ago, I
had access to a non-production machine that I could
fool around with until I got Kernel Mode PPPoe working
with a block of 5 IP addresses.
I tried several combinations of things in
hostname.pppoe0 and finally got it to
work with
# cat hostname.pppoe0
inet 0.0.0.0 255.255.255.255 NONE pppoedev re0 authproto pap authname
"username" authkey "password" up
dest 0.0.0.1
!/sbin/route add default -ifp pppoe0 0.0.0.1
inet alias xxx.xx.106.58 255.255.255.255 NONE
inet alias xxx.xx.106.59 255.255.255.255 NONE
inet alias xxx.xx.106.60 255.255.255.255 NONE
inet alias xxx.xx.106.61 255.255.255.255 NONE
in pf.conf I set my external interface:
ext_if="pppoe0"
(I hope I haven't forgotten something, but that was the main thing)
In the end it was simple to add the extra 4 IP addresses.
I just never found any examples of other people doing it
with more than one IP address that worked for me.
Hope this can be of help to somebody, Ed from Indiana
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies