|
Well, it looks like my netfilter
rules/commands are not forwarding even though I have
--snip--
## Routing packets (traffic) between
INTERNAL and DMZ
"echo "1" /proc/sys/net/ipv4/ip_forward"
## FORWARD rules for traffic between INTERNAL and
DMZ
iptables -A FORWARD -i $INTERNAL_NET -o $DMZ_NET -j
ACCEPT
iptables -A FORWARD -i $DMZ_NET -o $INTERNAL_NET -j
ACCEPT
--snip--
set up in the script and the rules, gentlemen any
ideas? Is there something wrong with what is in these
rules/commands?
Tim Rodriguez-- Mia/Fla.
Network Security Student --
90% of networking problems are routing
problems.
9 of the remaining 10% are routing problems, but in the other direction. The final 1% might not be routing, but check it anyway. --
|
- Re: forwarding Tim
- Re: forwarding Antony Stone
- Re: forwarding Antony Stone
- Re: forwarding Tim
