2012-06-16 - [GRASE-Hotspot] #72: Allow and block ports - with logs
Header Data
From: GRASE Trac <tr***c@grasehotspot.org>
Message Hash: a582616dda3716d1f7bf76ae4fe5f4bf18d2928efc38dc92cb359f28e7579881
Message ID: <050.ed2d9417ed9cd620be38e67ea2ab2ded@grasehotspot.org>
Reply To: N/A
UTC Datetime: 2012-06-16 02:51:04 UTC
Raw Date: Sat, 16 Jun 2012 09:51:04 -0000
Raw message
#72: Allow and block ports - with logs
-----------------------------+-----------------
Reporter: sean schneeweiß | Owner: tim
Type: task | Status: new
Priority: major | Milestone: 3.8
Component: Admin Interface | Version: 3.7
Keywords: |
-----------------------------+-----------------
It would be good to write an interface into the admin section to
select all ports allowed, or a selection.
Just to allow important ports like smtp, imap, pop, or any software ports
being used by the guests.
ipup.sh
ipt -I POSTROUTING -t nat -o $HS_WANIF -j MASQUERADE '''changed to'''
ipt -I POSTROUTING -t nat -o $HS_WANIF --dport 443 -j MASQUERADE
ipt -I POSTROUTING -t nat -o $HS_WANIF --dport 110 -j MASQUERADE
ipt -I POSTROUTING -t nat -o $HS_WANIF --dport 25 -j MASQUERADE
ipt -I POSTROUTING -t nat -o $HS_WANIF --dport xx -j MASQUERADE
etc...
--
Ticket URL: <http://trac.grasehotspot.org/ticket/72>
GRASE Hotspot <http://grasehotspot.org/>
GRASE Hotspot bug tracker
Thread
- Return to June 2012
-
Return to January 2013
-
Return to “GRASE Trac <tr***c@grasehotspot.org>”
- 2012-06-16 (Sat, 16 Jun 2012 09:51:04 -0000) - [GRASE-Hotspot] #72: Allow and block ports - with logs - GRASE Trac <tr***c@grasehotspot.org>
- 2013-01-29 (Tue, 29 Jan 2013 10:43:21 -0000) - Re: [GRASE-Hotspot] #72: Allow and block ports - with logs - GRASE Trac <tr***c@grasehotspot.org>