[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] First steps into Sausalito
- Subject: RE: [cobalt-developers] First steps into Sausalito
- From: Mat Schaffer <mschaffer@xxxxxxxxxxxxxxxxxxx>
- Date: Mon Feb 12 03:33:01 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> -----Original Message-----
> From: Richard Davis [mailto:richard.davis@xxxxxxxxxxxx]
> Putting the pkg together and installing the software is not a
> problem. The
> query is whether there is a way to add functionality to the
> cce to achieve
> this or whether is it better to simply bipass this and query the (vpn)
> configuration direct using php.
AFAIK, there aren't any holds in cce for such a thing. All the objects
in there also seem to be compiled in, so their attributes can't be
changed. Also, from my experience, it looks like the configuration is
stored in seperate objects for each service, which limits you more,
since there's not one big "Configuration" class.
This is all due to observation though, and not attempting to do it
myself. Sorry I couldn't be of more help. But you'll probably just be
better off accessing the configuration file directly.
> We currently have a VPN solution for the Cobalt Qube Hardware, which
> utilises our own release of Linux (based around Red Hat) and our own
> WebOffice software, which replaces the current software
> build. I am looking
> to back port the vpn part of this solution as a plug in for
> the Qube 3,
> running the original software package and cobalt kernel.
>
> The back end is in place and is working well on a linux -
> linux connection,
> using a kernel module compiled for the Qube's current kernel.
Sounds like good stuff. If you can, let me know if that plugin for the
Qube3 is ever released.
-Mat