Quote:
Originally Posted by jimbox114
hmm thanks for the suggestions all. I guess before I invest anything into this I will set up a test server and try and figure out how to get it to go around my router. I tried running a eqemu server a LONG time ago, but this was like over a year ago when the emu didn't hardly work right to begin with. Also since then I have gotten a different router. I had some generic no name before, now I got a linksys.
|
I have a router and people can connect to my server fine and Im not using DMZ. Contact me on AIM (TheBigSim03) sometime next week when Im home and Ill tell you exactly how my router is set up.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|