Bug 242363 - Unable to Add Ports using System->Administration->Firewall and SELinux ->FirewallOptions->Otherports->Add(enter any port value)->Apply->Ok
Summary: Unable to Add Ports using System->Administration->Firewall and SELinux ->Fire...
Keywords:
Status: CLOSED DUPLICATE of bug 227285
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-securitylevel
Version: 7
Hardware: i386
OS: Linux
low
high
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-03 18:07 UTC by Rajkumar_C
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-08 15:15:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rajkumar_C 2007-06-03 18:07:15 UTC
Description of problem:

Unable add 8080 webache port by following System->Administration->Firewall and
SELinux->Otherports->Add.

Also unable add 9090, 143, 25 any ports through the above.

Also Unable to disable the firewall.

I disable the firewall and close the window. When i open the window again the
firewall is enabled.


Version-Release number of selected component (if applicable):
output of the command "rpm -q --qf "%{SOURCERPM}\n" -f
/usr/share/system-config-securitylevel/system-config-securitylevel.py"

is given below

system-config-securitylevel-1.7.0-1.fc7.src.rpm


How reproducible:
Unable add 8080 webache port by following System->Administration->Firewall and
SELinux->Otherports->Add.

Also unable to add any port number.


Steps to Reproduce:
1.System->Administration->Firewall and SELinux->FirewallOptions->Otherports->
Add ( ports = 8080 or any other port number) (protocol= tcp)
2.Apply
3.Ok
  
Actual results:


Expected results:


Additional info:

Comment 1 Jack Deslippe 2007-06-05 05:05:44 UTC
I can confirm this bug - the system-config-securitylevel (the Firewall and
SELinux GUI) does not keep any changes I set.  

For the help of the poster I WAS able to change these settings by using the
terminal version system-config-securtitylevel-tui.  If you really need to make
changes use that.

Comment 2 Jack Deslippe 2007-06-05 05:06:11 UTC
(forgot to add myself to the cc list)

Comment 3 Rajkumar_C 2007-06-06 17:37:27 UTC
(In reply to comment #2)
> (forgot to add myself to the cc list)

hai,
thanks for your replay.

I open the required ports by adding port opening commands in the
"/etc/sysconfig/iptables" file. 

Then restart the iptables service. since i only use ipv4 in my pc.

Comment 4 Rajkumar_C 2007-06-06 17:43:51 UTC
hai,

I added the line to the "/etc/sysconfig/iptables" file.

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport <port_no> -j
ACCEPT

Comment 5 Thomas Woerner 2007-06-08 15:15:09 UTC

*** This bug has been marked as a duplicate of 227285 ***


Note You need to log in before you can comment on or make changes to this bug.