search for: gateway_mac

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

2018 Jun 28
4
East-west traffic network filter
...#39; 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' dstmacmask='$GATE...
2018 Jul 02
1
Re: East-west traffic network filter
...-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 28
0
Re: East-west traffic network filter
...' 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...
2018 Jun 29
0
Re: East-west traffic network filter
...' 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...