• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

setting up first linux firewall

watts3000

Senior member
Ok this is my first time I've ever sit up a firwall using linux. So far this is what I've done. I went to system settings selected security and choose what leve of security I wanted to implement. Then I chose what services I wanted to pass through the firewall. My question is what else is there left to do. First off I would like to know how do I enable another nic as a trusted device. I ask this question because I have 3 nics in the box. During the install you can choose what nic you want as a trusted device, but I have not been able to find out how to enable a nic to be trusted after the install.Also can you configure rules for the firewall if so how is this accomplished. And my final questionis can a dmz zone be set up using linux.
 
I dont know what a trusted nic is so I cant help you out there.

You can write your own rules if you are using IPTables or IPChains. And you can setup a DMZ if you want.
 
Originally posted by: watts3000
Ok this is my first time I've ever sit up a firwall using linux. So far this is what I've done. I went to system settings selected security and choose what leve of security I wanted to implement. Then I chose what services I wanted to pass through the firewall. My question is what else is there left to do. First off I would like to know how do I enable another nic as a trusted device. I ask this question because I have 3 nics in the box. During the install you can choose what nic you want as a trusted device, but I have not been able to find out how to enable a nic to be trusted after the install.Also can you configure rules for the firewall if so how is this accomplished. And my final questionis can a dmz zone be set up using linux.
Just curious why you have 3 nics?

Is this the redhat configuration gui you're using?
 
Originally posted by: Soybomb
Originally posted by: watts3000
Ok this is my first time I've ever sit up a firwall using linux. So far this is what I've done. I went to system settings selected security and choose what leve of security I wanted to implement. Then I chose what services I wanted to pass through the firewall. My question is what else is there left to do. First off I would like to know how do I enable another nic as a trusted device. I ask this question because I have 3 nics in the box. During the install you can choose what nic you want as a trusted device, but I have not been able to find out how to enable a nic to be trusted after the install.Also can you configure rules for the firewall if so how is this accomplished. And my final questionis can a dmz zone be set up using linux.
Just curious why you have 3 nics?

Is this the redhat configuration gui you're using?

eth0 internet
eth1 desktop
eth2 dmz

Maybe?
 
Back
Top