|
||||||||
From: "YvesDM" <ydmlog at gmail dot com> > Just experimental, i'm trying to get the GUI through the WAN interface. > http://doc.m0n0.ch/handbook/faq-webGUI-from-WAN.html > Bu somehow this doesn't work for me. > M0N0wall is running inside my local network for testing, > This is the rule i've added: > TCP | 192.168.2.145 | * | 192.168.2.162 | 443 (https) | remote Is "block private networks" still checked? If so, uncheck it. Also, pull down the config xml. Make it look like this. <rule> <type>pass</type> <interface>wan</interface> <protocol>tcp</protocol> <source> <any/> </source> <destination> <any/> <port>443</port> </destination> <descr>Allow remote admin</descr> </rule> |