Advertisement
Guest User

Untitled

a guest
May 6th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.71 KB | None | 0 0
  1. 1.  dcerouter_1000405:/etc# ifconfig
  2. ---------------------------------------------
  3. eth0      Link encap:Ethernet  HWaddr 00:12:3f:8c:7a:38
  4.           inet addr:192.168.2.5  Bcast:192.168.2.255  Mask:255.255.255.0
  5.           inet6 addr: fe80::212:3fff:fe8c:7a38/64 Scope:Link
  6.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  7.           RX packets:1286 errors:0 dropped:0 overruns:0 frame:0
  8.           TX packets:79120 errors:0 dropped:0 overruns:0 carrier:0
  9.           collisions:0 txqueuelen:1000
  10.           RX bytes:578794 (578.7 KB)  TX bytes:7856975 (7.8 MB)
  11.           Interrupt:16
  12.  
  13. eth1      Link encap:Ethernet  HWaddr 00:e0:4c:14:8c:f6
  14.           inet addr:123.129.254.12  Bcast:123.255.255.255  Mask:255.0.0.0
  15.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  16.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  17.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  18.           collisions:0 txqueuelen:1000
  19.           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  20.           Interrupt:17 Base address:0xcc00
  21.  
  22. lo        Link encap:Local Loopback
  23.           inet addr:127.0.0.1  Mask:255.0.0.0
  24.           inet6 addr: ::1/128 Scope:Host
  25.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  26.           RX packets:22991 errors:0 dropped:0 overruns:0 frame:0
  27.           TX packets:22991 errors:0 dropped:0 overruns:0 carrier:0
  28.           collisions:0 txqueuelen:0
  29.           RX bytes:8579310 (8.5 MB)  TX bytes:8579310 (8.5 MB)
  30. 2. /etc/hosts
  31. dcerouter_1000405:/etc# ls host*
  32. host.conf  hostname  hostname.pbackup  hosts  hosts.allow  hosts.deny
  33. dcerouter_1000405:/etc# cat hosts
  34. ## @FileType: Pluto Sectioned Config File ##
  35. ## @Version: 1 ##
  36. ## @KeepSections: ##
  37. ## @RemoveSections: ##
  38.  
  39. ## BEGIN : NetworkSetup
  40. 192.168.80.1 dcerouter
  41. ## END : NetworkSetup
  42.  
  43. ## BEGIN : DisklessMD
  44.  
  45. ## END : DisklessMD
  46.  
  47. 127.0.0.1       localhost.localdomain   localhost
  48. ::1             ip6-localhost           ip6-loopback
  49. fe00::0         ip6-localnet
  50. ff00::0         ip6-mcastprefix
  51. ff02::1
  52.         ip6-allnodes
  53. ff02::2         ip6-allrouters
  54. ff02::3         ip6-allhosts
  55. dcerouter_1000405:/etc# cat host.conf
  56. # The "order" line is only used by old versions of the C library.
  57. order hosts,bind
  58. multi on
  59.  
  60. dcerouter_1000405:/etc# cat hostname
  61. dcerouter
  62.  
  63. dcerouter_1000405:/etc# cat hosts.allow
  64. # /etc/hosts.allow: list of hosts that are allowed to access the system.
  65. #                   See the manual pages hosts_access(5) and hosts_options(5).
  66. #
  67. # Example:    ALL: LOCAL @some_netgroup
  68. #             ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
  69. #
  70. # If you're going to protect the portmapper use the name "portmap" for the
  71. # daemon name. Remember that you can only use the keyword "ALL" and IP
  72. # addresses (NOT host or domain names) for the portmapper, as well as for
  73. # rpc.mountd (the NFS mount daemon). See portmap(8) and rpc.mountd(8)
  74. # for further information.
  75. #
  76.  
  77. dcerouter_1000405:/etc# cat hosts.deny
  78. # /etc/hosts.deny: list of hosts that are _not_ allowed to access the system.
  79. #                  See the manual pages hosts_access(5) and hosts_options(5).
  80. #
  81. # Example:    ALL: some.host.name, .some.domain
  82. #             ALL EXCEPT in.fingerd: other.host.name, .other.domain
  83. #
  84. # If you're going to protect the portmapper use the name "portmap" for the
  85. # daemon name. Remember that you can only use the keyword "ALL" and IP
  86. # addresses (NOT host or domain names) for the portmapper, as well as for
  87. # rpc.mountd (the NFS mount daemon). See portmap(8) and rpc.mountd(8)
  88. # for further information.
  89. #
  90. # The PARANOID wildcard matches any host whose name does not match its
  91. # address.
  92.  
  93. # You may wish to enable this to ensure any programs that don't
  94. # validate looked up hostnames still leave understandable logs. In past
  95. # versions of Debian this has been the default.
  96. # ALL: PARANOID
  97.  
  98.  
  99. 3. route -n
  100. dcerouter_1000405:/etc# route -n
  101. Kernel IP routing table
  102. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  103. 192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
  104. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0
  105. 123.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 eth1
  106. 0.0.0.0         192.168.2.1     0.0.0.0         UG    100    0        0 eth0
  107. dcerouter_1000405:/etc# netstat -rn
  108. Kernel IP routing table
  109. Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
  110. 192.168.2.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
  111. 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
  112. 123.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 eth1
  113. 0.0.0.0         192.168.2.1     0.0.0.0         UG        0 0          0 eth0
  114.  
  115.  
  116. 4. network
  117. dcerouter_1000405:/etc/network# cat interfaces
  118. auto lo
  119.         iface lo inet loopback
  120.  
  121. auto eth0
  122. iface eth0 inet dhcp
  123. auto eth1
  124. iface eth1 inet static
  125.         address 192.168.80.1
  126.         netmask 255.255.255.0 eth0  <-- This one automatically added after LMCE launch, strange!!!
  127.  
  128. 5. /etc/pluto.conf
  129. dcerouter_1000405:/etc# cat pluto.conf
  130. # Pluto config file
  131. MySqlHost = localhost
  132. MySqlUser = root
  133. MySqlPassword =
  134. MySqlDBName = pluto_main
  135. DCERouter = localhost
  136. MySqlPort = 3306
  137. DCERouterPort = 3450
  138. PK_Device = 1
  139. Activation_Code = 1111
  140. PK_Installation = 1000405
  141. PK_Users =
  142. PK_Distro = 17
  143. Display = 0
  144. SharedDesktop = 1
  145. OfflineMode = false
  146. #<-mkr_b_videowizard_b->
  147. UseVideoWizard = 1
  148. #<-mkr_b_videowizard_e->
  149. LogLevels = 1,5,7,8
  150. #ImmediatelyFlushLog = 1
  151. AutostartCore=1
  152. AutostartMedia=1
  153. FirstBoot = false
  154. AVWizardOverride = 0
  155. TimeZoneSet = 1
  156. AVWizardDone = 1
  157. DesktopActivated = 1
  158. LastSearchTokenUpdate=1246751267
  159. DVDKeysCache = /home/.dvdcss
  160. DisableFirewall=1
  161. dcerouter_1000405:/etc#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement