Dear All, I am
implementing a Linux box gateway that lunch my own firewall (I wrote my own iptables rules). The gateway connects two LANs, LAN1:
192.168.1.0/24 and LAN2: 192.168.0.0/24. LAN1 contains a windows 2000 server domain
controller IP: 192.168.1.231 and LAN2 contains my clients based on windows xp. In fact I got stuck on how to forward ONLY and ONLY the
NETBIOS broadcast traffic ( I wrote the following iptable
rule, but here all the traffic will be directed from LAN2 to the domain
controller on LAN1 Iptables –t nat –A PREROUTING –I eth1 –j So can anybody help me on how can I forward the traffic with
destination MAC address Thanks for your support Regards Bassam --- |