Site Statistics
 
Threads: 4,039
Posts: 17,687
Members: 3,037
Users Online: 17
Newest Member: David.beckerham


Go Back   PC101 > Computer Related Forums > Software > Gaming

Gaming Computer gaming but console gaming is good too!


Reply
 
LinkBack Thread Tools Display Modes
Old 09-15-2006, 02:06 AM   #1
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Gunbound

I can' t play gunbound in my unversity. Could anyone help me to bypass the firewall or any other idea to play in my U ? HTTP-tunnel doesn't help...
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2006, 11:45 AM   #2
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
GunBound is a real pain in the butt.

You'll need to tunnel port 8372 to the world list server, port 8352 to the buddy list server, and ports 8360-8363 to the various game servers.

The additional problem is that the IP's of these servers change and are not published on GunBound.net. You have to contact GunBound Customer Care to get the current IP list.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2006, 04:00 AM   #3
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Any recommended software to tunnel these port ? It's quite difficult for me....
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2006, 11:31 AM   #4
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
I would probably start with netcat or netcat.

Before I started, however, I would find out:
  1. What ports my university allowed in and out
  2. How much trouble I could get in for violating the universities IT policies
  3. What IP addresses and ports Gunbound is currently using officially from Gunbound Customer Support
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 06:21 AM   #5
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
How can i get the ip address....

No idea for it....

I try to email them already, but they dont answer anything about the ip address....
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 08:36 AM   #6
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
They should be telling you the IP addresses that you need to connect to them. Or, they might be telling you the hostnames, which are effectively equivalent.

If not, you can get this same data from your firewall or router, if you have one.

If you don't have a firewall or router, you can get this data by running the `netstat -a` command while running Gunbound.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 11:39 AM   #7
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
I tried to ask the custumer support once again. Now waiting for the answer.
But anyway, i try netstat -a while running gunbound, i found this 61.74.68.176:8444.
This is the broker.gunbound.net ip ? If yes, by using netcat, how the syntax looks like ?
Is it "nc -l -p (open port in my U) 61.74.68.176 8444" ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 11:43 AM   #8
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Where is the box where you are running netcat from?

You must send the packets from your PC to the netcat box, which will then forward them to the Gunbound server.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 11:50 AM   #9
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
The box ? U mean nc.exe ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2006, 12:52 PM   #10
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
To get around the firewall, you will need to forward packets from your local computer to a remote computer (box) running netcat. You will do this on an open port, such as port 80.

Then, netcat will forward the packets - on the correct port - to the Gunbound servers.

I just want to make sure we're clear on that.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-26-2006, 10:08 AM   #11
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Hehe....
I guess i know what u mean.
The problem is i dont have any box....
Nvm... I learned a lot here...
Thanks will.
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-30-2006, 10:45 PM   #12
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Quote:
Originally Posted by Will.Spencer
GunBound is a real pain in the butt.

You'll need to tunnel port 8372 to the world list server, port 8352 to the buddy list server, and ports 8360-8363 to the various game servers.

The additional problem is that the IP's of these servers change and are not published on GunBound.net. You have to contact GunBound Customer Care to get the current IP list.
Assume that the box out of my U is listening at port 80 (nc -L -p 80 -e cmd.exe -d), and i connected to it (nc -v xxx.xxx.xxx.xxx 80) [pls correct me if somethings wrong]. Then what is the next step to tunnel all these ports ?
I dont know how the command line looks like. May it explain in step by step ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-03-2006, 02:08 AM   #13
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Quote:
Originally Posted by Kenshin
May it explain in step by step ?
OK, let's think this through together.

For Gunbound, you will need to redirect multiple ports. Let's focus first on port 8372, the world list server port.

On your gaming PC, you want to redirect the outbound connection to port 8372 to instead send traffic to port 80 on your remote PC.

To get the data to your server, you tell Gunbound that the world list server is on port 80 of your remote computer.

Then, on your remote computer, you tell netcat to listen on port 80:
Code:
nc -l 80
But wait... we also want to send that data onto the world list server, so how do we do that? Let's pipe the data from netcat to netcat!

Code:
nc -l 80 | nc xxx.xxx.xxx.xxx 8372
Make sense?
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-03-2006, 05:40 AM   #14
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Is it this mean "nc xxx.xxx.xxx.xxx 8372" is to connect to world list server while "nc -l 80" is to set my remote pc
to listen on port 80 ?

Then combine it together so that the data get from port 8372 will send to port 80 ?

If I'm correct, to get data from my remote pc, is it my gaming pc have to connect to it by "nc [remote pc IP] 80" ? (I'm trying to think before you give me the answer)

By the way, any configuration about the gunbound game in my pc ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2006, 10:08 AM   #15
Sophomore
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Any can help ?
I really know nothing about netcat....
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:34 AM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5