Temat: Główny router nie daje dhcp

Cześć !!

Nie wiem dlaczego ale jak próbowałem ustawić dns dla simplefailover modemie to coś pogrzebałem z dhcp. Sam router teraz nie daje dhcp, ale jak ręcznie usatwiem ip, gateway oraz dns to mam dostęp do sieci.

config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option filterwin2k '0'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option nonegcache '0'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option localservice '1'
        option noresolv '1'
        list server '127.0.0.1#5353'
        list server '/pool.ntp.org/208.67.222.222'

oonfig dhcp 'lan'
        option interface 'lan'
        option start '100'
        option limit '150'
        option leasetime '12h'
        option dhcpv6 'server'
        option ra 'server'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'



config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd28:0472:ad3e::/48'

config interface 'lan'
        option ifname 'eth0.1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.0.1'
        option netmask '255.255.
255.0'
        option ip6assign '60'
        option dns      '192.168.0.1'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'pppoe'
        option macaddr 'xxxxxxxx'
        option username 'xxxxxxx'
        option password 'xxxxx'
        option keepalive '3 5'

#config interface 'wan2'
#       option proto    '3g'
#       option apn      'internet'
#       option device   '/dev/ttyUSB0'
#       option sevice   'umts'
#       option auto     '0'

config interface 'wan6'
        option ifname 'eth0.2'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '1 2 3 4 5t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '0 5t'


config defaults
        option syn_flood '1'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'REJECT'

config zone
        option name 'lan'
        list network 'lan'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'ACCEPT'

config zone
        option name 'wan'
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option masq '1'
        option mtu_fix '1'
        option network 'wan wan2'

config zone
        option name 'wan2'
        list network 'wan2'
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option masq '1'

config forwarding
        option src 'lan'
        option dest 'wan2'

config forwarding
        option src 'lan'
        option dest 'wan'

config rule
        option name 'Allow-DHCP-Renew'
        option src 'wan'
        option proto 'udp'
        option dest_port '68'
        option target 'ACCEPT'
        option family 'ipv4'

config rule
        option name 'Allow-Ping'
        option src 'wan'
        option proto 'icmp'
        option icmp_type 'echo-request'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-IGMP'
        option src 'wan'
        option proto 'igmp'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-DHCPv6'
        option src 'wan'
        option proto 'udp'
        option src_ip 'fe80::/10'
        option src_port '547'
        option dest_ip 'fe80::/10'
        option dest_port '546'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-MLD'
        option src 'wan'
        option proto 'icmp'
        option src_ip 'fe80::/10'
        list icmp_type '130/0'
        list icmp_type '131/0'
        list icmp_type '132/0'
        list icmp_type '143/0'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Input'
        option src 'wan'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        list icmp_type 'router-solicitation'
        list icmp_type 'neighbour-solicitation'
        list icmp_type 'router-advertisement'
        list icmp_type 'neighbour-advertisement'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Forward'
        option src 'wan'
        option dest '*'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config include
        option path '/etc/firewall.user'

2

Odp: Główny router nie daje dhcp

