Guest User

sysctl -a | grep arp

a guest
Jan 10th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. [root@xen-dev ~]# sysctl -a | grep arp
  2. net.bridge.bridge-nf-call-arptables = 0
  3. net.ipv4.conf.all.arp_accept = 0
  4. net.ipv4.conf.all.arp_announce = 0
  5. net.ipv4.conf.all.arp_filter = 0
  6. net.ipv4.conf.all.arp_ignore = 0
  7. net.ipv4.conf.all.arp_notify = 0
  8. net.ipv4.conf.all.proxy_arp = 0
  9. net.ipv4.conf.all.proxy_arp_pvlan = 0
  10. net.ipv4.conf.default.arp_accept = 0
  11. net.ipv4.conf.default.arp_announce = 0
  12. net.ipv4.conf.default.arp_filter = 0
  13. net.ipv4.conf.default.arp_ignore = 0
  14. net.ipv4.conf.default.arp_notify = 0
  15. net.ipv4.conf.default.proxy_arp = 0
  16. net.ipv4.conf.default.proxy_arp_pvlan = 0
  17. net.ipv4.conf.eth0.arp_accept = 0
  18. net.ipv4.conf.eth0.arp_announce = 0
  19. net.ipv4.conf.eth0.arp_filter = 0
  20. net.ipv4.conf.eth0.arp_ignore = 0
  21. net.ipv4.conf.eth0.arp_notify = 0
  22. net.ipv4.conf.eth0.proxy_arp = 0
  23. net.ipv4.conf.eth0.proxy_arp_pvlan = 0
  24. net.ipv4.conf.eth1.arp_accept = 0
  25. net.ipv4.conf.eth1.arp_announce = 0
  26. net.ipv4.conf.eth1.arp_filter = 0
  27. net.ipv4.conf.eth1.arp_ignore = 0
  28. net.ipv4.conf.eth1.arp_notify = 0
  29. net.ipv4.conf.eth1.proxy_arp = 0
  30. net.ipv4.conf.eth1.proxy_arp_pvlan = 0
  31. net.ipv4.conf.lo.arp_accept = 0
  32. net.ipv4.conf.lo.arp_announce = 0
  33. net.ipv4.conf.lo.arp_filter = 0
  34. net.ipv4.conf.lo.arp_ignore = 0
  35. net.ipv4.conf.lo.arp_notify = 0
  36. net.ipv4.conf.lo.proxy_arp = 0
  37. net.ipv4.conf.lo.proxy_arp_pvlan = 0
  38. net.ipv4.conf.vif5/0.arp_accept = 0
  39. net.ipv4.conf.vif5/0.arp_announce = 0
  40. net.ipv4.conf.vif5/0.arp_filter = 0
  41. net.ipv4.conf.vif5/0.arp_ignore = 0
  42. net.ipv4.conf.vif5/0.arp_notify = 0
  43. net.ipv4.conf.vif5/0.proxy_arp = 0
  44. net.ipv4.conf.vif5/0.proxy_arp_pvlan = 0
  45. net.ipv4.conf.xenbr0.arp_accept = 0
  46. net.ipv4.conf.xenbr0.arp_announce = 0
  47. net.ipv4.conf.xenbr0.arp_filter = 0
  48. net.ipv4.conf.xenbr0.arp_ignore = 0
  49. net.ipv4.conf.xenbr0.arp_notify = 0
  50. net.ipv4.conf.xenbr0.proxy_arp = 0
  51. net.ipv4.conf.xenbr0.proxy_arp_pvlan = 0
Advertisement
Add Comment
Please, Sign In to add comment