Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.20 KB | None | 0 0
  1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 3.10.0-327.36.2.el7.x86_64 x86_64 x86_64
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. elrepo-release-7.0-2.el7.elrepo.noarch
  9. centos-release-7-2.1511.el7.centos.2.10.x86_64
  10. epel-release-7-8.noarch
  11. == END rpm -qa \*-release\* ==
  12.  
  13. == BEGIN cat /etc/redhat-release ==
  14. CentOS Linux release 7.2.1511 (Core)
  15. == END cat /etc/redhat-release ==
  16.  
  17. == BEGIN getenforce ==
  18. Enforcing
  19. == END getenforce ==
  20.  
  21. == BEGIN free -m ==
  22. total used free shared buff/cache available
  23. Mem: 7737 865 3951 341 2919 6263
  24. Swap: 7935 0 7935
  25. == END free -m ==
  26.  
  27. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  28. python-2.7.5-39.el7_2.x86_64
  29. rpm-build-4.11.3-17.el7.x86_64
  30. rpm-build-libs-4.11.3-17.el7.x86_64
  31. rpm-devel-4.11.3-17.el7.x86_64
  32. rpm-libs-4.11.3-17.el7.x86_64
  33. rpm-python-4.11.3-17.el7.x86_64
  34. rpm-sign-4.11.3-17.el7.x86_64
  35. yum-3.4.3-132.el7.centos.0.1.noarch
  36. yum-langpacks-0.4.2-4.el7.noarch
  37. yum-metadata-parser-1.1.4-10.el7.x86_64
  38. yum-plugin-fastestmirror-1.1.31-34.el7.noarch
  39. yum-utils-1.1.31-34.el7.noarch
  40. == END rpm -qa yum\* rpm-\* python | sort ==
  41.  
  42. == BEGIN ls /etc/yum.repos.d ==
  43. CentOS-Base.repo
  44. CentOS-CR.repo
  45. CentOS-Debuginfo.repo
  46. CentOS-fasttrack.repo
  47. CentOS-Media.repo
  48. CentOS-Sources.repo
  49. CentOS-Vault.repo
  50. elrepo.repo
  51. epel.repo
  52. epel-testing.repo
  53. == END ls /etc/yum.repos.d ==
  54.  
  55. == BEGIN cat /etc/yum.conf ==
  56. [main]
  57. cachedir=/var/cache/yum/$basearch/$releasever
  58. keepcache=0
  59. debuglevel=2
  60. logfile=/var/log/yum.log
  61. exactarch=1
  62. obsoletes=1
  63. gpgcheck=1
  64. plugins=1
  65. installonly_limit=5
  66. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  67. distroverpkg=centos-release
  68.  
  69.  
  70. # This is the default, if you make this bigger yum won't see if the metadata
  71. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  72. # download the new metadata and "pay" for it by yum not having correct
  73. # information.
  74. # It is esp. important, to have correct metadata, for distributions like
  75. # Fedora which don't keep old packages around. If you don't like this checking
  76. # interupting your command line usage, it's much better to have something
  77. # manually check the metadata once an hour (yum-updatesd will do this).
  78. # metadata_expire=90m
  79.  
  80. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  81. # in /etc/yum.repos.d
  82. == END cat /etc/yum.conf ==
  83.  
  84. == BEGIN yum repolist all ==
  85. Loaded plugins: fastestmirror, langpacks
  86. Loading mirror speeds from cached hostfile
  87. * base: mirrors.cat.pdx.edu
  88. * elrepo: ca.mirror.babylon.network
  89. * epel: mirrors.kernel.org
  90. * extras: mirrors.cat.pdx.edu
  91. * updates: mirrors.cat.pdx.edu
  92. repo id repo name status
  93. C7.0.1406-base/x86_64 CentOS-7.0.1406 - Base disabled
  94. C7.0.1406-centosplus/x86_64 CentOS-7.0.1406 - CentOSPlus disabled
  95. C7.0.1406-extras/x86_64 CentOS-7.0.1406 - Extras disabled
  96. C7.0.1406-fasttrack/x86_64 CentOS-7.0.1406 - CentOSPlus disabled
  97. C7.0.1406-updates/x86_64 CentOS-7.0.1406 - Updates disabled
  98. C7.1.1503-base/x86_64 CentOS-7.1.1503 - Base disabled
  99. C7.1.1503-centosplus/x86_64 CentOS-7.1.1503 - CentOSPlus disabled
  100. C7.1.1503-extras/x86_64 CentOS-7.1.1503 - Extras disabled
  101. C7.1.1503-fasttrack/x86_64 CentOS-7.1.1503 - CentOSPlus disabled
  102. C7.1.1503-updates/x86_64 CentOS-7.1.1503 - Updates disabled
  103. base/7/x86_64 CentOS-7 - Base enabled: 9,007
  104. base-debuginfo/x86_64 CentOS-7 - Debuginfo disabled
  105. base-source/7 CentOS-7 - Base Sources disabled
  106. c7-media CentOS-7 - Media disabled
  107. centosplus/7/x86_64 CentOS-7 - Plus disabled
  108. centosplus-source/7 CentOS-7 - Plus Sources disabled
  109. cr/7/x86_64 CentOS-7 - cr disabled
  110. elrepo ELRepo.org Community Enterprise Li enabled: 172
  111. elrepo-extras ELRepo.org Community Enterprise Li disabled
  112. elrepo-kernel ELRepo.org Community Enterprise Li disabled
  113. elrepo-testing ELRepo.org Community Enterprise Li disabled
  114. epel/x86_64 Extra Packages for Enterprise Linu enabled: 10,751
  115. epel-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
  116. epel-source/x86_64 Extra Packages for Enterprise Linu disabled
  117. epel-testing/x86_64 Extra Packages for Enterprise Linu disabled
  118. epel-testing-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
  119. epel-testing-source/x86_64 Extra Packages for Enterprise Linu disabled
  120. extras/7/x86_64 CentOS-7 - Extras enabled: 393
  121. extras-source/7 CentOS-7 - Extras Sources disabled
  122. fasttrack/7/x86_64 CentOS-7 - fasttrack disabled
  123. updates/7/x86_64 CentOS-7 - Updates enabled: 2,548
  124. updates-source/7 CentOS-7 - Updates Sources disabled
  125. repolist: 22,871
  126. == END yum repolist all ==
  127.  
  128. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  129. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  130.  
  131. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  132. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  133.  
  134. == BEGIN cat /etc/fstab ==
  135.  
  136. #
  137. # /etc/fstab
  138. # Created by anaconda on Tue Oct 18 00:36:16 2016
  139. #
  140. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  141. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  142. #
  143. /dev/mapper/centos-root / xfs defaults,x-systemd.device-timeout=0 0 0
  144. UUID=269c4225-b43a-471e-ad55-5ebff27e6396 /boot xfs defaults 0 0
  145. UUID=0EEB-27CA /boot/efi vfat umask=0077,shortname=winnt 0 0
  146. /dev/mapper/centos-home /home xfs defaults,x-systemd.device-timeout=0 0 0
  147. /dev/mapper/centos-swap swap swap defaults,x-systemd.device-timeout=0 0 0
  148. == END cat /etc/fstab ==
  149.  
  150. == BEGIN df -h ==
  151. Filesystem Size Used Avail Use% Mounted on
  152. /dev/mapper/centos-root 50G 6.9G 44G 14% /
  153. devtmpfs 3.8G 0 3.8G 0% /dev
  154. tmpfs 3.8G 184K 3.8G 1% /dev/shm
  155. tmpfs 3.8G 9.0M 3.8G 1% /run
  156. tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
  157. /dev/sda2 494M 207M 288M 42% /boot
  158. /dev/sda1 200M 9.5M 191M 5% /boot/efi
  159. /dev/mapper/centos-home 640G 2.3G 638G 1% /home
  160. tmpfs 774M 4.0K 774M 1% /run/user/42
  161. tmpfs 774M 12K 774M 1% /run/user/1000
  162. == END df -h ==
  163.  
  164. == BEGIN fdisk -lu ==
  165. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
  166.  
  167. Disk /dev/sda: 750.2 GB, 750156374016 bytes, 1465149168 sectors
  168. Units = sectors of 1 * 512 = 512 bytes
  169. Sector size (logical/physical): 512 bytes / 4096 bytes
  170. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  171. Disk label type: gpt
  172.  
  173.  
  174. # Start End Size Type Name
  175. 1 2048 411647 200M EFI System EFI System Partition
  176. 2 411648 1435647 500M Microsoft basic
  177. 3 1435648 1465147391 698G Microsoft basic
  178.  
  179. Disk /dev/mapper/luks-1b77c7ef-5499-466e-ba32-308667e73244: 749.4 GB, 749418315776 bytes, 1463707648 sectors
  180. Units = sectors of 1 * 512 = 512 bytes
  181. Sector size (logical/physical): 512 bytes / 4096 bytes
  182. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  183.  
  184.  
  185. Disk /dev/mapper/centos-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
  186. Units = sectors of 1 * 512 = 512 bytes
  187. Sector size (logical/physical): 512 bytes / 4096 bytes
  188. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  189.  
  190.  
  191. Disk /dev/mapper/centos-swap: 8321 MB, 8321499136 bytes, 16252928 sectors
  192. Units = sectors of 1 * 512 = 512 bytes
  193. Sector size (logical/physical): 512 bytes / 4096 bytes
  194. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  195.  
  196.  
  197. Disk /dev/mapper/centos-home: 687.3 GB, 687341568000 bytes, 1342464000 sectors
  198. Units = sectors of 1 * 512 = 512 bytes
  199. Sector size (logical/physical): 512 bytes / 4096 bytes
  200. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  201.  
  202. == END fdisk -lu ==
  203.  
  204. == BEGIN parted -l ==
  205. Error: /dev/mapper/luks-1b77c7ef-5499-466e-ba32-308667e73244: unrecognised disk
  206. label
  207. Model: ATA HITACHI HTS54757 (scsi)
  208. Disk /dev/sda: 750GB
  209. Sector size (logical/physical): 512B/4096B
  210. Partition Table: gpt
  211. Disk Flags:
  212.  
  213. Number Start End Size File system Name Flags
  214. 1 1049kB 211MB 210MB fat16 EFI System Partition boot
  215. 2 211MB 735MB 524MB xfs
  216. 3 735MB 750GB 749GB
  217.  
  218.  
  219. Model: Linux device-mapper (linear) (dm)
  220. Disk /dev/mapper/centos-home: 687GB
  221. Sector size (logical/physical): 512B/4096B
  222. Partition Table: loop
  223. Disk Flags:
  224.  
  225. Number Start End Size File system Flags
  226. 1 0.00B 687GB 687GB xfs
  227.  
  228.  
  229. Model: Linux device-mapper (linear) (dm)
  230. Disk /dev/mapper/centos-swap: 8321MB
  231. Sector size (logical/physical): 512B/4096B
  232. Partition Table: loop
  233. Disk Flags:
  234.  
  235. Number Start End Size File system Flags
  236. 1 0.00B 8321MB 8321MB linux-swap(v1)
  237.  
  238.  
  239. Model: Linux device-mapper (linear) (dm)
  240. Disk /dev/mapper/centos-root: 53.7GB
  241. Sector size (logical/physical): 512B/4096B
  242. Partition Table: loop
  243. Disk Flags:
  244.  
  245. Number Start End Size File system Flags
  246. 1 0.00B 53.7GB 53.7GB xfs
  247.  
  248.  
  249.  
  250.  
  251. Model: Linux device-mapper (crypt) (dm)
  252. Disk /dev/mapper/luks-1b77c7ef-5499-466e-ba32-308667e73244: 749GB
  253. Sector size (logical/physical): 512B/4096B
  254. Partition Table: unknown
  255. Disk Flags:
  256.  
  257. == END parted -l ==
  258.  
  259. == BEGIN blkid ==
  260. /dev/sda1: SEC_TYPE="msdos" UUID="0EEB-27CA" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="cded47a5-d182-4cfd-80db-749d03975439"
  261. /dev/sda2: UUID="269c4225-b43a-471e-ad55-5ebff27e6396" TYPE="xfs" PARTUUID="f76b9c45-efed-4187-ab5a-8c1b64226c76"
  262. /dev/sda3: UUID="1b77c7ef-5499-466e-ba32-308667e73244" TYPE="crypto_LUKS" PARTUUID="c8e38eb6-2892-48ba-8e51-a04ecec190ab"
  263. /dev/mapper/luks-1b77c7ef-5499-466e-ba32-308667e73244: UUID="8Bqjzd-ZW8U-LZ92-oJTs-9uVK-Tpms-YIyDaB" TYPE="LVM2_member"
  264. /dev/mapper/centos-root: UUID="0e9e2146-4b8e-40c8-841b-552a994431cf" TYPE="xfs"
  265. /dev/mapper/centos-swap: UUID="c249d82b-6dde-4a90-9ac4-e8b3295fd82e" TYPE="swap"
  266. /dev/mapper/centos-home: UUID="d6c297ba-8de5-427a-9ccb-ffdaa4c88858" TYPE="xfs"
  267. == END blkid ==
  268.  
  269. == BEGIN cat /proc/mdstat ==
  270. Personalities :
  271. unused devices: <none>
  272. == END cat /proc/mdstat ==
  273.  
  274. == BEGIN pvs ==
  275. PV VG Fmt Attr PSize PFree
  276. /dev/mapper/luks-1b77c7ef-5499-466e-ba32-308667e73244 centos lvm2 a-- 697.95g 64.00m
  277. == END pvs ==
  278.  
  279. == BEGIN vgs ==
  280. VG #PV #LV #SN Attr VSize VFree
  281. centos 1 3 0 wz--n- 697.95g 64.00m
  282. == END vgs ==
  283.  
  284. == BEGIN lvs ==
  285. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  286. home centos -wi-ao---- 640.14g
  287. root centos -wi-ao---- 50.00g
  288. swap centos -wi-ao---- 7.75g
  289. == END lvs ==
  290.  
  291. == BEGIN rpm -qa kernel\* | sort ==
  292. kernel-3.10.0-327.36.2.el7.x86_64
  293. kernel-3.10.0-327.el7.x86_64
  294. kernel-devel-3.10.0-327.36.2.el7.x86_64
  295. kernel-devel-3.10.0-327.el7.x86_64
  296. kernel-headers-3.10.0-327.36.2.el7.x86_64
  297. kernel-tools-3.10.0-327.36.2.el7.x86_64
  298. kernel-tools-libs-3.10.0-327.36.2.el7.x86_64
  299. == END rpm -qa kernel\* | sort ==
  300.  
  301. == BEGIN lspci -nn ==
  302. 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
  303. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
  304. 00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
  305. 00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
  306. 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
  307. 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
  308. 00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
  309. 00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
  310. 00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
  311. 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
  312. 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
  313. 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
  314. 02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
  315. 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 05)
  316. == END lspci -nn ==
  317.  
  318. == BEGIN lsusb ==
  319. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  320. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  321. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  322. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  323. Bus 001 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
  324. Bus 001 Device 004: ID 058f:a006 Alcor Micro Corp.
  325. Bus 002 Device 004: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
  326. == END lsusb ==
  327.  
  328. == BEGIN rpm -qa kmod\* kmdl\* ==
  329. kmod-20-8.el7_2.x86_64
  330. kmod-libs-20-8.el7_2.x86_64
  331. == END rpm -qa kmod\* kmdl\* ==
  332.  
  333. == BEGIN ifconfig -a ==
  334. enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  335. ether f0:de:f1:c6:96:21 txqueuelen 1000 (Ethernet)
  336. RX packets 1292346 bytes 1941467647 (1.8 GiB)
  337. RX errors 0 dropped 0 overruns 0 frame 0
  338. TX packets 677633 bytes 46429523 (44.2 MiB)
  339. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  340.  
  341. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  342. inet 127.0.0.1 netmask 255.0.0.0
  343. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  344. loop txqueuelen 0 (Local Loopback)
  345. RX packets 92 bytes 7932 (7.7 KiB)
  346. RX errors 0 dropped 0 overruns 0 frame 0
  347. TX packets 92 bytes 7932 (7.7 KiB)
  348. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  349.  
  350. virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  351. inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
  352. ether 52:54:00:a2:9d:e2 txqueuelen 0 (Ethernet)
  353. RX packets 0 bytes 0 (0.0 B)
  354. RX errors 0 dropped 0 overruns 0 frame 0
  355. TX packets 0 bytes 0 (0.0 B)
  356. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  357.  
  358. virbr0-nic: flags=4098<BROADCAST,MULTICAST> mtu 1500
  359. ether 52:54:00:a2:9d:e2 txqueuelen 500 (Ethernet)
  360. RX packets 0 bytes 0 (0.0 B)
  361. RX errors 0 dropped 0 overruns 0 frame 0
  362. TX packets 0 bytes 0 (0.0 B)
  363. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  364.  
  365. wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  366. inet 10.0.0.9 netmask 255.255.255.0 broadcast 10.0.0.255
  367. inet6 fe80::76e5:bff:fe8e:21fc prefixlen 64 scopeid 0x20<link>
  368. inet6 2601:602:c702:5cc0:76e5:bff:fe8e:21fc prefixlen 64 scopeid 0x0<global>
  369. ether 74:e5:0b:8e:21:fc txqueuelen 1000 (Ethernet)
  370. RX packets 4152 bytes 508732 (496.8 KiB)
  371. RX errors 0 dropped 0 overruns 0 frame 0
  372. TX packets 1733 bytes 188817 (184.3 KiB)
  373. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  374.  
  375. == END ifconfig -a ==
  376.  
  377. == BEGIN brctl show ==
  378. bridge name bridge id STP enabled interfaces
  379. virbr0 8000.525400a29de2 yes virbr0-nic
  380. == END brctl show ==
  381.  
  382. == BEGIN route -n ==
  383. Kernel IP routing table
  384. Destination Gateway Genmask Flags Metric Ref Use Iface
  385. 0.0.0.0 10.0.0.1 0.0.0.0 UG 600 0 0 wlp2s0
  386. 10.0.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0
  387. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  388. == END route -n ==
  389.  
  390. == BEGIN sysctl -a | grep .rp_filter ==
  391. net.ipv4.conf.all.arp_filter = 0
  392. net.ipv4.conf.all.rp_filter = 1
  393. net.ipv4.conf.default.arp_filter = 0
  394. net.ipv4.conf.default.rp_filter = 1
  395. net.ipv4.conf.enp3s0.arp_filter = 0
  396. net.ipv4.conf.enp3s0.rp_filter = 1
  397. net.ipv4.conf.lo.arp_filter = 0
  398. net.ipv4.conf.lo.rp_filter = 0
  399. net.ipv4.conf.virbr0.arp_filter = 0
  400. net.ipv4.conf.virbr0.rp_filter = 1
  401. net.ipv4.conf.virbr0-nic.arp_filter = 0
  402. net.ipv4.conf.virbr0-nic.rp_filter = 1
  403. net.ipv4.conf.wlp2s0.arp_filter = 0
  404. net.ipv4.conf.wlp2s0.rp_filter = 1
  405. == END sysctl -a | grep .rp_filter ==
  406.  
  407. == BEGIN ip rule show ==
  408. 0: from all lookup local
  409. 32766: from all lookup main
  410. 32767: from all lookup default
  411. == END ip rule show ==
  412.  
  413. == BEGIN ip route show ==
  414. default via 10.0.0.1 dev wlp2s0 proto static metric 600
  415. 10.0.0.0/24 dev wlp2s0 proto kernel scope link src 10.0.0.9 metric 600
  416. 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
  417. == END ip route show ==
  418.  
  419. == BEGIN cat /etc/resolv.conf ==
  420. # Generated by NetworkManager
  421. search hsd1.wa.comcast.net.
  422. nameserver 75.75.75.75
  423. nameserver 75.75.76.76
  424. nameserver 2001:558:feed::1
  425. # NOTE: the libc resolver may not support more than 3 nameservers.
  426. # The nameservers listed below may not be recognized.
  427. nameserver 2001:558:feed::2
  428. == END cat /etc/resolv.conf ==
  429.  
  430. == BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
  431. #hosts: db files nisplus nis dns
  432. hosts: files dns myhostname
  433. #networks: nisplus [NOTFOUND=return] files
  434. #netmasks: nisplus [NOTFOUND=return] files
  435. netmasks: files
  436. networks: files
  437. netgroup: files sss
  438. == END egrep 'net|hosts' /etc/nsswitch.conf ==
  439.  
  440. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  441.  
  442. Note: This output shows SysV services only and does not include native
  443. systemd services. SysV configuration data might be overridden by native
  444. systemd configuration.
  445.  
  446. If you want to list systemd services use 'systemctl list-unit-files'.
  447. To see services enabled on particular target use
  448. 'systemctl list-dependencies [target]'.
  449.  
  450. network 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  451. == END chkconfig --list | grep -Ei 'network|wpa' ==
  452.  
  453. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement