pablopc

Ebtables

Apr 29th, 2022 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. macserver=52:54:00:ee:00:11
  2. ipserver=192.168.128.1
  3. ethserver=enp3s0
  4. ebtables=/sbin/ebtables
  5.  
  6. $ebtables -A INPUT -i $ethserver --protocol ipv4 --ip-proto udp -s ! $macserver --ip-src
Add Comment
Please, Sign In to add comment