LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iptables (https://www.linuxquestions.org/questions/linux-software-2/iptables-62718/)

guest 05-30-2003 01:07 PM

iptables
 
hi,

I am runing iptables which has is configured from a firewall script i looked at the internet

Table: filter
Chain INPUT (policy ACCEPT)
target prot opt source destination
block all -- anywhere anywhere

Chain FORWARD (policy ACCEPT)
target prot opt source destination
block all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain bloack (0 references)
target prot opt source destination

Chain block (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere state NEW
DROP all -- anywhere anywhere

I have several boxes that i need to be able to access the internet, please can you tell me what else i have to add for my iptables config, thank you, help is much appreciated :0

tangle 05-30-2003 02:35 PM

Check out arno iptables-firewall. It has an easy to configure cnfig file. Just say yes to nat.


All times are GMT -5. The time now is 10:19 AM.