ICMP Port Unreachable

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
xiphirx
Chaos Rift Junior
Chaos Rift Junior
Posts: 324
Joined: Mon Mar 22, 2010 3:15 pm
Current Project: ******** (Unkown for the time being)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

ICMP Port Unreachable

Post by xiphirx »

Source Code: http://pastebin.com/dFauJigw

Hey there,

When I send a packet back to the client, I receive a "ICMP Port Unreachable" message in WireShark. The client is on a PSP so there is no firewall on the clients side. I do have a firewall on my PC, but turning it off did nothing. The game I'm developing this for has an official server tool that works flawlessly without anything else other than port-forwarding (which I have done)

The server is able to receive packets from the client perfectly. :|

Anyone have an idea as to what is going on?
StarCraft II Zerg Strategy, open to all levels of players!

Looking for paid work :< Contact me if you are interested in creating a website, need a web design, or anything else you think I'm capable of :)
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: ICMP Port Unreachable

Post by Falco Girgis »

Do you not have to forward any ports on the client end?
User avatar
xiphirx
Chaos Rift Junior
Chaos Rift Junior
Posts: 324
Joined: Mon Mar 22, 2010 3:15 pm
Current Project: ******** (Unkown for the time being)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: ICMP Port Unreachable

Post by xiphirx »

GyroVorbis wrote:Do you not have to forward any ports on the client end?
Nope. :/
StarCraft II Zerg Strategy, open to all levels of players!

Looking for paid work :< Contact me if you are interested in creating a website, need a web design, or anything else you think I'm capable of :)
Post Reply