msw1970 Cacti User
Joined: 09 Jan 2007 Posts: 153
|
Posted: Wed Jul 23, 2008 5:56 am Post subject: IPTables problem |
|
|
Hi
I have a problem accessing cacti when I have iptables enabled...
The INPUT chain allows the following
all protocols with state RELATED,ESTABLISHED
TCP from anywhere to anywhere with destination port SSH
UDP from anywhere to anywhere with destination port NTP
UDP from anywhere to anywhere with destination port BIGBROTHER
TCP from localhost.localdomain to anywhere with destination port SMTP
TCP from anywhere to anywhere with destination port HTTP
TCP from anywhere to anywhere with destination port MYSQL
ICMP from anywhere to anywhere ECHO-REQUEST
The OUTPUT chain allows these
all protocols with state RELATED,ESTABLISHED
UDP from anywhere to anywhere with destination port NTP
UDP from anywhere to anywhere with destination port BIGBROTHER
TCP from anywhere to localhost.localdomain with destination port SMTP
UDP from anywhere to anywhere with destination port SNMP
UDP from anywhere to anywhere with destination port DOMAIN
ICMP from anywhere to anywhere ECHO-REQUEST
I've also got smokeping running on the same box and with the IPTABLES running I can access the web frontend for this fine.
Any ideas what's missing from the rules?? |
|