so, I installed fresh FEDORA 13 on the firwewall server, set up eth0 (for internal) and eth1 (for external), set up the rc.firewall, reboot, but.....
I can ping my own IP: 192.168.2.1 but cannot ping any other internal IPs, like 192.168.2.x
Also, from 192.168.2.x cannot ping this server 192.168.2.1
CAT IFCFG-ETH0 says:
DEVICE=eth0
HADDR=x:x:x:x:x:x
IPADDR=192.168.2.1
GATEWAY=192.168.2.1
NETMASK=255.255.255.0
IPV6INIT=no
BOOTPROTO=static
TYPE=Ethernet
ONBOOT=yes
On RC.FIREWALL I have:
${IPTABLES} -A INPUT -p icmp -j ACCEPT
${IPTABLES} -A OUTPUT -p icmp -j ACCEPT
Need desperate help