The only thing I left was the logging rules.
script below
#!/bin/sh
# USER DEFINED SECTION
# Exterior Network Variables
# interface
HOST=hostname
IPADDRESS=---
INTERNET=eth1
# set debug logs
# 1 enables logging of accepted packets
DEBUG=0
# END USER DEFINED SECTION
I have a RedHat 9 server acting as a firewall for our
network. The server is connected via a router to a T1
line on the Wan side.
SSHD and Sendmail are the only services installed and
running on the server and there are no user accounts.
Iptables is set up to only allow ssh, and smtp.
Default p