View Single Post
  #2  
Old 08-21-2004, 03:23 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: HOWTO: Fix boot to login screen

Quote:
Originally Posted by molimo140
It will ask you for a Start Port, and an End port and the IP address you want them forwarded to (Your INTERNAL ip address).
Most routers I've seen don't, actually. They ask for 1 port per row.

Also,
http://www.eqemulator.net/forums/viewtopic.php?t=14112
__________________
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