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.
|