Re: ebtables on a stick
From: Michal Soltys <hidden>
Date: 2011-12-01 17:44:13
From: Michal Soltys <hidden>
Date: 2011-12-01 17:44:13
On 11-12-01 06:46, Greg Scott wrote:
Well this is frustrating. Now my public host can communicate anywhere it wants internally but nothing outside. Maddening - the exact opposite problem I had before. $IPTABLES -A FORWARD -s 1.2.115.157 -j ACCEPT $IPTABLES -A FORWARD -s 192.168.10.0/24 -d 1.2.115.157 -j ACCEPT $IPTABLES -A FORWARD -p TCP --dport 1720 -d $ADR -j allowed $IPTABLES -A FORWARD -p TCP -s $MGMT_IP -d $ADR -j allowed
And accepting traffic to 1.2.115.157 from the outside ? Are there any -m state / -m conntrack --ctstate entries in your rules ?