Re: PPTP
- From: Alan Williams <ajw@xxxxxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 00:32:33 -0700
On Sep 27, 6:54 am, Rob Kendrick <n...@xxxxxxxx> wrote:
On Wed, 26 Sep 2007 07:01:35 -0700, Alan Williams wrote:
On Sep 26, 3:02 am, Rob Kendrick <n...@xxxxxxxx> wrote:
On Tue, 25 Sep 2007 04:32:28 -0700, Mike Carter wrote:
Does RISC OS support the Point-to-Point Tunneling Protocol yet?
Not to my knowledge. It's a pretty nasty Cisco/Microsoft hybrid VPN
protocol, for which there are numerous better alternatives that might be
worth you investigating.
But I doubt any of them will be available to RISC OS users, either.
B.
This does in fact raise some interesting questions about where in the
RISC OS network driver stack a VPN driver would actually fit.
Presumably it would have to provide a DCI4 device say pptp0, while
actually sitting on top of IP sockets at the same time. Effectively
connecting together the top and bottom of the IP stack.
Yes, I've been considering this problem. I have half of a "TUN/TAP" DCI4
driver to allow user land processes to inject and receive packets from the
IP stack written, which I started as both an effort to port OpenVPN as
well as a learning curve to eventually add networking support to ArcEm.
At some point, I'll find the time to finish it.
B.- Hide quoted text -
- Show quoted text -
Interesting.
I actually found another solutions by accident. If you run Virtual
RPC its TCPIP view is really the same as the windows host, so if you
have the VPN up in windows the RISC OS VM will see the machines at the
other end too.
I have some source to a DCI4 .1q vlan encapsulation layer some where,
this is not quite the same thing, though some bit may be
canibalisable. This is a RM with both DCI4 driver and protocol stack
semantics, as it sits on a driver and presents multiple virtual
devices to the protocol stacks above, tagging and untagging packet as
they pass up and down. I think it worked, can't say how stable it was
though. I haven't the need or the time to waste ;-) any more.
Alan
.
- Follow-Ups:
- Re: PPTP
- From: Rob Kendrick
- Re: PPTP
- References:
- Prev by Date: Re: Wireless Keyboard and Mouse
- Next by Date: Re: Wireless Keyboard and Mouse
- Previous by thread: Re: PPTP
- Next by thread: Re: PPTP
- Index(es):
Relevant Pages
|