From mboxrd@z Thu Jan 1 00:00:00 1970 From: sean Subject: how do I set the MAC address in POSTROUTING? Date: Thu, 30 Nov 2006 19:23:07 -0500 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org I want to use -m mac --mac-source on our server. Unfortunately, lots of packets are coming in without the MAC address set: MAC-ADDRESS-TEST: IN=ppp0 OUT= MAC= SRC=ww.xx.yy.zz DST=zz.yy.xx.ww LEN=52 TOS=0x00 PREC=0x00 TTL=51 ID=41426 DF PROTO=TCP SPT=52437 DPT=445 WINDOW=63 RES=0x00 ACK URGP=0 This is from a linux client. How do I set up the client to insert its MAC address? Can I use some mange voodoo on the client PSOTROUTING chain? Is this even an iptables issue? Is the MAC address being stripped out somewhere? sean