Line 5: |
Line 5: |
| | | |
| ===FAQs=== | | ===FAQs=== |
− |
| |
| *I want to have two WAN addresses; one for the SMESERVER and another that needs to be treated like a "Local Network". I can't set any address from the WAN subnet as a "Local Network". | | *I want to have two WAN addresses; one for the SMESERVER and another that needs to be treated like a "Local Network". I can't set any address from the WAN subnet as a "Local Network". |
| | | |
| This is intended behaviour as SMESERVER is secure by design. If you need to do something like this, you should know what you are doing and understand what to poke under the covers. | | This is intended behaviour as SMESERVER is secure by design. If you need to do something like this, you should know what you are doing and understand what to poke under the covers. |
− |
| |
− |
| |
| | | |
| ===DB Settings=== | | ===DB Settings=== |
Line 30: |
Line 27: |
| | | |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
− |
| |
| | | |
| *I want to block traffic from some ip-addresses to my server on some port. | | *I want to block traffic from some ip-addresses to my server on some port. |
Line 49: |
Line 45: |
| /sbin/e-smith/expand-template /etc/rc.d/init.d/masq | | /sbin/e-smith/expand-template /etc/rc.d/init.d/masq |
| /etc/init.d/masq restart | | /etc/init.d/masq restart |
− |
| |
| | | |
| ====Block outgoing ports==== | | ====Block outgoing ports==== |
Line 118: |
Line 113: |
| | | |
| Note: The first sed is to remove the entry, the last second is to remove the comma at the beginning, the second for a comma at the end and the last to remove the double comma when an entry is removed at the middle of the list. | | Note: The first sed is to remove the entry, the last second is to remove the comma at the beginning, the second for a comma at the end and the last to remove the double comma when an entry is removed at the middle of the list. |
− |
| |
| | | |
| Disable bypass: | | Disable bypass: |
Line 126: |
Line 120: |
| service masq restart | | service masq restart |
| signal-event reboot | | signal-event reboot |
− |
| |
− | <noinclude>[[Category:Howto]]</noinclude>
| |
| | | |
| ===Open Ports in Private Server/Gateway Mode=== | | ===Open Ports in Private Server/Gateway Mode=== |
− |
| |
| *I want to hide all ports, so I put my SMESERVER in PRIVATE SERVER/GATEWAY mode. I can still see some ports are open. | | *I want to hide all ports, so I put my SMESERVER in PRIVATE SERVER/GATEWAY mode. I can still see some ports are open. |
| | | |
Line 151: |
Line 142: |
| signal-event post-upgrade | | signal-event post-upgrade |
| signal-event reboot | | signal-event reboot |
| + | |
| + | <noinclude> |
| + | ---- |
| + | [[Category:Howto]] |
| + | [[Category:Administration]]</noinclude> |