Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread mjacob
On 08.06.2007, at 20:31, [EMAIL PROTECTED] wrote: The only problem here is that this isn't a solution for providing routing for somebody else's Class C block. Why? inetnum: 192.109.197.0 - 192.109.197.255 netname: LEMIS-LAN descr:LEMIS Lehey Microcomputer Systems descr:

Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread Achim Patzner
On 08.06.2007, at 20:31, [EMAIL PROTECTED] wrote: The only problem here is that this isn't a solution for providing routing for somebody else's Class C block. Why? inetnum: 192.109.197.0 - 192.109.197.255 netname: LEMIS-LAN descr:LEMIS Lehey Microcomputer Systems descr:

Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread mjacob
I've used OpenVPN myself to tunnel official IP addresses to my (dynamic) DSL link at home. You need to have a server outside somewhere, of course, but that shouldn't I find that vtun is a pretty reliable and less heavyweight solution for this- I use it to get a tunnel to a secondary lab of m

Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread Oliver Fromme
Stefan Bethke wrote: > Greg 'groggy' Lehey wrote: > > How do I terminate the IP-IP tunnel at my end? > > I'm using OpenVPN for similar porposes, albeit on lower latency DSL > links. OpenVPN can run over UDP or TCP, and can work through NAT, > and e

Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread Stefan Bethke
Am 08.06.2007 um 17:47 schrieb Oliver Fromme: While OpenVPN works well usually, it is generally not advisable to run it over TCP, especially if your link is not guaranteed to have 0% packet loss, which might be the case for satellite links. Running OpenVPN over UDP is fine. Sure, but slightly

Re: Can anybody terminate an IP-IP tunnel for me?

2007-06-08 Thread Stefan Bethke
Am 08.06.2007 um 05:41 schrieb Greg 'groggy' Lehey: How do I terminate the IP-IP tunnel at my end? I'm using OpenVPN for similar porposes, albeit on lower latency DSL links. OpenVPN can run over UDP or TCP, and can work through NAT, and even with dynamic IPs. Stefan -

Can anybody terminate an IP-IP tunnel for me?

2007-06-07 Thread Greg 'groggy' Lehey
24 net block (192.109.197.0/24). One alternative would be to route the block through an IP-IP tunnel from somewhere else in the Internet. I see a couple of potential problems with this approach: * I need somebody to provide the service. Do you know of anybody who can help here, for a reasonable p

Re: IP tunnel

2000-05-22 Thread Mike Nowlin
> Can anyone tell me the difference between nos-tun(8) and gif(4) (Other > than IPv6)? I want to create a tunnel between 2 networks (IPv4), 2 > FreeBSD boxes... will one of these work or is this a different type > of tunnel. I am familiar with Cisco tunnelling, I am assuming a similar > concept

IP tunnel

2000-05-22 Thread Nick Rogness
Can anyone tell me the difference between nos-tun(8) and gif(4) (Other than IPv6)? I want to create a tunnel between 2 networks (IPv4), 2 FreeBSD boxes... will one of these work or is this a different type of tunnel. I am familiar with Cisco tunnelling, I am assuming a similar concept. Anyone