Jump to content

? servers

? players online

KScorp

Regular
  • Posts

    470
  • Joined

Everything posted by KScorp

  1. YES! THANK YOU! I tried SocksCap, that failed, causing steam to crash and generate strange error reports. (It might work if I play around with it more, but I just googled for other solutions...) However, I found ProxyCap, which worked like a charm. It's incredible easy, took all of 10 seconds to set up after installing, and it does exactly what I want: forwards ALL internet traffic through my tunnel (or any other proxy, for that matter). Not only that, but I can specify which programs or IPs or Ports to forward if I so desire. I can't thank you enough Dirkjr, both of your posts helped me a lot, and led me to a perfect fix. I'll edit my original post to show exactly what I did, if anyone ever want to do something like this again. I have yet to test this on my filtered WiFi connection but I'm confident it will work.
  2. I'm trying out what you said, Dirkjr, and I've found some handy articles, but are you sure it's OpenSSL you're talking about? I found plenty about OpenSSH, not so much with SSL. >. I'm having trouble getting my server to run, so I'll keep trying to get that to work, if you have any other tips for me please tell me. If this works I'll be extremely happy. EDIT: I've gotten an SSH SOCKs v5 Tunnel to work great with Firefox, although the only thing I've managed to do with it so far is proxy through Firefox. I followed this tutorial, but I still have to figure out how to tunnel other ports on my own, without needing to configure anything with them... might be tough. If you could explain more clearly how to set up an SSL (or SSH) tunnel, I'd greatly appreciate it. I couldn't understand what you did to get your tunnel to work.
  3. Demo

    Go into your console during a game by pressing tilde (~), then type "record ", replacing with whatever you want your demo to be called. When you want to stop recording, just type in "stop" in console. The game leaves it right in your game folder, which is located wherever you installed steam, then "steamapps/yourscreenname/game/game". For example, my demos are located in "C:\Program Files (x86)\Steam\steamapps\kscorp\garrysmod\garrysmod" for GMod demos.
  4. Parkour.

    Bump. Neji, if you're still trying to learn, get a few pointers from this guy: pXElh_VM0Uc
  5. You can ignore the pictures if you want, it's the text that gives the story. Assuming the story isn't complete bullshit, this seems like a promising way to help get healthier, although I do wonder exactly why this works. Also, I use Acai berry for my laundry, and it isn't half bad. Time to see what eating the stuff will do.
  6. I could change the MAC address, but that's easy as crap to detect, and they would shut down the wired access in my room. I would have done it before if there wasn't that hanging over my head. I wish they would unlock those ports, but as I said they only unlocked the bare minimum for "security." It wouldn't be difficult to set up Linux VPM on my home computer, hell I could even use a Live version if I really wanted. But it looks like all it's doing is setting up a VPN. I'll look into that second link you gave me more deeply. (Yes, I use Windows.) I'm hoping there is be an easier way to do this though... I'll keep trying to set it up, but if anyone knows a surefire way to go about this I'm all ears.
  7. See SOLUTION below for a step by step guide to how to set up a tunnel! With my university setting up some semi-harsh download limits for wired connections in their dorm rooms, I try to use their wireless connection when possible. However, nearly every port is blocked, whitelisting only the bare minimum, such as HTTP (80), among others. Needless to say, the only thing it's good for is surfing the internet. What I WANT to do is play some games, and download over steam. The problem is, I can't connect to Steam due the blocked ports. So, the new thing I'm trying to do is get all my traffic sent to my home computer, basically a proxy for everything. My first two attempts involved setting up a VPN. I HAVE managed to set up Hamachi, which works fine (but doesn't do what I want), and I also was able to set up a VPN through Windows (which doesn't work, but that's because I was connecting through Hamachi, whoops). Well, since I was doing all of this remotely, I ended up breaking the internet connection on the remote computer, so I can't really do anything anymore. D: I'll fix this later... But that's beside the point. Does anyone know how I can tunnel all my traffic through to my home computer? The limitations are the limited ports I have to work with. The end result I want is to be able to use any internet programs on my University's wireless network, regardless of the ports they need. Does anyone know of a way to go about this? EDIT: SOLUTION Here is a step by step guide on how to set up your internet to tunnel all traffic through to your home computer. What you need: - A computer that does not have restricted internet access. (I will refer to this as the server.) 1) Set up an SSH server on your home computer. This is a tough step that requires its own tutorial. I used the tutorial found here, but feel free to use other methods. The one I linked may not be desirable for everyone, since it makes quite a lot of changes to your computer. If you do follow the tutorial I linked to, follow it up until "Connect to your server", since that's what this tutorial will cover. 2) Install PuTTY on your client computer (that is, the computer that has restricted internet). You need either Windows or a UNIX operating system. If you have Windows, simply download putty.exe. For UNIX, download the appropriate source and compile it. (I will not go into how to do that here.) 3) Install ProxyCap. This is a 30-day trial program, but it does what we need very easily. I'll look for a free alternative later. 4) Now that everything is installed, we have to set up each program. The SSH server should be set up correctly if you followed the tutorial correctly. However, it's important that you forwarded port 22 (or whatever port you used for your server) on the router your server is connected to. 5) Time to set up PuTTY. Run PuTTY.exe. The first window open should be "Session". Under "Host Name", put in the IP of your server. 6) Under connection type, select SSH. The port will change to 22, which I hope is not a port that your university limits. If it is, you'll have to set up your SSH server to listen on a different port that your university doesn't block. If you can surf the web, 80 and usually 443 should be OK, but there are other risks to opening those ports. 7) Under saved sessions, name your connection something, and hit "Save". This will allow you to easily connect in the future. 8) Now, on the left, go to Connection > SSH > Tunnels. Both the checkboxes under Port forwarding should be left unchecked. Under "Add new forwarded port", put in 55555 as the source port. (You can put in any number between 1 and 65535 if you desire, but I advise against using ports below 1000, as many ports underneath that are reserved for other purposes. I'll simply be using 55555 to refer to the number you decide to put in.) For destination, put "localhost", without quotes. Mark the "Dynamic" radio button, and the "Auto" selection. Finally, hit the "Add" button on the right. Under "Forwarded ports", "D55555" should appear. 9) You finished configuring PuTTY! Go back to the Session category on the left, and save your settings again. Test your connection by hitting "Open" on the bottom. (Make sure your server is running!) 10) If your connection works, it will ask for the password to your server. Otherwise, there can be many ways that the connection failed. Double check that you set up the server correctly, and that the ports for the server are forwarded correctly. Also make sure PuTTY has the correct IP and port selected. 11) If PuTTY connects correctly, the last thing to do is set up ProxyCap. Run ProxyCap, right click on the icon in your system tray, and select preferences. Go to Ruleset > Proxies on the left. Press the "New Proxy" button on the top right (it's the left most button, and looks grayred out). 12) For "Type", select SOCKS5. For "Host", put in localhost. For "Port", put in 55555. 13) Now, under Ruleset > Rules, create a new rule (unless one exists already will every field at "All"), clicking the "New Rule" button on the top right. Here, make sure "Redirect through proxy" is set, "Not restricted" is set, "All Programs" is set, destination IP range is "Not Restricted", and both TCP and UDP are checked. Hit OK. 14) Close the preferences tab, and make sure the ProxyCap icon isn't greyed out in the system tray. If it is, right click and select "Enable". 15) At this point, you should be all set! You'll know everything is working if you go into your web browser, go to whatismyip.com, and the IP that shows up is the IP of your server. And that's that. I'm currently looking for a working free ProxyCap alternative, so expect an update (possibly soon) if I find one. Please tell me if there are any mistakes in my tutorial.
  8. Allow me to redirect you to where this video belongs: http://www.steam-gamers.net/forum/showthread.php?t=17015 In fact, let me redirect you to the very page this video was already posted in: http://www.steam-gamers.net/forum/showthread.php?t=17015&page=91 Exhibit A of redundant threads: http://www.steam-gamers.net/forum/showthread.php?t=40489
  9. Should be an announcement or sticky.
  10. Nope, try again.
  11. Registered. Also have two suggestions: 1) Can you make the timezone selection thing use the standard +/- GMT selection box? For instance, GMT - 5:00. It's just easier than looking through the huge list of choices, unless you have a solid reason for using that massive list. 2) Warn users that the confirmation email can end up in the junk folder. I use Hotmail, and the confirmation email ended up in junk. Also, in your FAQ, there is a small spelling error in "How do I delete one of my photos?". It says the action can not be "redone", should be "undone". I won't be using the site since I have no interest in photography, but I hope your project turns out alright regardless.
  12. You pay a lot more just because it has the alienware brand attached. I looked at the first build, total shit for the price. 3GB ram, 500GB HDD, i3?! The 480 is the only thing it has going for it. Needless to say, the first one won't last for 4 years, just because it has 3GB ram. The second one will, but it's way more than you should be paying for it. Both of them cost way more than they should...
  13. i need help

    Just pick a long phrase and take the first/second letter of each word to make your password. Jpalpattfsloewtmyp
  14. Damn, I wasn't expecting him to be that close to the ground coming down, it must have taken a lot of planning... The suit is made to catch some air and inflate like that, to provide firmer and more aerodynamic wings. And it's a normal parachute that slows him down, he's probably not going that much faster than if he were simply skydiving.
  15. Ignorant of what exactly? First off, as many have said, existence or lack thereof of a higher power can't be proven (which is something you know judging from your second paragraph), but you're saying everyone should simply believe there is no higher power? I'm having a hard time following your reasoning, unless you're writing the post under the assumption that there is no higher power. Obviously, if proof existed that there was no higher power (which is likely impossible), then people who worshiped something which was known not to exist, that would be ignorant. It would also be ignorant to not have a belief if there WAS proof of a higher power. But no such proof exists, so it would be ignorant to judge either those who believe or those who don't, as you have. As for the reasons people follow their religious laws, it's the same as the reason they follow the laws of where they live and why they can create their own personal restrictions (like being a vegetarian, or vowing to never buy a Mac). Religious laws, state laws, and personal restrictions may or may not have a good reason behind them, so why single out religion? (After all, I'm sure many Americans have drank alcohol while they were underage and specifically forbidden by their state laws...)
  16. That's an assumption as well. Also, I don't think anyone here has stated "My religion is right and yours is wrong" yet, or try to prove one side over the other, so I don't see your point.
  17. I think he's just trying to say that "solid facts" aren't always as solid as people may think. It was only a few hundred years ago that rocks fell to the earth and birds flew because "that was where their rightful place was".
  18. 10 pages on a controversial topic, and no flame war. I'm proud of you SG. Also Kiwi, don't try to turn it into a flame war. The intent was "Do you believe in a higher power?" or "Do you not believe in a higher power?". And the main purpose is for discussion, not the poll.
  19. Gravy.
  20. Found a new gametype, TTT, and loved it. After joining a bunch of random servers, I stuck with SG as it was almost always full and well moderated. A bit later, joined the forums, and got CSS to play on all the other servers.
  21. I don't like this song one bit, but she should be able to make a decent song. In this one, her singing and the music don't match at all. As for lyrics, I tend not to judge an artist on the lyrics from just one song, as those tend to vary a lot.
  22. wtf?

    Omar?
  23. Indeed. If you know how to work telnet, just click here: telnet:towel.blinkenlights.nl Otherwise, here's the easy-access version: http://www.asciimation.co.nz/#
  24. Draw an Ace of Spades.
  25. Da Bears

    I dunno if you can call them better if they get 18 penalties. For what was it, 159 yards? And a handful of those penalties were likely game changing: Interception was null, gave bears another 3 tries at the goal line, pass interference across the field. And a blocked field goal attempt... I'd say this game was more about the Packers losing than the Bears winning. Also, Hester is still my favorite player. Every time he's returning the ball I hold my breath.
×
×
  • Create New...