Cool, how is 5GHz stability on the Archer nowadays?
Topic: Optimized and feature rich trunk build for select routers
The content of this topic has been archived between 20 Aug 2014 and 5 May 2018. Unfortunately there are posts – most likely complete pages – missing.
c7 v2 could not get 5ghz to work. the ssid says openwrt 5ghz but when enabled it was 2.4
maybe this log will help.
Thanks for all your hard work very appreciated!
cfg80211: Calling CRDA to update world regulatory domain
[ 16.790000] cfg80211: World regulatory domain updated:
[ 16.790000] cfg80211: DFS Master region: unset
Might be a problem with the regdomain hack. Try this:
rm -rf /overlay/upper/lib/modules && reboot
@roswitina
My build has 5300 by default, also in /etc/config/dnscrypt-proxy. You haven't followed instructions about not keeping settings.
@zsmitty
Looks to me like 5GHz is up:
[ 16.640000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 16.650000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 16.660000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 16.670000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.670000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
(Last edited by arokh on 19 Jul 2015, 16:26)
I might be missing something, but didnt there use to be two radios (Archer C7)?
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.channel='11'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/qca955x_wmac'
wireless.radio0.htmode='HT20'
wireless.radio0.country='00'
wireless.radio0.disabled='0'
wireless.radio0.log_level='3'
wireless.@wifi-iface[0]=wifi-iface
wireless.@wifi-iface[0].device='radio0'
wireless.@wifi-iface[0].network='lan'
wireless.@wifi-iface[0].mode='ap'
wireless.@wifi-iface[0].ssid='OpenWrt'
wireless.@wifi-iface[0].encryption='psk2'
wireless.@wifi-iface[0].key='changeme'
wireless.@wifi-iface[0].wps_pushbutton='0'
wireless.tor=wifi-iface
wireless.tor.network='tor'
wireless.tor.mode='ap'
wireless.tor.encryption='psk2'
wireless.tor.key='changeme'
wireless.tor.disabled='1'
wireless.tor.ssid='OpenWrt 5GHz'
wireless.tor.device='radio0'
This is from a fresh install.
(Last edited by johanrd on 19 Jul 2015, 16:57)
Did a fresh install, now OpenVPN won't work, the client1 file won't even import in the official Android app, the unofficial Android app and it doesn't work on my Laptop. The certs are messed up, they do not include the -----END PRIVATE KEY----- lines, tried to add them, but still won't connect.
@zsmitty
Looks to me like 5GHz is up:
[ 16.640000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 16.650000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 16.660000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 16.670000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.670000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Ok , However in luci under Wireless Overview it only shows one radio: Generic MAC80211 802.11bgn (radio0)
Channel: 11 (2.462 GHz) | Bitrate: ? Mbit/s.
OK, with the lines added I now do get a connection with my Android phone, though only over TCP, UDP won't work and my Windows machine still cannot connect unfortunately.
EDIT:
Just figured out that using # in the udp connection and trying to connect to the VPN from a different network on my Windows machine, it does connect on the TCP protocol. So I cannot connect to the VPN from within my own network (which is kind of useless anyways, but I noticed it testing the VPN on my laptop).
(Last edited by johan81 on 19 Jul 2015, 17:52)
Seems that my uci script had some mistakes, I used redirect in stead of rule to open some ports on the router, which lead to not being able to connect to the udp VPN port and after correcting that, UDP works fine. But I still cannot connect to the VPN from the internal network, again, not a biggie since it is pretty useless, but still something to note.
@johan81
Yeah I noticed that, seems to be a problem with the official OpenVPN client not respecting the "float" option which should let the client accept packets from a different IP address than what specified as remote in the .ovpn file. I believe it works with the other OpenVPN app for Android. What you can do though is specify remote 192.168.1.1 in the .ovpn file. Either that, or use a ddns hostname like foo.dyndns.org and then add that to 192.168.1.1 aliases in your /etc/hosts. That will make the client connect to the internal address when on the internal network, and use the public IP when you are outside.
EDIT:
I'll investigate the issue with the certificate.
About the radio on the Archer, there should be two. Anything in logread?
EDIT2:
You're right, certificates and keys should include the BEGIN/END part so I shouldn't strip it away. Will fix
EDIT3:
New build on the way, haven't done anything about the Archer as I don't have the router myself and need input from you guys. The command posted above should remove the reghack, which is the only thing I have done that might affect the radios. Hopefully there are some hints in logread, looks like the driver can see the 5GHz hardware from the above kernel log.
One of these commands:
'iw phy0 info'
or
'iw phy1 info'
Should give info on 5GHz channels.
(Last edited by arokh on 20 Jul 2015, 01:01)
You just posted the usage options of iw, it's not accepting phy1 as an option. So looks like you got no 5GHz. Could you try a recent official snapshot see if that's any different?
Yes, logread shows the system log.
I've got a similar output as zsmitty for the "iq phy0 info"
and my logread output after a restart is
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.000000] Linux version 3.18.18 (trondah@ff0) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46386) ) #1 Thu Jul 16 03:43:02 CEST 2015
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] MyLoader: sysp=825c0002, boardp=978d0000, parts=f85e0000
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] bootconsole [early0] enabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Determined physical RAM map:
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] memory: 08000000 @ 00000000 (usable)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Zone ranges:
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Normal [mem 0x00000000-0x07ffffff]
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Movable zone start for each node
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Early memory node ranges
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] node 0: [mem 0x00000000-0x07ffffff]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x07ffffff]
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] On node 0 totalpages: 32768
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] free_area_init_node: node 0, pgdat 803842b0, node_mem_map 81000000
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] Normal zone: 256 pages used for memmap
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] Normal zone: 0 pages reserved
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.000000] Kernel command line: board=ARCHER-C7 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Writing ErrCtl register=00000000
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Readback ErrCtl register=00000000
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.000000] Memory: 125728K/131072K available (2617K kernel code, 134K rwdata, 564K rodata, 260K init, 189K bss, 5344K reserved)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] NR_IRQS:83
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.000000] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.060000] pid_max: default: 32768 minimum: 301
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.060000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.070000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.070000] NET: Registered protocol family 16
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.080000] MIPS: machine is TP-LINK Archer C7
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.080000] ar724x-pci ar724x-pci.0: PCIe link is down
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.090000] registering PCI controller with io_map_base unset
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.090000] registering PCI controller with io_map_base unset
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.540000] PCI host bridge to bus 0000:00
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.550000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.550000] pci_bus 0000:00: root bus resource [io 0x0000]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.560000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.560000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.560000] PCI host bridge to bus 0000:01
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.570000] pci_bus 0000:01: root bus resource [mem 0x12000000-0x13ffffff]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.570000] pci_bus 0000:01: root bus resource [io 0x0001]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.580000] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.580000] pci 0000:01:00.0: [168c:003c] type 00 class 0x028000
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.580000] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.580000] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.580000] pci 0000:01:00.0: supports D1 D2
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.580000] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.580000] pci 0000:01:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.590000] pci 0000:01:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.590000] pci 0000:01:00.0: using irq 41 for pin 1
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.600000] Switched to clocksource MIPS
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.600000] NET: Registered protocol family 2
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.610000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.610000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.620000] TCP: Hash tables configured (established 1024 bind 1024)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.620000] TCP: reno registered
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.630000] UDP hash table entries: 256 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.630000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.640000] NET: Registered protocol family 1
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 0.640000] PCI: CLS 0 bytes, default 32
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.640000] futex hash table entries: 256 (order: -1, 3072 bytes)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.660000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.660000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.670000] msgmni has been set to 245
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.670000] io scheduler noop registered
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.680000] io scheduler deadline registered (default)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.680000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.690000] console [ttyS0] disabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.710000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.720000] console [ttyS0] enabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.730000] bootconsole [early0] disabled
Sun Jul 19 23:12:10 2015 kern.warn kernel: [ 0.740000] m25p80 spi0.0: found w25q128, expected m25p80
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.740000] m25p80 spi0.0: w25q128 (16384 Kbytes)
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.750000] 5 tp-link partitions found on MTD device spi0.0
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.750000] Creating 5 MTD partitions on "spi0.0":
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.760000] 0x000000000000-0x000000020000 : "u-boot"
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.770000] 0x000000020000-0x00000014818c : "kernel"
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.770000] 0x00000014818c-0x000000ff0000 : "rootfs"
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.780000] mtd: device 2 (rootfs) set to be root filesystem
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.780000] 1 squashfs-split partitions found on MTD device rootfs
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.790000] 0x0000007a0000-0x000000ff0000 : "rootfs_data"
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.790000] 0x000000ff0000-0x000001000000 : "art"
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 0.800000] 0x000000020000-0x000000ff0000 : "firmware"
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.830000] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 0.920000] libphy: ag71xx_mdio: probed
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 1.520000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 1.530000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.120000] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:SGMII
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.120000] TCP: cubic registered
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.130000] NET: Registered protocol family 17
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.130000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 2.140000] Bridge firewalling registered
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.150000] 8021q: 802.1Q VLAN Support v1.8
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.160000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 2.170000] Freeing unused kernel memory: 260K (8039f000 - 803e0000)
Sun Jul 19 23:12:10 2015 user.info kernel: [ 3.350000] init: Console is alive
Sun Jul 19 23:12:10 2015 user.info kernel: [ 3.360000] init: - watchdog -
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.530000] usbcore: registered new interface driver usbfs
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.540000] usbcore: registered new interface driver hub
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.550000] usbcore: registered new device driver usb
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.560000] exFAT: Version 1.2.9
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 5.600000] SCSI subsystem initialized
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.610000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.610000] ehci-platform: EHCI generic platform driver
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.620000] ehci-platform ehci-platform.0: EHCI Host Controller
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.620000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.630000] ehci-platform ehci-platform.0: TX-TX IDP fix enabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.640000] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.670000] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.670000] hub 1-0:1.0: USB hub found
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.680000] hub 1-0:1.0: 1 port detected
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.680000] ehci-platform ehci-platform.1: EHCI Host Controller
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.690000] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.700000] ehci-platform ehci-platform.1: TX-TX IDP fix enabled
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.700000] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.730000] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.730000] hub 2-0:1.0: USB hub found
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.740000] hub 2-0:1.0: 1 port detected
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.740000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.750000] ohci-platform: OHCI generic platform driver
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 5.760000] usbcore: registered new interface driver usb-storage
Sun Jul 19 23:12:10 2015 user.info kernel: [ 6.400000] init: - preinit -
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 6.880000] eth1: link up (1000Mbps/Full duplex)
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 6.900000] random: procd urandom read with 10 bits of entropy available
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.060000] mount_root: loading kmods from internal overlay
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 11.520000] jffs2: notice: (412) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.530000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.550000] block: extroot: not configured
Sun Jul 19 23:12:10 2015 kern.notice kernel: [ 11.660000] jffs2: notice: (409) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.680000] mount_root: loading kmods from internal overlay
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.910000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.930000] block: extroot: not configured
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.930000] mount_root: switching to jffs2 overlay
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 11.960000] eth1: link down
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.970000] procd: - early -
Sun Jul 19 23:12:10 2015 user.info kernel: [ 11.980000] procd: - watchdog -
Sun Jul 19 23:12:10 2015 user.info kernel: [ 12.690000] procd: - ubus -
Sun Jul 19 23:12:10 2015 user.info kernel: [ 13.710000] procd: - init -
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.070000] NET: Registered protocol family 10
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.080000] Initializing XFRM netlink socket
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.090000] NET: Registered protocol family 15
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.090000] tun: Universal TUN/TAP device driver, 1.6
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.100000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.130000] sit: IPv6 over IPv4 tunneling driver
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.140000] ip6_tables: (C) 2000-2006 Netfilter Core Team
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.190000] u32 classifier
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.200000] input device check on
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.200000] Actions configured
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.200000] Mirror/redirect action on
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.220000] nf_conntrack version 0.5.0 (1968 buckets, 7872 max)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.270000] Loading modules backported from Linux version master-2015-06-22-0-g4732c92
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.280000] Backport generated by backports.git backports-20150626-0-gc1a4168
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.290000] ip_tables: (C) 2000-2006 Netfilter Core Team
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.410000] xt_time: kernel timezone is -0000
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.460000] cfg80211: Calling CRDA to update world regulatory domain
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.480000] cfg80211: World regulatory domain updated:
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.490000] cfg80211: DFS Master region: unset
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.490000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.500000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.510000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.520000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.530000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.540000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.550000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.550000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.560000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.730000] PPP generic driver version 2.4.2
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.730000] NET: Registered protocol family 24
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: EEPROM regdomain: 0x0
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: EEPROM indicates default country code should be used
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: doing EEPROM country->regdmn map search
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: country maps to regdmn code: 0x3a
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: Country alpha2 being used: US
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.790000] ath: Regpair used: 0x3a
Sun Jul 19 23:12:10 2015 kern.debug kernel: [ 15.800000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.800000] ieee80211 phy0: Atheros AR9550 Rev:0 mem=0xb8100000, irq=47
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.810000] cfg80211: Calling CRDA for country: US
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.820000] cfg80211: Regulatory domain changed to country: US
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.830000] cfg80211: DFS Master region: FCC
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.830000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.840000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.850000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.860000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.870000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.880000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Sun Jul 19 23:12:10 2015 kern.info kernel: [ 15.880000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Sun Jul 19 23:12:11 2015 user.emerg : this file has been obsoleted. please call "/sbin/block mount" directly
Sun Jul 19 23:12:12 2015 daemon.err block: mounting /dev/mtdblock2 (squashfs) as /mnt/mtdblock2 failed (-1) - No error information
Sun Jul 19 23:12:12 2015 daemon.err block: /dev/mtdblock3 is already mounted
Sun Jul 19 23:12:14 2015 kern.info kernel: [ 22.260000] eth1: link up (1000Mbps/Full duplex)
Sun Jul 19 23:12:14 2015 kern.info kernel: [ 22.270000] device eth1 entered promiscuous mode
Sun Jul 19 23:12:14 2015 kern.info kernel: [ 22.270000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'lan' is enabled
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'lan' is setting up now
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'lan' is now up
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'loopback' is enabled
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'loopback' is setting up now
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'loopback' is now up
Sun Jul 19 23:12:14 2015 kern.info kernel: [ 22.380000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'wan' is enabled
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'wan6' is enabled
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Network device 'eth1' link is up
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Network device 'lo' link is up
Sun Jul 19 23:12:14 2015 daemon.notice netifd: Interface 'loopback' has link connectivity
Sun Jul 19 23:12:14 2015 user.notice SQM: Trying to start/stop SQM on all interfaces.
Sun Jul 19 23:12:14 2015 user.emerg : SQM: Trying to start/stop SQM on all interfaces.
Sun Jul 19 23:12:14 2015 authpriv.info dropbear[1238]: Not backgrounding
Sun Jul 19 23:12:14 2015 user.notice SQM: /usr/lib/sqm/run.sh SQM for interface eth1 is not enabled, skipping over...
Sun Jul 19 23:12:14 2015 user.emerg : SQM: /usr/lib/sqm/run.sh SQM for interface eth1 is not enabled, skipping over...
Sun Jul 19 23:12:15 2015 user.notice SQM: Trying to start/stop SQM on interface br-lan
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.310000] br-lan: port 1(eth1) entered forwarding state
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.310000] br-lan: port 1(eth1) entered forwarding state
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.320000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Sun Jul 19 23:12:15 2015 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Bridge 'br-lan' link is up
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Interface 'lan' has link connectivity
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.380000] cfg80211: Calling CRDA to update world regulatory domain
Sun Jul 19 23:12:15 2015 kern.err kernel: [ 23.400000] cfg80211: Invalid regulatory domain detected:
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.400000] cfg80211: Regulatory domain: 00
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.410000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.410000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.420000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.430000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.440000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.450000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.460000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.470000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.470000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.510000] cfg80211: Calling CRDA to update world regulatory domain
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.510000] cfg80211: World regulatory domain updated:
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.520000] cfg80211: DFS Master region: unset
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.520000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.530000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.540000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.550000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.560000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.570000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.580000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.580000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.590000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.830000] eth0: link up (1000Mbps/Full duplex)
Sun Jul 19 23:12:15 2015 kern.info kernel: [ 23.830000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Network device 'eth0' link is up
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Interface 'wan' has link connectivity
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Interface 'wan' is setting up now
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Jul 19 23:12:15 2015 daemon.notice netifd: Interface 'wan6' is setting up now
Sun Jul 19 23:12:16 2015 daemon.notice netifd: wan (1403): udhcpc (v1.23.2) started
Sun Jul 19 23:12:16 2015 daemon.notice netifd: wan (1403): Sending discover...
Sun Jul 19 23:12:16 2015 daemon.notice netifd: wan (1403): Sending select for 192.168.1.73...
Sun Jul 19 23:12:16 2015 daemon.notice netifd: wan (1403): Lease of 192.168.1.73 obtained, lease time 3600
Sun Jul 19 23:12:16 2015 daemon.notice netifd: Interface 'wan' is now up
Sun Jul 19 23:12:17 2015 kern.info kernel: [ 25.310000] br-lan: port 1(eth1) entered forwarding state
Sun Jul 19 23:12:18 2015 kern.info kernel: [ 25.860000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 1 is up
Sun Jul 19 23:12:18 2015 kern.info kernel: [ 25.860000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 5 is up
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Found user 'nobody' (UID 65534) and group 'nogroup' (GID 65534).
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Successfully dropped root privileges.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: avahi-daemon 0.6.31 starting up.
Sun Jul 19 23:12:18 2015 daemon.warn avahi-daemon[1481]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: No service file found in /etc/avahi/services.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface br-lan.IPv6 with address fd61:2e20:6ebf::1.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: New relevant interface br-lan.IPv6 for mDNS.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface br-lan.IPv4 with address 192.168.20.1.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: New relevant interface br-lan.IPv4 for mDNS.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Network interface enumeration completed.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Registering new address record for fd61:2e20:6ebf::1 on br-lan.*.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Registering new address record for 192.168.20.1 on br-lan.IPv4.
Sun Jul 19 23:12:18 2015 daemon.info avahi-daemon[1481]: Registering HINFO record with values 'MIPS'/'LINUX'.
Sun Jul 19 23:12:19 2015 daemon.notice netifd: radio0 (1269): Configuration file: /var/run/hostapd-phy0.conf
Sun Jul 19 23:12:19 2015 kern.info kernel: [ 27.290000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sun Jul 19 23:12:19 2015 daemon.notice netifd: radio0 (1269): wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Sun Jul 19 23:12:19 2015 kern.info kernel: [ 27.310000] device wlan0 entered promiscuous mode
Sun Jul 19 23:12:19 2015 daemon.notice netifd: radio0 (1269): Using interface wlan0 with hwaddr 30:b5:c2:d7:82:55 and ssid "Openwrt-BGN"
Sun Jul 19 23:12:19 2015 daemon.info avahi-daemon[1481]: Server startup complete. Host name is tl-AC1750.local. Local service cookie is 2358904428.
Sun Jul 19 23:12:19 2015 user.emerg : no files found matching '/etc/strongswan.d/*.conf'
Sun Jul 19 23:12:19 2015 user.emerg : Starting strongSwan 5.3.2 IPsec [starter]...
Sun Jul 19 23:12:19 2015 authpriv.info ipsec_starter[1489]: Starting strongSwan 5.3.2 IPsec [starter]...
Sun Jul 19 23:12:19 2015 daemon.err modprobe: ah4 is already loaded
Sun Jul 19 23:12:19 2015 daemon.err modprobe: esp4 is already loaded
Sun Jul 19 23:12:19 2015 daemon.err modprobe: ipcomp is already loaded
Sun Jul 19 23:12:19 2015 daemon.err modprobe: xfrm4_tunnel is already loaded
Sun Jul 19 23:12:20 2015 daemon.err modprobe: xfrm_user is already loaded
Sun Jul 19 23:12:20 2015 daemon.notice netifd: radio0 (1269): Using interface wlan0-1 with hwaddr 32:b5:c2:d7:82:55 and ssid "Openwrt-Tor"
Sun Jul 19 23:12:20 2015 kern.info kernel: [ 28.330000] IPv6: ADDRCONF(NETDEV_UP): wlan0-1: link is not ready
Sun Jul 19 23:12:20 2015 kern.info kernel: [ 28.420000] br-lan: port 2(wlan0) entered forwarding state
Sun Jul 19 23:12:20 2015 kern.info kernel: [ 28.420000] br-lan: port 2(wlan0) entered forwarding state
Sun Jul 19 23:12:20 2015 kern.info kernel: [ 28.430000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sun Jul 19 23:12:21 2015 daemon.info : 00[DMN] Starting IKE charon daemon (strongSwan 5.3.2, Linux 3.18.18, mips)
Sun Jul 19 23:12:21 2015 daemon.notice netifd: radio0 (1269): wlan0: interface state COUNTRY_UPDATE->ENABLED
Sun Jul 19 23:12:21 2015 daemon.notice netifd: radio0 (1269): wlan0: AP-ENABLED
Sun Jul 19 23:12:21 2015 kern.info kernel: [ 29.080000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Network device 'wlan0' link is up
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Network device 'wlan0-1' link is up
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Interface 'tor' is enabled
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Interface 'tor' is setting up now
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Interface 'tor' is now up
Sun Jul 19 23:12:21 2015 daemon.notice netifd: Interface 'tor' has link connectivity
Sun Jul 19 23:12:22 2015 kern.info kernel: [ 30.420000] br-lan: port 2(wlan0) entered forwarding state
Sun Jul 19 23:12:22 2015 daemon.info : 00[CFG] loading ca certificates from '/etc/ipsec.d/cacerts'
Sun Jul 19 23:12:23 2015 daemon.err miniupnpd[1633]: could not open lease file: /var/upnp.leases
Sun Jul 19 23:12:23 2015 daemon.notice miniupnpd[1633]: HTTP listening on port 5000
Sun Jul 19 23:12:23 2015 daemon.notice miniupnpd[1633]: HTTP IPv6 address given to control points : [fd61:2e20:6ebf::1]
Sun Jul 19 23:12:23 2015 daemon.notice miniupnpd[1633]: Listening for NAT-PMP/PCP traffic on port 5351
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: started, version 2.73 cachesize 5000
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack ipset no-auth DNSSEC loop-detect inotify
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: DNS service limited to local subnets
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq-dhcp[1604]: DHCP, IP range 192.168.20.40 -- 192.168.20.109, lease time 12h
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using nameserver 8.8.8.8#53 for domain 3.openwrt.pool.ntp.org
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using nameserver 8.8.8.8#53 for domain 2.openwrt.pool.ntp.org
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using nameserver 8.8.8.8#53 for domain 1.openwrt.pool.ntp.org
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using nameserver 8.8.8.8#53 for domain 0.openwrt.pool.ntp.org
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using nameserver 127.0.0.1#5300
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: using local addresses only for domain lan
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: read /etc/hosts - 1 addresses
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: read /tmp/hosts/odhcpd - 0 addresses
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq[1604]: read /tmp/hosts/dhcp - 1 addresses
Sun Jul 19 23:12:23 2015 daemon.info dnsmasq-dhcp[1604]: read /etc/ethers - 0 addresses
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loaded ca certificate "C=NO, O=OpenWrt, CN=OpenWrt strongSwan CA" from '/etc/ipsec.d/cacerts/caCert.pem'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loading aa certificates from '/etc/ipsec.d/aacerts'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loading ocsp signer certificates from '/etc/ipsec.d/ocspcerts'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loading attribute certificates from '/etc/ipsec.d/acerts'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loading crls from '/etc/ipsec.d/crls'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loading secrets from '/etc/ipsec.secrets'
Sun Jul 19 23:12:23 2015 daemon.info : 00[CFG] loaded IKE secret for %any
Sun Jul 19 23:12:23 2015 daemon.notice openvpn(tcp)[1563]: OpenVPN 2.3_git mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [SNAPPY] [LZ4] [EPOLL] [MH] [IPv6] built on Jul 16 2015
Sun Jul 19 23:12:23 2015 daemon.notice openvpn(tcp)[1563]: library versions: OpenSSL 1.0.2d 9 Jul 2015, LZO 2.08
Sun Jul 19 23:12:23 2015 daemon.warn openvpn(tcp)[1563]: NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x. Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.
Sun Jul 19 23:12:23 2015 daemon.notice openvpn(udp)[1562]: OpenVPN 2.3_git mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [SNAPPY] [LZ4] [EPOLL] [MH] [IPv6] built on Jul 16 2015
Sun Jul 19 23:12:23 2015 daemon.notice openvpn(udp)[1562]: library versions: OpenSSL 1.0.2d 9 Jul 2015, LZO 2.08
Sun Jul 19 23:12:23 2015 daemon.warn openvpn(udp)[1562]: NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x. Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.
Sun Jul 19 23:12:23 2015 user.notice SQM: Trying to start/stop SQM on interface lo
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: Diffie-Hellman initialized with 1024 bit key
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: Diffie-Hellman initialized with 1024 bit key
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpntcp' is enabled
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Network device 'tun1' link is up
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpntcp' has link connectivity
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpntcp' is setting up now
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: TUN/TAP device tun0 opened
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: TUN/TAP TX queue length set to 100
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: /sbin/ifconfig tun0 10.1.1.1 netmask 255.255.255.0 mtu 1500 broadcast 10.1.1.255
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun0.IPv4 with address 10.1.1.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun0.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.1.1 on tun0.IPv4.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Withdrawing address record for 10.1.1.1 on tun0.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Leaving mDNS multicast group on interface tun0.IPv4 with address 10.1.1.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Interface tun0.IPv4 no longer relevant for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun0.IPv4 with address 10.1.1.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun0.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.1.1 on tun0.IPv4.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Withdrawing address record for 10.1.1.1 on tun0.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Leaving mDNS multicast group on interface tun0.IPv4 with address 10.1.1.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Interface tun0.IPv4 no longer relevant for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun0.IPv4 with address 10.1.1.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun0.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.1.1 on tun0.IPv4.
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: Socket Buffers: R=[163840->131072] S=[163840->131072]
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: UDPv4 link local (bound): [AF_INET][undef]:1194
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: UDPv4 link remote: [AF_UNSPEC]
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: MULTI: multi_init called, r=256 v=256
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: IFCONFIG POOL: base=10.1.1.2 size=252, ipv6=0
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: IFCONFIG POOL LIST
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(udp)[1562]: Initialization Sequence Completed
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: TUN/TAP device tun1 opened
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: TUN/TAP TX queue length set to 100
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: /sbin/ifconfig tun1 10.1.2.1 netmask 255.255.255.0 mtu 1500 broadcast 10.1.2.255
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpntcp' is now up
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpnudp' is enabled
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Network device 'tun0' link is up
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpnudp' has link connectivity
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpnudp' is setting up now
Sun Jul 19 23:12:24 2015 daemon.notice netifd: Interface 'ovpnudp' is now up
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun1.IPv4 with address 10.1.2.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun1.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.2.1 on tun1.IPv4.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Withdrawing address record for 10.1.2.1 on tun1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Leaving mDNS multicast group on interface tun1.IPv4 with address 10.1.2.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Interface tun1.IPv4 no longer relevant for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun1.IPv4 with address 10.1.2.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun1.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.2.1 on tun1.IPv4.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Withdrawing address record for 10.1.2.1 on tun1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Leaving mDNS multicast group on interface tun1.IPv4 with address 10.1.2.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Interface tun1.IPv4 no longer relevant for mDNS.
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: Socket Buffers: R=[87380->131072] S=[16384->131072]
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: Listening for incoming TCP connection on [AF_INET][undef]:1194
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: TCPv4_SERVER link local (bound): [AF_INET][undef]:1194
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: TCPv4_SERVER link remote: [AF_UNSPEC]
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: MULTI: multi_init called, r=256 v=256
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: IFCONFIG POOL: base=10.1.2.2 size=252, ipv6=0
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: IFCONFIG POOL LIST
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: MULTI: TCP INIT maxclients=1024 maxevents=1028
Sun Jul 19 23:12:24 2015 daemon.notice openvpn(tcp)[1563]: Initialization Sequence Completed
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Joining mDNS multicast group on interface tun1.IPv4 with address 10.1.2.1.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: New relevant interface tun1.IPv4 for mDNS.
Sun Jul 19 23:12:24 2015 daemon.info avahi-daemon[1481]: Registering new address record for 10.1.2.1 on tun1.IPv4.
Sun Jul 19 23:12:24 2015 daemon.info : 00[CFG] loaded RSA private key from '/etc/ipsec.d/private/serverKey.pem'
Sun Jul 19 23:12:24 2015 daemon.info : 00[CFG] loaded EAP secret for openwrt
Sun Jul 19 23:12:24 2015 daemon.info : 00[CFG] loaded EAP secret for openwrt
Sun Jul 19 23:12:24 2015 daemon.info : 00[LIB] loaded plugins: charon des md4 nonce x509 pem openssl kernel-netlink socket-default stroke updown eap-identity eap-md5 eap-mschapv2 xauth-generic xauth-eap
Sun Jul 19 23:12:24 2015 daemon.info : 00[JOB] spawning 16 worker threads
Sun Jul 19 23:12:24 2015 daemon.info : 05[KNL] interface tun1 activated
Sun Jul 19 23:12:24 2015 daemon.info : 03[KNL] 10.1.1.1 appeared on tun0
Sun Jul 19 23:12:24 2015 daemon.info : 02[KNL] interface tun0 activated
Sun Jul 19 23:12:24 2015 daemon.info : 01[KNL] 10.1.1.1 disappeared from tun0
Sun Jul 19 23:12:24 2015 daemon.info : 10[KNL] 10.1.1.1 appeared on tun0
Sun Jul 19 23:12:24 2015 daemon.info : 03[KNL] 10.1.1.1 disappeared from tun0
Sun Jul 19 23:12:24 2015 daemon.info : 10[KNL] 10.1.1.1 appeared on tun0
Sun Jul 19 23:12:24 2015 authpriv.info ipsec_starter[1533]: charon (1535) started after 2380 ms
Sun Jul 19 23:12:24 2015 daemon.info : 12[CFG] received stroke: add connection 'rw'
Sun Jul 19 23:12:24 2015 daemon.info : 12[CFG] left nor right host is our side, assuming left=local
Sun Jul 19 23:12:24 2015 daemon.info : 12[CFG] adding virtual IP address pool 10.1.3.0/24
Sun Jul 19 23:12:24 2015 daemon.info : 12[CFG] added configuration 'rw'
Sun Jul 19 23:12:24 2015 daemon.info : 03[CFG] received stroke: add connection 'rw2'
Sun Jul 19 23:12:24 2015 daemon.info : 03[CFG] left nor right host is our side, assuming left=local
Sun Jul 19 23:12:24 2015 daemon.info : 03[CFG] reusing virtual IP address pool 10.1.3.0/24
Sun Jul 19 23:12:24 2015 daemon.info : 03[CFG] loaded certificate "C=NO, O=OpenWrt, CN=Server" from 'serverCert.pem'
Sun Jul 19 23:12:24 2015 daemon.info : 03[CFG] added configuration 'rw2'
Sun Jul 19 23:12:24 2015 daemon.info : 09[KNL] 10.1.2.1 appeared on tun1
Sun Jul 19 23:12:24 2015 daemon.info : 12[KNL] 10.1.2.1 disappeared from tun1
Sun Jul 19 23:12:24 2015 daemon.info : 05[KNL] 10.1.2.1 appeared on tun1
Sun Jul 19 23:12:24 2015 daemon.info : 16[KNL] 10.1.2.1 disappeared from tun1
Sun Jul 19 23:12:24 2015 daemon.info : 12[KNL] 10.1.2.1 appeared on tun1
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1604]: exiting on receipt of SIGTERM
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: started, version 2.73 cachesize 5000
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack ipset no-auth DNSSEC loop-detect inotify
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: DNS service limited to local subnets
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq-dhcp[1774]: DHCP, IP range 192.168.2.100 -- 192.168.2.249, lease time 12h
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq-dhcp[1774]: DHCP, IP range 192.168.20.40 -- 192.168.20.109, lease time 12h
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using nameserver 8.8.8.8#53 for domain 3.openwrt.pool.ntp.org
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using nameserver 8.8.8.8#53 for domain 2.openwrt.pool.ntp.org
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using nameserver 8.8.8.8#53 for domain 1.openwrt.pool.ntp.org
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using nameserver 8.8.8.8#53 for domain 0.openwrt.pool.ntp.org
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using nameserver 127.0.0.1#5300
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: using local addresses only for domain lan
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: read /etc/hosts - 1 addresses
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: read /tmp/hosts/odhcpd - 0 addresses
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq[1774]: read /tmp/hosts/dhcp - 1 addresses
Sun Jul 19 23:12:28 2015 daemon.info dnsmasq-dhcp[1774]: read /etc/ethers - 0 addresses
Sun Jul 19 23:12:28 2015 user.notice SQM: Trying to start/stop SQM on interface eth0
Sun Jul 19 23:12:28 2015 user.notice firewall: Reloading firewall due to ifup of wan (eth0)
Sun Jul 19 23:12:29 2015 user.emerg : uci: Entry not found
Sun Jul 19 23:12:29 2015 user.emerg : sh: 1: unknown operand
Sun Jul 19 23:12:29 2015 user.emerg : setting up led USB1
Sun Jul 19 23:12:29 2015 user.emerg : setting up led USB2
Sun Jul 19 23:12:29 2015 user.emerg : setting up led WLAN2G
Sun Jul 19 23:12:29 2015 user.emerg : Skipping trigger 'phy1tpt' for led 'WLAN2G' due to missing kernel module
Sun Jul 19 23:12:29 2015 user.emerg : setting up led WLAN5G
Sun Jul 19 23:12:29 2015 daemon.info procd: - init complete -
Sun Jul 19 23:12:31 2015 daemon.info dnscrypt-proxy[1976]: [INFO] - [opendns] does not support DNS Security Extensions
Sun Jul 19 23:12:31 2015 daemon.info dnscrypt-proxy[1976]: [INFO] - [opendns] does not support Namecoin domains
Sun Jul 19 23:12:31 2015 daemon.info dnscrypt-proxy[1976]: [WARNING] - [opendns] logs your activity - a different provider might be better a choice if privacy is a concern
Sun Jul 19 23:12:31 2015 daemon.info dnscrypt-proxy[1976]: [NOTICE] Starting dnscrypt-proxy 1.5.0
Sun Jul 19 23:12:31 2015 daemon.info dnscrypt-proxy[1976]: [INFO] Initializing libsodium for optimal performance
Sun Jul 19 23:12:31 2015 user.notice ddns-scripts[2005]: myddns_ipv4: PID '2005' started at 2015-07-19 23:12
Sun Jul 19 23:12:31 2015 user.notice SQM: Trying to start/stop SQM on interface wlan0-1
Sun Jul 19 23:12:31 2015 user.notice firewall: Reloading firewall due to ifup of tor (wlan0-1)
Sun Jul 19 23:12:31 2015 user.warn ddns-scripts[2005]: myddns_ipv4: Service section disabled! - TERMINATE
Sun Jul 19 23:12:31 2015 user.warn ddns-scripts[2005]: myddns_ipv4: PID '2005' exit WITH ERROR '1' at 2015-07-19 23:12
Sun Jul 19 23:12:33 2015 user.notice SQM: Trying to start/stop SQM on interface tun1
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.107 [notice] Tor v0.2.6.10 (git-58c51dc6087b0936) running on Linux with Libevent 2.0.22-stable, OpenSSL 1.0.2d and Zlib 1.2.8.
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.108 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.109 [notice] Read configuration file "/etc/tor/torrc".
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.190 [warn] You specified a public address '0.0.0.0:9050' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.190 [warn] You specified a public address '0.0.0.0:9040' for TransPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.206 [warn] You specified a public address '0.0.0.0:9050' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.207 [warn] You specified a public address '0.0.0.0:9040' for TransPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.208 [notice] Opening Socks listener on 0.0.0.0:9050
Sun Jul 19 23:12:34 2015 daemon.info tor[2181]: Jul 19 23:12:34.209 [notice] Opening Transparent pf/netfilter listener on 0.0.0.0:9040
Sun Jul 19 23:12:35 2015 user.notice SQM: Trying to start/stop SQM on interface tun0
Sun Jul 19 23:12:36 2015 daemon.info tor[2181]: Jul 19 23:12:36.000 [notice] Bootstrapped 0%: Starting
Sun Jul 19 23:12:36 2015 daemon.notice smcroute[2395]: SMCRoute version 2.0.0 build 150716
Sun Jul 19 23:12:37 2015 daemon.info tor[2181]: Jul 19 23:12:37.000 [notice] Bootstrapped 5%: Connecting to directory server
Sun Jul 19 23:12:37 2015 daemon.info tor[2181]: Jul 19 23:12:37.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
Sun Jul 19 23:12:37 2015 daemon.info tor[2181]: Jul 19 23:12:37.000 [notice] We weren't able to find support for all of the TLS ciphersuites that we wanted to advertise. This won't hurt security, but it might make your Tor (if run as a client) more easy for censors to block.
Sun Jul 19 23:12:37 2015 daemon.info tor[2181]: Jul 19 23:12:37.000 [notice] To correct this, use a version of OpenSSL built with none of its ciphers disabled.
Sun Jul 19 23:12:38 2015 daemon.info tor[2181]: Jul 19 23:12:38.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
Sun Jul 19 23:12:38 2015 daemon.info tor[2181]: Jul 19 23:12:38.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
Sun Jul 19 23:12:38 2015 daemon.info tor[2181]: Jul 19 23:12:38.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
Sun Jul 19 23:12:39 2015 daemon.info dnscrypt-proxy[1976]: [INFO] Generating a new key pair
Sun Jul 19 23:12:39 2015 daemon.info dnscrypt-proxy[1976]: [INFO] Done
Sun Jul 19 23:12:39 2015 kern.notice kernel: [ 46.880000] random: nonblocking pool is initialized
Sun Jul 19 23:12:39 2015 daemon.info dnscrypt-proxy[1976]: [INFO] Server certificate #1435874751 received
Sun Jul 19 23:12:39 2015 daemon.info dnscrypt-proxy[1976]: [INFO] This certificate looks valid
Sun Jul 19 23:12:39 2015 daemon.info dnscrypt-proxy[1976]: [INFO] Chosen certificate #1435874751 is valid from [2015-07-03] to [2016-07-02]
This doesn't look right:
Sun Jul 19 23:12:15 2015 kern.err kernel: [ 23.400000] cfg80211: Invalid regulatory domain detected:
What you can do is this:
mv /etc/config/wireless /etc/config/wireless.orig && wifi detect | grep -v disabled > /etc/config/wireless && reboot
This will completely reset wireless settings to defaults (note that this will mess up the Tor guest network, which is why the old config is moved to .orig). See if that does anything for 5GHz, and if that doesn't work, try to remove the reghack as explained above.
It does look like the driver sees both radios because it lists the frequencies for 5GHz. Probably just an issue with either regulatory settings or the reghack.
(Last edited by arokh on 20 Jul 2015, 08:37)
Thanks on the update off the VPN issues. You are right, the unofficial Android OpenVPN app does work from within the local network, I will keep using that when testing then
Nice that the BEGIN/END parts will return.
Everything is working fine now, as I said earlier it was a coincidence that I had the UDP issue to connect with the VPN server because I used redirect in stead of rule to open a few ports directly on the router which then messed something up with the firewall I guess.
Using a UCI script is bliss by the way! Saves a lot of work (unless you messed something up at first like I did , but when the script is completely clean, it is great!), will make upgrading to a newer version way less of a chore.
r46433 for the Archer is now done, the certificate issue should be fixed in that.
@zsmitty, please use [ code ] and [ /code ] without the spaces to make the thread cleaner.
(Last edited by johan81 on 20 Jul 2015, 13:25)
@zsmitty
Right, so is 5GHz working or not after resetting the wireless config? Post /etc/config/wireless and please add code tags to your posts.
NoSir on the 5Ghz
And your /etc/config/wireless? Also, did any of you try a recent official snapshot to compare?
EDIT: OK, I found the problem. ath10k is simply not included I will rebuild to fix it!
In other news, some interesting updates for wdr4900 owners. I'm currently playing around with the Linux 4.1.2 kernel and I noticed there are some new crypto modules (AES/SHA1 - default IPsec ciphers) that are accelerated with the PPC SPE. Managed to get 78/60 Mbps throughput from LAN with iOS and IKEv2. About 20Mbps more than normal for download, upload didn't increase that much.
(Last edited by arokh on 20 Jul 2015, 15:12)
Changelog for the upcoming r46434 build:
- Add kmod-ath10k for the Archer profile - needed for 5GHz
- Modify regdb.txt directly and remove the reghack - all channels/frequencies should be open with 00/world regd
- Reset sysntpd script and remove custom hotplug script, not necessary anymore
- Do not remove BEGIN/END for certificates and keys in .ovpn profile
46433 c7 v2 logread
Mon Jul 20 12:58:58 2015 kern.notice kernel: [ 0.000000] Linux version 4.1.2 (trondah@ff0) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46433) ) #1 Mon Jul 20 13:06:29 CEST 2015
Mon Jul 20 12:58:58 2015 kern.debug kernel: [ 0.000000] MyLoader: sysp=e43df578, boardp=efb5dffd, parts=b73a7fda
<snip>
@zsmitty it is against forum etiquette (and common sense) to post such long logs as forum posts, please use www.pastebin.com for posting logs, and just put link to pastebin into forum post.
Please go back to your previous posts and clean them up, hit edit button, remove logs and put only links to pastebin.
Thanks.
config wifi-device radio0
option type mac80211
option channel 11
option hwmode 11g
option path 'platform/qca955x_wmac'
option htmode HT20
# REMOVE THIS LINE TO ENABLE WIFI:config wifi-iface
option device radio0
option network lan
option mode ap
option ssid OpenWrt
option encryption noneI am very sorry i do not under stand what code tags or what johans81 is trying to tell me.
johan81 @zsmitty, please use [ code ] and [ /code ] without the spaces to make the thread cleaner.kind regards.
Instead of just posting hundreds lines of code as post, use either pastebin, or use this
[ code ]
your
logs
with
too
many
really
too
many lines
[ /code ]
But do it without spaces before and after corner brackets.
Changelog for the upcoming r46434 build:
- Add kmod-ath10k for the Archer profile - needed for 5GHz
- Modify regdb.txt directly and remove the reghack - all channels/frequencies should be open with 00/world regd
- Reset sysntpd script and remove custom hotplug script, not necessary anymore
- Do not remove BEGIN/END for certificates and keys in .ovpn profile
r46434 both radios up! Thanks
Sorry, posts 2051 to 2050 are missing from our archive.