hello
i need some help on how to configure this scenario in iptables:
[adsl modem/router]-----[eth1-linux box-eth0]-----[network]
the problem is that the box has to work as a forward/masqurade for most
users, but it must also bridge traffic from couple hosts inside the
network which have public IP addresses.
question: how to configure "linux box's" iptables to forward and
masquarade traffic from most users and bridge traffic for couple
"public" users.
the way i figured it out is to DNAT all trafic for public ip's to our
network public hosts. is there other better way?