search for: srcmacaddr

Displaying 4 results from an estimated 4 matches for "srcmacaddr".

2018 Jun 28
4
East-west traffic network filter
...tion='accept' direction='inout' priority='-500'> <mac protocolid='arp'/> </rule> <!-- accept traffic only from specified MAC address --> <rule action='accept' direction='in'> <mac match='yes' srcmacaddr='$GATEWAY_MAC' srcmacmask='$GATEWAY_MAC_MASK' /> </rule> <!-- allow traffic only to specified MAC address --> <rule action='accept' direction='out'> <mac match='yes' dstmacaddr='$GATEWAY_MAC' dst...
2018 Jul 02
1
Re: East-west traffic network filter
...9; priority='-500'> >> <mac protocolid='arp'/> >> </rule> >> <!-- accept traffic only from specified MAC address --> >> <rule action='accept' direction='in'> >> <mac match='yes' srcmacaddr='$GATEWAY_MAC' >> srcmacmask='$GATEWAY_MAC_MASK' /> >> </rule> >> <!-- allow traffic only to specified MAC address --> >> <rule action='accept' direction='out'> >> <mac match='y...
2018 Jun 28
0
Re: East-west traffic network filter
...ection='inout' priority='-500'> > <mac protocolid='arp'/> > </rule> > <!-- accept traffic only from specified MAC address --> > <rule action='accept' direction='in'> > <mac match='yes' srcmacaddr='$GATEWAY_MAC' > srcmacmask='$GATEWAY_MAC_MASK' /> > </rule> > <!-- allow traffic only to specified MAC address --> > <rule action='accept' direction='out'> > <mac match='yes' dstmacaddr=&...
2018 Jun 29
0
Re: East-west traffic network filter
...ection='inout' priority='-500'> > <mac protocolid='arp'/> > </rule> > <!-- accept traffic only from specified MAC address --> > <rule action='accept' direction='in'> > <mac match='yes' srcmacaddr='$GATEWAY_MAC' > srcmacmask='$GATEWAY_MAC_MASK' /> > </rule> > <!-- allow traffic only to specified MAC address --> > <rule action='accept' direction='out'> > <mac match='yes' dstmacaddr=&...