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
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
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
t all.
Best Regards
kc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
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
6 matches
Mail list logo