Displaying 2 results from an estimated 2 matches for "intracity".
Did you mean:
intercity
2005 May 26
1
About tunnels
...private network (and the firewall) to access the private IPs of
computers behind the NAT/firewall.
ie.
ALPHA BETA
10.0.0.0/8 - CentOS4 - internet - CentOS4 - X.Y.Z.0/24
Private IPs Firewall Firewall Public IPs
and NAT
now the internet is intracity, within one provider and decently safe (6
hops), but still some sort of encryption would be nice... (otherwise I'd
just use ip tunnel).
How do I allow both BETA and X.Y.Z.0/24 to connect to the private IPs?
Should I use CIPE? IPSEC? something else? any good howtos?
Preferably something fast...
2000 Sep 15
0
More on parallelism
Many of you probably remember the flurry of posts that I created a few
weeks ago about writing a parallel vorbis encoder. Here's what I have
been doing since...
Someone (I can't remember who offhand -- might have been Greg) mentioned
using threads instead of MPI for parallelism on the argument that more
people have SMPs than who have (and know how to use) an MPI
implementation.
Good