Re: HOWTO: Fix boot to login screen
Quote:
Originally Posted by hypershadow66
Quote:
Originally Posted by Cisyouc
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
|
Question from the link, near the end it said you cant use both DMZ and forwarding, does this also mean that if Ports are Forwarded and Enabled, then if DMZ is also on none will work, or does DMZ cancel out the forwarded ports to forward all the ports? (sorry if this doesnt make sence)
|
If you have the ports forwareded and enabled and you switch on DMZ for that same host the router screws itself up and cancels out both the DMZ and forwarding settings (meaning nothing is forwarded anymore)
__________________
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.
|