[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ipsec and transparent bridge firewall



what is needed to let isakmpd and ipsec through a transparent
bridging firewall?

what do I miss:

pass in quick on ep1
pass out quick on ep1
 
pass in quick on ep2 proto encap all
pass in quick on ep2 proto tcp/udp all keep state
pass in quick on ep2 proto icmp all keep state
block in quick on ep2
 
 
pass in quick on ep3 proto encap from any to 195.198.203.112/29
pass in quick on ep3 proto tcp from any to 195.198.203.112/29 port = 22 flags S keep state
pass in quick on ep3 proto tcp from any to 195.198.203.112/29 port = 500 flags S keep state
block in quick on ep3