Advertisement
Guest User

ad-hoc

a guest
Aug 8th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.17 KB | None | 0 0
  1. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) starting connection 'private-ap'
  2. Aug  8 10:12:49 lenko NetworkManager[892]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
  3. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
  4. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
  5. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
  6. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
  7. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
  8. Aug  8 10:12:49 lenko NetworkManager[892]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
  9. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0/wireless): connection 'private-ap' has security, and secrets exist.  No new secrets needed.
  10. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'ssid' value 'private-ap'
  11. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'mode' value '1'
  12. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'frequency' value '2412'
  13. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'key_mgmt' value 'NONE'
  14. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'auth_alg' value 'OPEN'
  15. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'wep_key0' value '<omitted>'
  16. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: added 'wep_tx_keyidx' value '0'
  17. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
  18. Aug  8 10:12:49 lenko NetworkManager[892]: <info> Config: set interface ap_scan to 2
  19. Aug  8 10:12:49 lenko wpa_supplicant[1030]: Trying to associate with SSID 'private-ap'
  20. Aug  8 10:12:49 lenko kernel: [ 1091.744456] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  21. Aug  8 10:12:49 lenko NetworkManager[892]: <info> (wlan0): supplicant interface state: inactive -> associating
  22. Aug  8 10:12:49 lenko kernel: [ 1091.755957] wlan0: Trigger new scan to find an IBSS to join
  23. Aug  8 10:12:51 lenko avahi-daemon[930]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::c617:feff:fefa:f7f4.
  24. Aug  8 10:12:51 lenko avahi-daemon[930]: New relevant interface wlan0.IPv6 for mDNS.
  25. Aug  8 10:12:51 lenko avahi-daemon[930]: Registering new address record for fe80::c617:feff:fefa:f7f4 on wlan0.*.
  26. Aug  8 10:12:52 lenko kernel: [ 1094.732970] wlan0: Trigger new scan to find an IBSS to join
  27. Aug  8 10:12:55 lenko kernel: [ 1097.705357] wlan0: Trigger new scan to find an IBSS to join
  28. Aug  8 10:12:56 lenko kernel: [ 1098.789612] wlan0: Creating new IBSS network, BSSID de:05:04:81:2c:db
  29. Aug  8 10:12:56 lenko wpa_supplicant[1030]: Associated with de:05:04:81:2c:db
  30. Aug  8 10:12:56 lenko wpa_supplicant[1030]: CTRL-EVENT-CONNECTED - Connection to de:05:04:81:2c:db completed (auth) [id=0 id_str=]
  31. Aug  8 10:12:56 lenko NetworkManager[892]: <info> (wlan0): supplicant interface state: associating -> completed
  32. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'private-ap'.
  33. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
  34. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
  35. Aug  8 10:12:56 lenko NetworkManager[892]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
  36. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
  37. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
  38. Aug  8 10:12:56 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
  39. Aug  8 10:12:56 lenko avahi-daemon[930]: Withdrawing address record for fe80::c617:feff:fefa:f7f4 on wlan0.
  40. Aug  8 10:12:56 lenko avahi-daemon[930]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::c617:feff:fefa:f7f4.
  41. Aug  8 10:12:56 lenko avahi-daemon[930]: Interface wlan0.IPv6 no longer relevant for mDNS.
  42. Aug  8 10:12:56 lenko avahi-daemon[930]: Withdrawing address record for 192.168.1.1 on wlan0.
  43. Aug  8 10:12:56 lenko avahi-daemon[930]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.1.
  44. Aug  8 10:12:56 lenko avahi-daemon[930]: Interface wlan0.IPv4 no longer relevant for mDNS.
  45. Aug  8 10:12:56 lenko avahi-daemon[930]: Joining mDNS multicast group on interface wlan0.IPv4 with address 10.42.0.1.
  46. Aug  8 10:12:56 lenko avahi-daemon[930]: New relevant interface wlan0.IPv4 for mDNS.
  47. Aug  8 10:12:56 lenko avahi-daemon[930]: Registering new address record for 10.42.0.1 on wlan0.IPv4.
  48. Aug  8 10:12:57 lenko dnsmasq[2064]: exiting on receipt of SIGTERM
  49. Aug  8 10:12:57 lenko NetworkManager[892]: <info> DNS: starting dnsmasq...
  50. Aug  8 10:12:57 lenko NetworkManager[892]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
  51. Aug  8 10:12:57 lenko dnsmasq[4147]: started, version 2.59 cache disabled
  52. Aug  8 10:12:57 lenko dnsmasq[4147]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
  53. Aug  8 10:12:57 lenko dnsmasq[4147]: using nameserver 83.149.33.72#53
  54. Aug  8 10:12:57 lenko dnsmasq[4147]: using nameserver 83.149.33.201#53
  55. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Policy set 'Megafon connection' (ppp0) as default for IPv4 routing and DNS.
  56. Aug  8 10:12:58 lenko kernel: [ 1099.872150] ip_tables: (C) 2000-2006 Netfilter Core Team
  57. Aug  8 10:12:58 lenko kernel: [ 1099.903691] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  58. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 53 --jump ACCEPT
  59. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 53 --jump ACCEPT
  60. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 67 --jump ACCEPT
  61. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 67 --jump ACCEPT
  62. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump REJECT
  63. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump REJECT
  64. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-interface wlan0 --jump ACCEPT
  65. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert FORWARD --source 10.42.0.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
  66. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table filter --insert FORWARD --destination 10.42.0.0/255.255.255.0 --out-interface wlan0 --match state --state ESTABLISHED,RELATED --jump ACCEPT
  67. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Executing: /sbin/iptables --table nat --insert POSTROUTING --source 10.42.0.0/255.255.255.0 ! --destination 10.42.0.0/255.255.255.0 --jump MASQUERADE
  68. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Starting dnsmasq...
  69. Aug  8 10:12:58 lenko NetworkManager[892]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
  70. Aug  8 10:12:58 lenko dnsmasq[4182]: started, version 2.59 cachesize 150
  71. Aug  8 10:12:58 lenko dnsmasq[4182]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
  72. Aug  8 10:12:58 lenko dnsmasq-dhcp[4182]: DHCP, IP range 10.42.0.10 -- 10.42.0.100, lease time 1h
  73. Aug  8 10:12:58 lenko dnsmasq[4182]: reading /etc/resolv.conf
  74. Aug  8 10:12:58 lenko dnsmasq[4182]: using nameserver 127.0.0.1#53
  75. Aug  8 10:12:58 lenko dnsmasq[4182]: using nameserver 83.149.33.72#53
  76. Aug  8 10:12:58 lenko dnsmasq[4182]: using nameserver 83.149.33.201#53
  77. Aug  8 10:12:58 lenko dnsmasq[4182]: cleared cache
  78. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Activation (wlan0) successful, device activated.
  79. Aug  8 10:12:58 lenko NetworkManager[892]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
  80. Aug  8 10:12:58 lenko dbus[861]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
  81. Aug  8 10:12:58 lenko dbus[861]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  82. Aug  8 10:12:58 lenko avahi-daemon[930]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::c617:feff:fefa:f7f4.
  83. Aug  8 10:12:58 lenko avahi-daemon[930]: New relevant interface wlan0.IPv6 for mDNS.
  84. Aug  8 10:12:58 lenko avahi-daemon[930]: Registering new address record for fe80::c617:feff:fefa:f7f4 on wlan0.*.
  85. Aug  8 10:13:07 lenko kernel: [ 1109.773625] wlan0: no IPv6 routers present
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement