PDA

JOIN THE FORUM LOUNGE!

By Joining The Forum Lounge you will be able to see the pictures in this thread and post a reply. Also, after 25 posts you'll be able to see the hidden forums as well!

It's free and all of your information is confidential.

Click here to begin interacting!
Click here to register

Join in on this Discussion and see the pictures. Click here-> : Proxy servers?


Tony
10-02-2006, 09:11 PM
Are there any good ones out there? My stupid co workers got me on that shit and now i want to see who is messaging me but my work wont let me get to the site.:screwyou:

Animal
10-02-2006, 10:19 PM
VPN > Proxy. Proxy just reroutes some traffic through another server, no encryption. VPN encapsulates the entire network connection to the server's LAN, can be set up with 128bit payload encryption, plus 128bit encapsulation. No way in hell anyone's gonna crack that shit; especially if you use a key pair rather than a password.

Most internet traffic is sent like a postcard, headers (Source, destination, timestamp, etc) are all on the front, and the request/response is on the back (HTTP POST someimage.jpg, or the image itself). Anyone along the way can see that packet (postcard) and examine the contents. Encryption only hides the payload data, equivalent of sending a letter rather than a postcard. Anyone can see who it's headed to and who sent it, but you need the private key to open the envelope.

VPN encapsulation takes the envelope, sticks it in a big package that's headed to the server. Server takes that box, opens it up, takes out the envelope and opens it (It can still contain another envelope, if for example you're going to your banks website or online shopping), and the server becomes the source and destination to the remote server. The only thing you'll see between the VPN client and server is traffic between the client and server. There's no way to determine what ports the client is accessing, or what kind of data is going over that connection.

[Client PC: ISP connection with ISP's IP address(63.12.34.56), 2nd interface with VPN-assigned IP(192.168.0.4)]
|
v
{{ Secure tunnel through public internet }}
|
v
[ VPN server with firewall, external IP 157.54.32.1, NAT to LAN IP 192.168.0.1, running DHCP server]
|
v
{{ Previously secured internet traffic to destination server }}

dunno, kinda hard to describe. Hope this at least sort of makes sense.

Basically, look around for a VPN server rather than a proxy if you're trying to hide what you're doing at work.

Tony
10-02-2006, 10:24 PM
No need to hide it. The company i work for is about as computer savvy as my ex. She still thinks AOL has the Best software available.

Tony
10-02-2006, 10:30 PM
The only thing they can figure out is when a large file (1 MB or larger) is saved on the computer. Wait no they cant. They only know if someone installs new software on the PC.

JOIN THE FORUM LOUNGE!

By Joining The Forum Lounge you will be able to see the pictures in this thread and post a reply. Also, after 25 posts you'll be able to see the hidden forums as well!

It's free and all of your information is confidential.

Click here to begin interacting!
Click here to register