I think you are saying your network is now configured like this:
Internet
/ \
| WiFiRouter
\ / \
SMEServer LAN_Workstations
And you want to drop the 'Internet -> SMEServer' link:
Internet
|
WiFiRouter
/ \
SMEServer LAN_Workstations
If I'm right then you need to:
- Create port-forwarding rules on your WiFiRouter for ports 80 (http) and https( 443) to the LAN IP of your SMEServer
- Test access from the Internet to your SME using the WAN IP of the WiFiRouter (it should work)
- [add]Change DNS for SME domain from SME WAN IP to WiFiRouter WAN IP[/add]
- Re-run SME setup and change your operation mode from 'Server and gateway' to 'Server-only'
- Make sure you are only running one DHCP server on your LAN (either on the SME or on the WiFiRouter, but not both)
You can re-run the SME Setup program from the system console by logging in as 'admin', or from an ssh session by logging in as root and running
su adminIn either case, you need to select
2. Configure this serverAll options will default to their current values; don't change anything except the operation mode and you should be fine.
You'll need to reboot your SME when you're done.