Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: xboxer21 on December 11, 2008, 10:57:31 PM

Title: Cant access sme services from outside the network
Post by: xboxer21 on December 11, 2008, 10:57:31 PM
Looks like messed up something on my SME server. It is set up as a gateway + Server. I'm unable to access my web page or even SSH from an outside network. All necessary ports are open. I Think I might have messed something up when i was making some changes. Can someone please let me know how I can fix the firewall or bring it back to its Virgin state?

Here is what I've tried so far:
Upgraded to 7.4 from 7.3
Deleted all port forwarding rules from the server-manager and ran

Code: [Select]
signal-event remoteaccess-update
Logged in as admin and Ran Reconfigure
None of these have helped so far.

Thanks for any help.
Title: Re: Cant access sme services from outside the network
Post by: cactus on December 12, 2008, 02:53:03 PM
Can someone please let me know how I can fix the firewall or bring it back to its Virgin state?
Not with this minimum amount of information. What service are you trying to access? Is that service running, did you check? Is there another router/firewall in the chain between ISP and WAN side of your SME Server?
Did you configure your remote access settings properly?
Title: Re: Cant access sme services from outside the network
Post by: gzartman on December 14, 2008, 01:18:32 AM
I am fairly sure executing the post-install event will reset all major SME services based on the configuration dbase:

signal-event post-install

You could also access the SME Console and run through the "Configure this Server" option.  You will likely need to change something so that the configuration utility will identify that you want it to reconfigure your server.   I would suggest enabling/disabling DHCP, saving setting, then running through the Configure this Server utility again and reset your DHCP settings.
Title: Re: Cant access sme services from outside the network
Post by: akhilmathema on December 15, 2008, 04:10:10 AM
The very first step is to check your external Interface. Make sure the outer interface is correct one.
# config show ExternalInterface
You can also verify in the file "/etc/rc.d/init.d/masq"
$OUTERIF=eth1  or eth0..?
Title: Re: Cant access sme services from outside the network
Post by: xboxer21 on December 16, 2008, 05:52:19 PM
I am fairly sure executing the post-install event will reset all major SME services based on the configuration dbase:

signal-event post-install

You could also access the SME Console and run through the "Configure this Server" option.  You will likely need to change something so that the configuration utility will identify that you want it to reconfigure your server.   I would suggest enabling/disabling DHCP, saving setting, then running through the Configure this Server utility again and reset your DHCP settings.


Thanks gzartman that did the trick!!
I disabled DHCP & enabled it and everything was back to normal.