Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. bodqhrohro@localhost:/data/progs/js/celestia$ ip a list
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  3. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. inet 127.0.0.1/8 scope host lo
  5. valid_lft forever preferred_lft forever
  6. inet6 ::1/128 scope host
  7. valid_lft forever preferred_lft forever
  8. 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master br0 state DOWN group default qlen 1000
  9. link/ether dc:0e:a1:de:02:aa brd ff:ff:ff:ff:ff:ff
  10. 4: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
  11. link/ether e0:06:e6:a9:83:38 brd ff:ff:ff:ff:ff:ff
  12. inet 10.0.2.1/24 brd 10.0.2.255 scope global wlan0
  13. valid_lft forever preferred_lft forever
  14. 156: wwp0s18f0u5i1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  15. link/ether ba:41:f1:73:9c:2f brd ff:ff:ff:ff:ff:ff
  16. 161: br0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
  17. link/ether dc:0e:a1:de:02:aa brd ff:ff:ff:ff:ff:ff
  18. inet 172.16.0.6/12 brd 172.31.255.255 scope global br0
  19. valid_lft forever preferred_lft forever
  20. inet6 fe80::de0e:a1ff:fede:2aa/64 scope link
  21. valid_lft forever preferred_lft forever
  22. 162: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 3
  23. link/ppp
  24. inet 10.132.21.83 peer 78.111.176.141/32 scope global ppp0
  25. valid_lft forever preferred_lft forever
  26. bodqhrohro@localhost:/data/progs/js/celestia$ ip ro list
  27. default dev ppp0 scope link
  28. 78.111.176.141 dev ppp0 proto kernel scope link src 10.132.21.83
  29. 172.16.0.0/12 dev br0 proto kernel scope link src 172.16.0.6 linkdown
  30. bodqhrohro@localhost:/data/progs/js/celestia$ sudo sysctl net.ipv4.conf|grep arp
  31. net.ipv4.conf.all.arp_accept = 0
  32. net.ipv4.conf.all.arp_announce = 0
  33. net.ipv4.conf.all.arp_filter = 0
  34. net.ipv4.conf.all.arp_ignore = 0
  35. net.ipv4.conf.all.arp_notify = 0
  36. net.ipv4.conf.all.drop_gratuitous_arp = 0
  37. net.ipv4.conf.all.proxy_arp = 0
  38. net.ipv4.conf.all.proxy_arp_pvlan = 0
  39. net.ipv4.conf.br0.arp_accept = 0
  40. net.ipv4.conf.br0.arp_announce = 0
  41. net.ipv4.conf.br0.arp_filter = 0
  42. net.ipv4.conf.br0.arp_ignore = 0
  43. net.ipv4.conf.br0.arp_notify = 0
  44. net.ipv4.conf.br0.drop_gratuitous_arp = 0
  45. net.ipv4.conf.br0.proxy_arp = 0
  46. net.ipv4.conf.br0.proxy_arp_pvlan = 0
  47. net.ipv4.conf.default.arp_accept = 0
  48. net.ipv4.conf.default.arp_announce = 0
  49. net.ipv4.conf.default.arp_filter = 0
  50. net.ipv4.conf.default.arp_ignore = 0
  51. net.ipv4.conf.default.arp_notify = 0
  52. net.ipv4.conf.default.drop_gratuitous_arp = 0
  53. net.ipv4.conf.default.proxy_arp = 0
  54. net.ipv4.conf.default.proxy_arp_pvlan = 0
  55. net.ipv4.conf.eth0.arp_accept = 1
  56. net.ipv4.conf.eth0.arp_announce = 0
  57. net.ipv4.conf.eth0.arp_filter = 0
  58. net.ipv4.conf.eth0.arp_ignore = 0
  59. net.ipv4.conf.eth0.arp_notify = 0
  60. net.ipv4.conf.eth0.drop_gratuitous_arp = 0
  61. net.ipv4.conf.eth0.proxy_arp = 0
  62. net.ipv4.conf.eth0.proxy_arp_pvlan = 0
  63. net.ipv4.conf.lo.arp_accept = 0
  64. net.ipv4.conf.lo.arp_announce = 0
  65. net.ipv4.conf.lo.arp_filter = 0
  66. net.ipv4.conf.lo.arp_ignore = 0
  67. net.ipv4.conf.lo.arp_notify = 0
  68. net.ipv4.conf.lo.drop_gratuitous_arp = 0
  69. net.ipv4.conf.lo.proxy_arp = 0
  70. net.ipv4.conf.lo.proxy_arp_pvlan = 0
  71. net.ipv4.conf.ppp0.arp_accept = 0
  72. net.ipv4.conf.ppp0.arp_announce = 0
  73. net.ipv4.conf.ppp0.arp_filter = 0
  74. net.ipv4.conf.ppp0.arp_ignore = 0
  75. net.ipv4.conf.ppp0.arp_notify = 0
  76. net.ipv4.conf.ppp0.drop_gratuitous_arp = 0
  77. net.ipv4.conf.ppp0.proxy_arp = 0
  78. net.ipv4.conf.ppp0.proxy_arp_pvlan = 0
  79. net.ipv4.conf.wlan0.arp_accept = 0
  80. net.ipv4.conf.wlan0.arp_announce = 0
  81. net.ipv4.conf.wlan0.arp_filter = 0
  82. net.ipv4.conf.wlan0.arp_ignore = 0
  83. net.ipv4.conf.wlan0.arp_notify = 0
  84. net.ipv4.conf.wlan0.drop_gratuitous_arp = 0
  85. net.ipv4.conf.wlan0.proxy_arp = 0
  86. net.ipv4.conf.wlan0.proxy_arp_pvlan = 0
  87. net.ipv4.conf.wwp0s18f0u5i1.arp_accept = 0
  88. net.ipv4.conf.wwp0s18f0u5i1.arp_announce = 0
  89. net.ipv4.conf.wwp0s18f0u5i1.arp_filter = 0
  90. net.ipv4.conf.wwp0s18f0u5i1.arp_ignore = 0
  91. net.ipv4.conf.wwp0s18f0u5i1.arp_notify = 0
  92. net.ipv4.conf.wwp0s18f0u5i1.drop_gratuitous_arp = 0
  93. net.ipv4.conf.wwp0s18f0u5i1.proxy_arp = 0
  94. net.ipv4.conf.wwp0s18f0u5i1.proxy_arp_pvlan = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement