Jon Tim írta:
Hello,
Many thanks for all reply to my Bridge Transparent
Proxy post.
But, please let me know more how to enable "netfilter
Bridge Support" in kernel. Can I add a linke
CONFIG_BRIDGE_NETFILTER=y" in /etc/sysctl.conf ??
No. This is an option in your kernel config.
Search the net about building a kernel.
And, in the second iptables command what is physdev
and physdev-in?? Does this mean physdev= eth0 and
physdev-in = eth1??
man iptables
-m physdev => iptables will use the physdev module (-m)
--physdev-in eth1 => the incoming (physical) device is eth1
Sorry for my quetion. I am newbie in iptables and
don't understand very well?
My another qutesion is, do I need to use NAT command
in iptables? As I have all public address and why I
have to use NAT to redirect?
NAT and REDIRECT is mainly to support a firewalled network or change the
source/destination of a connection.
Jon.
Swifty