|
Re: maximum performance for 100Mbit/s - how to optimize: msg#00467network.openvpn.user
Am Donnerstag, 24. Juni 2004 16:09 schrieb John Tracke: > [...] > My rough question is : how to optimize this? We don't rely on encryption > between those servers, the radio ciphers by itself on its 'hardware' layer > and we don't suspect anyone to sniffer on optical lines. We simply would > like to transfer maximum rates from one end to the other. Do those servers > need upgrade? What parameters should be used for this kind of application? Why using a vpn software for just tunneling data? If you don't want/need encryption then you should take a lot at iproute2. With this tool you are able to build tunnels over IP (without using tcp or udp). It uses it's own protocol, just like the esp/ah protocol from ipsec (but has nothing to do with encryption). take a lot at: "ip tunnel help" and maybe: http://snafu.freedom.org/linux2.2/iproute-notes.html But sadlly there is not so much information available for iproute2. Even many good administrators doesn't know this tool... "ip" from iproute2 is a very very good replacement for ifconfig/route/arp + has some more functions like source routing, tunnel (even ipv6 in ipv4) etc. But iproute2 can nicely coexist with the old tools. You can even mix the commands up and for example add one route with the classical "route add" and one with: "ip route add" :) But I am asking myself why tunneling all this traffic? If I got you right, then this gigabit/radio network has nothing to do with the internet. Why then not just routing the networks? Or have I missed something? --Ralph ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: maximum performance for 100Mbit/s - how to optimize: 00467, Jon Bendtsen |
|---|---|
| Next by Date: | Passing remote routes: 00467, Jeff Borders |
| Previous by Thread: | Re: maximum performance for 100Mbit/s - how to optimizei: 00467, Jon Bendtsen |
| Next by Thread: | Re: maximum performance for 100Mbit/s - how to optimize: 00467, Dick St.Peters |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |