Page 1 of 1

Web interface stop working after change listening IP

Posted: Thu Nov 26, 2015 11:23 am
by cwh168998
MY system crashed. I reinstalled SUSE 11.4 and mwesd 3.0.03(64).
The web interface was working fine when I first use 127.0.0.1, but it can only listening on server. So I changed it to 192.132.21.68. after I changed it and restarted mwesd, the web interface stopped working. I used netstat -nl to check. there is no port opening on 4044 any more. I checked /var/log/mwes/mail.log. there is no error. now I can not check or do any change to mwesd. Please help

part of the log file:
2015-11-25 17:09:41 [2766100256] Info: web_hostname::192.132.21.68
2015-11-25 17:09:41 [2766100256] Info: web_port::4044
2015-11-25 17:09:41 [2766100256] Info: DatabaseManager::UpgradeDatabase - version 37 ok
2015-11-25 17:09:41 [2766100256] Info: Open database....
2015-11-25 17:09:41 [2766100256] Info: Initialising database configure table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database white listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database black listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database filter black listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database filter white listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database rbl listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database quarantined table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database gray listing table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database white listing ip table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database black listing ip table....
2015-11-25 17:09:41 [2766100256] Info: Initialising database user table....

Re: Web interface stop working after change listening IP

Posted: Fri Nov 27, 2015 7:39 am
by nick.bolton
Can you go to MWES>>Settings>>Setup>>Check, and press the 'System Check' button. That will tell you what's wrong.

Re: Web interface stop working after change listening IP

Posted: Tue Dec 01, 2015 8:32 am
by cwh168998
Is there any other way to do it? Because the web page stopped working.

Re: Web interface stop working after change listening IP

Posted: Tue Dec 01, 2015 8:37 am
by nick.bolton
Not really. Can you go to mwes.db in /opt/mwes and go to the configure table and you can change the web hostname there. If you leave it blank it will bind to all interfaces.

It's an SQLite database if you can find a tool online to access it.