Ive discovered the possible issue, its that the firewall refuses all external connections on the port. Happily I finally got it to work with my external Address.
I added this on line 146
host.AllowNatTraversal(true);
Changed the Address for listening to my Network Address
(192.168.1.103)
Then I added a firewall exception for my EXE.
Now, the only issue is the Framerate. I have to further investigate this, but as long as It can connect, I at least have a base for what I can use for my game.
Ill have to prompt the use for their Network IP or use some other means of locating it, as well as code that Uses FirewallAPI.dll to automatically add an exception (If It can do that, but I read it in the article you sent

)
Thanks for the code!
EDIT: Im using SGDK 2.1.9 for this, with the NET Framework 4.0 even though it might already be obvious
