Valhalla Legends Archive

General => General Discussion => Topic started by: Lenny on September 05, 2005, 08:08 PM

Title: Substituting UDP support
Post by: Lenny on September 05, 2005, 08:08 PM
Is it possible to bypass a firewall which doesn't allow UDP?  Could it be possible to substitute a UDP socket with a TCP socket?
Title: Re: Substituting UDP support
Post by: Kp on September 05, 2005, 08:16 PM
Quote from: Lenny on September 05, 2005, 08:08 PMIs it possible to bypass a firewall which doesn't allow UDP?  Could it be possible to substitute a UDP socket with a TCP socket?

Sure, but it won't do you much good if the other end isn't expecting the substitution.  What're you trying to accomplish?
Title: Re: Substituting UDP support
Post by: Lenny on September 05, 2005, 08:21 PM
Well I'm mainly trying to enable some form of UDP support for my current network.  As most know, it's the main protocol used by most games. 
Title: Re: Substituting UDP support
Post by: Eric on September 05, 2005, 10:19 PM
Enable UDP?
Title: Re: Substituting UDP support
Post by: iago on September 06, 2005, 09:00 AM
On Starcraft, unless your firewall/router is broken, you should be able to join games.  If you send the initial packet, an "associated" rule will be around for the connections, and it will be smart enough to NAT them at you.  You won't be able to receive packets out of the void, so you can't create a game, but that's ok. 

I don't think there's any way to get around it, unless everybody agrees to tunnel it over tcp. 

Why don't you forward UDP-6112?
Title: Re: Substituting UDP support
Post by: Lenny on September 06, 2005, 11:26 AM
Well I can't access the the firewall permissions.  Outgoing UDP is also blocked...

I may have to VPN with a more 'open' connection to get around this, if it's even possible.
Title: Re: Substituting UDP support
Post by: iago on September 06, 2005, 02:22 PM
If you can't send any UDP what-so-ever, life sucks.  There are ways to get around it, but none of them are pretty.  Either use an axe to destroy your firewall, or change to a different ISP.  Or write an angry letter to your ISP. :)