[ale] next stupid ipchains question

Wandered Inn esoteric at atlnet.com
Thu Sep 7 12:21:30 EDT 2000


Joe Knapka wrote:
> 
> If you want to simply accept the packet, use "-j ACCEPT". You
> must do one of ACCEPT, DENY, REJECT, or MASQ in order to
> decide the packet's fate. By removing the "-j MASQ" you
> effectively said, "let further rules handle this packet."

Appreciate the followup, but I still can't get this to work.  Here's
what I've got now that does work (whether it's the best solution or
not...)

$IPCHAINS -F
$IPCHAINS -P forward DENY

$IPCHAINS -A forward -i eth0 -j MASQ
$IPCHAINS -A forward -i eth1 -j MASQ

I've attempted to change the MASQ to ACCEPT and when I do, I no longer
am able to get from 192.168.255.0 to 192.168.10.0.

eth0 -> 192.168.255.0
eth1 -> 192.168.10.0

> 
> -- Joe

--
Until later: Geoffrey		esoteric at denali.atlnet.com

Microsoft != Innovation
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list