Search found 4 matches

by shl0m0
Tue Mar 03, 2009 10:39 am
Forum: Installation & Upgrades
Topic: iptables setup on CentOS 5
Replies: 7
Views: 18522

Excellent! I used most of that *filter section in my iptables, and it parses just fine upon restart.

Thanks for the help!
by shl0m0
Tue Mar 03, 2009 10:15 am
Forum: Installation & Upgrades
Topic: iptables setup on CentOS 5
Replies: 7
Views: 18522

Thanks. That didn't change anything, I still get the same error message.

My iptables started out empty.

Could you please post an example iptables from a working RedHat or CentOS OpenEMM installation, and I can work from there?

Thanks.
by shl0m0
Mon Mar 02, 2009 6:04 pm
Forum: Installation & Upgrades
Topic: iptables setup on CentOS 5
Replies: 7
Views: 18522

helps, but still not there yet

Thanks for the tip. It helps, but only a little. Now my iptables looks like this: *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth+ -p tcp --dport 80 -j REDIRECT --to-port 8080 -A PREROUTING -i eth+ -p tcp --dport 25 -j REDIRECT --to-port 8025 COMMIT ...
by shl0m0
Sun Mar 01, 2009 3:01 pm
Forum: Installation & Upgrades
Topic: iptables setup on CentOS 5
Replies: 7
Views: 18522

iptables setup on CentOS 5

I want to run OpenEMM as follows: - using the internal MTA - with port 80 redirecting to 8080 Following the instructions in the installation guide, I set up my iptables. The /etc/sysconfig/iptables file was empty before I installed OpenEMM. Now my /etc/sysconfig/iptables file looks like this: *nat :...