logread
Sat Aug 15 00:42:33 2015 daemon.notice netifd: Network device 'eth0' link is up
Sat Aug 15 00:42:33 2015 daemon.notice netifd: VLAN 'eth0.2' link is up
Sat Aug 15 00:42:33 2015 daemon.notice netifd: Interface 'wan' has link connecti                                                                             vity
Sat Aug 15 00:42:33 2015 daemon.notice netifd: Interface 'wan' is setting up now
Sat Aug 15 00:42:33 2015 daemon.notice netifd: Interface 'wan6' has link connect                                                                             ivity
Sat Aug 15 00:42:33 2015 daemon.notice netifd: Interface 'wan6' is setting up no                                                                             w
Sat Aug 15 00:42:33 2015 daemon.notice netifd: VLAN 'eth0.1' link is up
Sat Aug 15 00:42:34 2015 daemon.notice netifd: Network device 'lo' link is up
Sat Aug 15 00:42:34 2015 daemon.notice netifd: Interface 'loopback' has link con                                                                             nectivity
Sat Aug 15 00:42:35 2015 user.notice firewall: Reloading firewall due to ifup of                                                                              lan (br-lan)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.250000] cfg80211: Calling CRDA                                                                              for country: PL
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.250000] cfg80211: Regulatory d                                                                             omain changed to country: PL
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.260000] cfg80211:  DFS Master                                                                              region: ETSI
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.260000] cfg80211:   (start_fre                                                                             q - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.270000] cfg80211:   (2402000 K                                                                             Hz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.280000] cfg80211:   (5170000 K                                                                             Hz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.290000] cfg80211:   (5250000 K                                                                             Hz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.300000] cfg80211:   (5490000 K                                                                             Hz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.310000] cfg80211:   (57000000                                                                              KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Sat Aug 15 00:42:35 2015 daemon.info pppd[1309]: Plugin rp-pppoe.so loaded.
Sat Aug 15 00:42:35 2015 daemon.info pppd[1309]: RP-PPPoE plugin version 3.8p co                                                                             mpiled against pppd 2.4.7
Sat Aug 15 00:42:35 2015 daemon.notice pppd[1309]: pppd 2.4.7 started by root, u                                                                             id 0
Sat Aug 15 00:42:35 2015 daemon.info pppd[1309]: PPP session is 23951
Sat Aug 15 00:42:35 2015 daemon.warn pppd[1309]: Connected to 00:e1:10:ad:c3:8b                                                                              via interface eth0.2
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.590000] br-lan: port 1(eth0.1)                                                                              entered forwarding state
Sat Aug 15 00:42:35 2015 kern.info kernel: [   28.590000] pppoe-wan: renamed fro                                                                             m ppp0
Sat Aug 15 00:42:35 2015 daemon.info pppd[1309]: Using interface pppoe-wan
Sat Aug 15 00:42:35 2015 daemon.notice pppd[1309]: Connect: pppoe-wan <--> eth0.                                                                             2
Sat Aug 15 00:42:36 2015 daemon.notice netifd: radio0 (1243): Interface 0 setup                                                                              failed: INVALID_WPA_PSK
Sat Aug 15 00:42:36 2015 daemon.notice netifd: radio0 (1243): WARNING: Variable                                                                              'interfaces' does not exist or is not an array/object
Sat Aug 15 00:42:36 2015 daemon.info pppd[1309]: CHAP authentication succeeded:                                                                              Welcome!
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: CHAP authentication succeeded
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: peer from calling number 00:E                                                                             1:10:AD:C3:8B authorized
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: local  IP address 87.204.178.                                                                             109
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: remote IP address 87.204.178.                                                                             5
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: primary   DNS address 62.233.                                                                             233.233
Sat Aug 15 00:42:36 2015 daemon.notice pppd[1309]: secondary DNS address 87.204.                                                                             204.204
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: started, version 2.73 caches                                                                             ize 150
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: compile time options: IPv6 G                                                                             NU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipse                                                                             t no-auth no-DNSSEC loop-detect inotify
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: DNS service limited to local                                                                              subnets
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: using nameserver 208.67.222.                                                                             222#53 for domain pool.ntp.org
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: using nameserver 127.0.0.1#5                                                                             353
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: using local addresses only f                                                                             or domain lan
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: read /etc/hosts - 1 addresse                                                                             s
Sat Aug 15 00:42:37 2015 daemon.info dnsmasq[1420]: read /tmp/hosts/dhcp - 1 add                                                                             resses
Sat Aug 15 00:42:37 2015 daemon.notice netifd: Network device 'pppoe-wan' link i                                                                             s up
Sat Aug 15 00:42:37 2015 daemon.notice netifd: Interface 'wan' is now up
Sat Aug 15 00:42:37 2015 daemon.notice dnscrypt-proxy[1434]: Starting dnscrypt-p                                                                             roxy 1.4.3
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Initializing libsodiu                                                                             m for optimal performance
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Generating a new key                                                                              pair
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Done
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 00:42:37 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 00:42:37 2015 daemon.notice dnscrypt-proxy[1434]: Proxying from 127.0                                                                             .0.1:5353 to 208.67.220.220:443
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1420]: exiting on receipt of SIGTER                                                                             M
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: started, version 2.73 caches                                                                             ize 150
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: compile time options: IPv6 G                                                                             NU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipse                                                                             t no-auth no-DNSSEC loop-detect inotify
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: DNS service limited to local                                                                              subnets
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: using nameserver 208.67.222.                                                                             222#53 for domain pool.ntp.org
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: using nameserver 127.0.0.1#5                                                                             353
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: using local addresses only f                                                                             or domain lan
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: read /etc/hosts - 1 addresse                                                                             s
Sat Aug 15 00:42:38 2015 daemon.info dnsmasq[1481]: read /tmp/hosts/dhcp - 1 add                                                                             resses
Sat Aug 15 00:47:35 2015 daemon.info pppd[1309]: System time change detected.
Sat Aug 15 00:49:15 2015 authpriv.info dropbear[1541]: Child connection from 218                                                                             .65.30.217:54854
Sat Aug 15 00:49:20 2015 authpriv.info dropbear[1541]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 00:49:40 2015 daemon.warn dnsmasq[1481]: Ignoring query from non-loca                                                                             l network
Sat Aug 15 00:50:38 2015 authpriv.info dropbear[1542]: Child connection from 192                                                                             .168.0.20:56765
Sat Aug 15 00:50:49 2015 authpriv.notice dropbear[1542]: Password auth succeeded                                                                              for 'root' from 192.168.0.20:56765
Sat Aug 15 00:53:56 2015 authpriv.info dropbear[1542]: Exit (root): Exited norma                                                                             lly
Sat Aug 15 01:30:02 2015 authpriv.info dropbear[1602]: Child connection from 218                                                                             .65.30.61:58050
Sat Aug 15 01:30:08 2015 authpriv.info dropbear[1602]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 01:47:50 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 01:47:50 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 01:47:50 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 01:47:50 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 01:47:50 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 02:48:57 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 02:48:57 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 02:48:57 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 02:48:57 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 02:48:57 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 03:12:53 2015 kern.info kernel: [ 8787.940000] nf_conntrack: automati                                                                             c helper assignment is deprecated and it will be removed soon. Use the iptables                                                                              CT target to attach helpers instead.
Sat Aug 15 03:23:22 2015 authpriv.info dropbear[1612]: Child connection from 218                                                                             .65.30.92:36423
Sat Aug 15 03:23:27 2015 authpriv.info dropbear[1612]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 03:49:05 2015 authpriv.info dropbear[1615]: Child connection from 183                                                                             .152.79.184:37301
Sat Aug 15 03:49:05 2015 authpriv.info dropbear[1615]: Exit before auth: Exited                                                                              normally
Sat Aug 15 03:49:35 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 03:49:35 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 03:49:35 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 03:49:35 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 03:49:35 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 04:36:07 2015 authpriv.info dropbear[1620]: Child connection from 218                                                                             .65.30.61:35975
Sat Aug 15 04:36:12 2015 authpriv.info dropbear[1620]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 04:49:41 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 04:49:41 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 04:49:41 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 04:49:41 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 04:49:41 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 05:38:31 2015 authpriv.info dropbear[1625]: Child connection from 182                                                                             .100.67.59:47491
Sat Aug 15 05:38:37 2015 authpriv.info dropbear[1625]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 05:50:42 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 05:50:42 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 05:50:42 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 05:50:42 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 05:50:42 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 06:52:01 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 06:52:01 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 06:52:01 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 06:52:01 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 06:52:01 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 07:28:01 2015 authpriv.info dropbear[1632]: Child connection from 218                                                                             .87.111.108:60815
Sat Aug 15 07:28:06 2015 authpriv.info dropbear[1632]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 07:32:17 2015 authpriv.info dropbear[1634]: Child connection from 183                                                                             .152.79.184:60568
Sat Aug 15 07:32:25 2015 authpriv.warn dropbear[1634]: Bad password attempt for                                                                              'root' from 183.152.79.184:60568
Sat Aug 15 07:32:30 2015 authpriv.info dropbear[1634]: Exit before auth (user 'r                                                                             oot', 1 fails): Exited normally
Sat Aug 15 07:52:44 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 07:52:44 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 07:52:44 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 07:52:44 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 07:52:44 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 08:19:51 2015 authpriv.info dropbear[1637]: Child connection from 182                                                                             .100.67.59:40408
Sat Aug 15 08:19:56 2015 authpriv.info dropbear[1637]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 08:53:28 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 08:53:28 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 08:53:28 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 08:53:28 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 08:53:28 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 09:54:05 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 09:54:06 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 09:54:06 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 09:54:06 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 09:54:06 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 10:10:03 2015 authpriv.info dropbear[1645]: Child connection from 182                                                                             .100.67.59:35489
Sat Aug 15 10:10:11 2015 authpriv.info dropbear[1645]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 10:55:24 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 10:55:24 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 10:55:24 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 10:55:24 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 10:55:24 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 11:02:10 2015 authpriv.info dropbear[1649]: Child connection from 115                                                                             .209.124.87:49486
Sat Aug 15 11:02:10 2015 authpriv.info dropbear[1649]: Exit before auth: Exited                                                                              normally
Sat Aug 15 11:42:15 2015 authpriv.info dropbear[1652]: Child connection from 218                                                                             .87.111.107:42602
Sat Aug 15 11:42:22 2015 authpriv.info dropbear[1652]: Exit before auth: Disconn                                                                             ect received
Sat Aug 15 11:47:00 2015 authpriv.info dropbear[1653]: Child connection from 183                                                                             .152.79.184:39598
Sat Aug 15 11:47:10 2015 authpriv.info dropbear[1653]: Exit before auth: Exited                                                                              normally
Sat Aug 15 11:56:01 2015 daemon.info dnscrypt-proxy[1434]: Refetching server cer                                                                             tificates
Sat Aug 15 11:56:03 2015 daemon.info dnscrypt-proxy[1434]: Server certificate #1                                                                             435874751 received
Sat Aug 15 11:56:03 2015 daemon.info dnscrypt-proxy[1434]: This certificate look                                                                             s valid
Sat Aug 15 11:56:03 2015 daemon.info dnscrypt-proxy[1434]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 11:56:03 2015 daemon.info dnscrypt-proxy[1434]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 12:24:11 2015 authpriv.info dropbear[1657]: Child connection from 192                                                                             .168.0.20:57374
Sat Aug 15 12:24:25 2015 authpriv.notice dropbear[1657]: Password auth succeeded                                                                              for 'root' from 192.168.0.20:57374
Sat Aug 15 12:29:13 2015 daemon.notice dnscrypt-proxy[1718]: Starting dnscrypt-p                                                                             roxy 1.4.3
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Initializing libsodiu                                                                             m for optimal performance
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Generating a new key                                                                              pair
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Done
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Server certificate #1                                                                             435874751 received
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: This certificate look                                                                             s valid
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Chosen certificate #1                                                                             435874751 is valid from [2015-07-03] to [2016-07-02]
Sat Aug 15 12:29:13 2015 daemon.info dnscrypt-proxy[1718]: Server key fingerprin                                                                             t is ED19:BFBA:FAFC:9257:DFDC:68C7:69BF:AC24:94CD:743F:3C1D:4966:134D:FE2C:4BDC:                                                                             F315
Sat Aug 15 12:29:13 2015 daemon.notice dnscrypt-proxy[1718]: Proxying from 127.0                                                                             .0.1:5353 to 208.67.220.220:443
Sat Aug 15 12:29:46 2015 daemon.info dnsmasq[1481]: exiting on receipt of SIGTER                                                                             M
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: started, version 2.73 caches                                                                             ize 150
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: compile time options: IPv6 G                                                                             NU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipse                                                                             t no-auth no-DNSSEC loop-detect inotify
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: DNS service limited to local                                                                              subnets
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: using nameserver 208.67.222.                                                                             222#53 for domain pool.ntp.org
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: using nameserver 127.0.0.1#5                                                                             353
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: using local addresses only f                                                                             or domain lan
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: read /etc/hosts - 1 addresse                                                                             s
Sat Aug 15 12:29:47 2015 daemon.info dnsmasq[1756]: read /tmp/hosts/dhcp - 1 add                                                                             resses
Sat Aug 15 12:37:52 2015 authpriv.info dropbear[1760]: Child connection from 218                                                                             .65.30.38:52885
Sat Aug 15 12:38:05 2015 authpriv.info dropbear[1760]: Exit before auth: Disconn                                                                             ect received