Re:firewall troubleshooting

2005-07-05 Thread KC
appologies for wrong subject line :) KC wrote: > Hi, I have posted my first firewall script previously.. this is basically > the same script but it is optimized.. > > > #! /bin/bash > > #modprobe ip_conntrack_FTP > > ### SYMBOLIC CONSTANTS ### > > CONNECT

Re: browser problem from inside firewall

2005-07-05 Thread KC
Hi, I have posted my first firewall script previously.. this is basically the same script but it is optimized.. #! /bin/bash #modprobe ip_conntrack_FTP ### SYMBOLIC CONSTANTS ### CONNECTION_TRACKING="1" DHCP_CLIENT="1" INTERNET="eth1" LOOPBACK_INTERFACE="lo" IPADDR=`ifconfig eth0|awk '/inet/{p

Re: Firewall-troubleshooting

2005-07-03 Thread KC
going to display the iptables-save output in the hopes that someone might understand the problem quicker then me. Best Regards kc # Generated by iptables-save v1.2.11 on Sun Jul 3 18:18:43 2005 *nat :PREROUTING DROP [0:0] :POSTROUTING DROP [0:0] :OUTPUT DROP [0:0] COMMIT # Completed on Sun

Re: Firewall-troubleshooting

2005-07-02 Thread KC
t all. Best Regards kc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Firewall-troubleshooting

2005-07-02 Thread KC
get them. Best Regards kc Daniel Pittman wrote: > On 3 Jul 2005, KC wrote: > >>I need help understanding what goes wrong in this script. I cannot ping >>anyone and cannot resolve as well. In fact I believe the only thing I can >>get is an ip address from my isp

Firewall-troubleshooting

2005-07-02 Thread KC
Hi I need help understanding what goes wrong in this script. I cannot ping anyone and cannot resolve as well. In fact I believe the only thing I can get is an ip address from my isp's dhcp server. Best Regards kc ## FIREWALL ## ## Symbolic Constants CONNECTION_TRACKING="1&qu