View Single Post
  #7  
Old 03-11-2005, 08:07 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by mrea
Chances are you shouldn't use DMZ. DMZ opens every single port to the computer you'll point it to. Meaning that computer is very unsafe. I don't know what the ports are off of the top of my head but I know it is a set number.

To access router settings, in your browser go to http://192.168.1.1 or http://192.168.0.1. Those ones are the most common. Good luck
Its not a set number. You need 9000 for world and then whatever zoneserver ports you have.
__________________
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.
Reply With Quote