Excellent! I used most of that *filter section in my iptables, and it parses just fine upon restart.
Thanks for the help!
Search found 4 matches
- Tue Mar 03, 2009 10:39 am
- Forum: Installation & Upgrades
- Topic: iptables setup on CentOS 5
- Replies: 7
- Views: 19584
- Tue Mar 03, 2009 10:15 am
- Forum: Installation & Upgrades
- Topic: iptables setup on CentOS 5
- Replies: 7
- Views: 19584
- Mon Mar 02, 2009 6:04 pm
- Forum: Installation & Upgrades
- Topic: iptables setup on CentOS 5
- Replies: 7
- Views: 19584
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 ...
- Sun Mar 01, 2009 3:01 pm
- Forum: Installation & Upgrades
- Topic: iptables setup on CentOS 5
- Replies: 7
- Views: 19584
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 :...