76

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

a teraz pokaż konfigurację systemu jaką zrobiłeś pod tego vpn.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

77

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Nie rozumiem skad ją mam wyciagnac, screeny z openwrt z zakladki interfejsy?
Wszystkie polecenia wklepywałem przez putty

78

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

uci show network
uci show firewall

ŻADNYCH (ale absolutnie żadnych) screenshotów z luci nie trzeba.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

79

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fdd6:0cd2:e5b6::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan_dev=device
network.lan_dev.name='eth0.1'
network.lan_dev.macaddr='b4:fc:75:12:65:2b'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan_dev=device
network.wan_dev.name='eth0.2'
network.wan_dev.macaddr='b4:fc:75:12:65:2c'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 3 6t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='4 6t'
network.vpn=interface
network.vpn.ifname='tun0'
network.vpn.proto='none'

root@OpenWrt:~# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].network='lan'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@zone[1].network='wan wan6'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@zone[2]=zone
firewall.@zone[2].name='vpn'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].network='vpn'
firewall.@zone[2].masq='1'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='lan'
firewall.@forwarding[1].dest='vpn'
firewall.@zone[3]=zone
firewall.@zone[3].name='vpn'
firewall.@zone[3].input='ACCEPT'
firewall.@zone[3].forward='ACCEPT'
firewall.@zone[3].output='ACCEPT'
firewall.@zone[3].network='vpn'
firewall.@zone[3].masq='1'
firewall.@forwarding[2]=forwarding
firewall.@forwarding[2].src='lan'
firewall.@forwarding[2].dest='vpn'
firewall.@zone[4]=zone
firewall.@zone[4].name='vpn'
firewall.@zone[4].input='ACCEPT'
firewall.@zone[4].forward='ACCEPT'
firewall.@zone[4].output='ACCEPT'
firewall.@zone[4].network='vpn'
firewall.@zone[4].masq='1'
firewall.@forwarding[3]=forwarding
firewall.@forwarding[3].src='lan'
firewall.@forwarding[3].dest='vpn'
firewall.@zone[5]=zone
firewall.@zone[5].name='vpn'
firewall.@zone[5].input='ACCEPT'
firewall.@zone[5].forward='ACCEPT'
firewall.@zone[5].output='ACCEPT'
firewall.@zone[5].network='vpn'
firewall.@zone[5].masq='1'
firewall.@forwarding[4]=forwarding
firewall.@forwarding[4].src='lan'
firewall.@forwarding[4].dest='vpn'
firewall.@zone[6]=zone
firewall.@zone[6].name='vpn'
firewall.@zone[6].input='ACCEPT'
firewall.@zone[6].forward='ACCEPT'
firewall.@zone[6].output='ACCEPT'
firewall.@zone[6].masq='1'
firewall.@zone[6].network=' '
firewall.@forwarding[5]=forwarding
firewall.@forwarding[5].src='lan'
firewall.@forwarding[5].dest='vpn'

80

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Masz w firewallu kilka razy powtórzoną sekcję od vpn, usuń to.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

81

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

sflaszuje router od nowa i jeszcze raz od podstaw wgram VPNa, zobaczymy

82

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

pazdzioch napisał/a:

sflaszuje router od nowa i jeszcze raz od podstaw wgram VPNa, zobaczymy

Nie, po co. Popraw konfig.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

83

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

W moim przypadku chyba szybciej i prosciej bedzie wgrac system od nowa, nie jestem dobrze obcykany w tych komendach co i jak

84

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

To zrób konfig dokładnie tak jak NordVPN ma na swojej stronie.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

85

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

znow nie dziala, zrobilem tak jak z pierwszego postu
Bede musial pomeczyc sie z instrukcja ze strony nordVPN, nie do konca wszystko tam rozumiem a, najgorsze jest to ze z instrukcja z forum tez dzialalo

logread
                                                             
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    0.893054] Port 2 N_FTS = 1b10280                                                                             0
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.050813] PCIE2 no card, disable                                                                              it(RST&CLK)
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.058712]  -> 21007f2
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.063099] PCIE0 enabled
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.067808] PCIE1 enabled
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.072546] PCI host bridge /pcie@                                                                             1e140000 ranges:
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.081186]  MEM 0x000000006000000                                                                             0..0x000000006fffffff
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.090606]   IO 0x000000001e16000                                                                             0..0x000000001e16ffff
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.100024] PCI coherence region b                                                                             ase: 0xbfbf8000, mask/settings: 0x60000000
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.123225] mt7621_gpio 1e000600.g                                                                             pio: registering 32 gpios
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.133549] mt7621_gpio 1e000600.g                                                                             pio: registering 32 gpios
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.143825] mt7621_gpio 1e000600.g                                                                             pio: registering 32 gpios
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.155884] PCI host bridge to bus                                                                              0000:00
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.163199] pci_bus 0000:00: root                                                                              bus resource [mem 0x60000000-0x6fffffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.175621] pci_bus 0000:00: root                                                                              bus resource [io  0xffffffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.186271] pci_bus 0000:00: root                                                                              bus resource [??? 0x00000000 flags 0x0]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.198535] pci_bus 0000:00: No bu                                                                             sn resource found for root bus, will use [bus 00-ff]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.212877] pci 0000:00:00.0: [0e                                                                             8d:0801] type 01 class 0x060400
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.212924] pci 0000:00:00.0: reg                                                                              0x10: [mem 0x00000000-0x7fffffff]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.212936] pci 0000:00:00.0: reg                                                                              0x14: [mem 0x60400000-0x6040ffff]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213008] pci 0000:00:00.0: sup                                                                             ports D1
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213017] pci 0000:00:00.0: PME                                                                             # supported from D0 D1 D3hot
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213306] pci 0000:00:01.0: [0e                                                                             8d:0801] type 01 class 0x060400
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213345] pci 0000:00:01.0: reg                                                                              0x10: [mem 0x00000000-0x7fffffff]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213365] pci 0000:00:01.0: reg                                                                              0x14: [mem 0x60410000-0x6041ffff]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213445] pci 0000:00:01.0: sup                                                                             ports D1
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.213460] pci 0000:00:01.0: PME                                                                             # supported from D0 D1 D3hot
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214037] pci 0000:01:00.0: [14                                                                             c3:7662] type 00 class 0x028000
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214115] pci 0000:01:00.0: reg                                                                              0x10: [mem 0x00000000-0x000fffff 64bit]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214161] pci 0000:01:00.0: reg                                                                              0x30: [mem 0x00000000-0x0000ffff pref]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214254] pci 0000:01:00.0: PME                                                                             # supported from D0 D3hot D3cold
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214468] pci_bus 0000:01: busn                                                                             _res: [bus 01-ff] end is updated to 01
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214743] pci 0000:02:00.0: [14                                                                             c3:7662] type 00 class 0x028000
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214811] pci 0000:02:00.0: reg                                                                              0x10: [mem 0x00000000-0x000fffff 64bit]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214856] pci 0000:02:00.0: reg                                                                              0x30: [mem 0x00000000-0x0000ffff pref]
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.214946] pci 0000:02:00.0: PME                                                                             # supported from D0 D3hot D3cold
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.215166] pci_bus 0000:02: busn                                                                             _res: [bus 02-ff] end is updated to 02
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.215196] pci_bus 0000:00: busn                                                                             _res: [bus 00-ff] end is updated to 02
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.215301] pci 0000:00:00.0: BAR                                                                              0: no space for [mem size 0x80000000]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.227176] pci 0000:00:00.0: BAR                                                                              0: failed to assign [mem size 0x80000000]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.239718] pci 0000:00:01.0: BAR                                                                              0: no space for [mem size 0x80000000]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.251659] pci 0000:00:01.0: BAR                                                                              0: failed to assign [mem size 0x80000000]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.264224] pci 0000:00:00.0: BAR                                                                              8: assigned [mem 0x60000000-0x600fffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.276477] pci 0000:00:00.0: BAR                                                                              9: assigned [mem 0x60100000-0x601fffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.289523] pci 0000:00:01.0: BAR                                                                              8: assigned [mem 0x60200000-0x602fffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.301770] pci 0000:00:01.0: BAR                                                                              9: assigned [mem 0x60300000-0x603fffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.314811] pci 0000:00:00.0: BAR                                                                              1: assigned [mem 0x60400000-0x6040ffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.327066] pci 0000:00:01.0: BAR                                                                              1: assigned [mem 0x60410000-0x6041ffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.339332] pci 0000:01:00.0: BAR                                                                              0: assigned [mem 0x60000000-0x600fffff 64bit]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.352521] pci 0000:01:00.0: BAR                                                                              6: assigned [mem 0x60100000-0x6010ffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.365548] pci 0000:00:00.0: PCI                                                                              bridge to [bus 01]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.374484] pci 0000:00:00.0:   br                                                                             idge window [mem 0x60000000-0x600fffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.386754] pci 0000:00:00.0:   br                                                                             idge window [mem 0x60100000-0x601fffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.399798] pci 0000:02:00.0: BAR                                                                              0: assigned [mem 0x60200000-0x602fffff 64bit]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.413005] pci 0000:02:00.0: BAR                                                                              6: assigned [mem 0x60300000-0x6030ffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.426025] pci 0000:00:01.0: PCI                                                                              bridge to [bus 02]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.434961] pci 0000:00:01.0:   br                                                                             idge window [mem 0x60200000-0x602fffff]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.447238] pci 0000:00:01.0:   br                                                                             idge window [mem 0x60300000-0x603fffff pref]
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.461970] clocksource: Switched                                                                              to clocksource GIC
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.472907] NET: Registered protoc                                                                             ol family 2
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.481552] TCP established hash t                                                                             able entries: 1024 (order: 0, 4096 bytes)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.494091] TCP bind hash table en                                                                             tries: 1024 (order: 1, 8192 bytes)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.505507] TCP: Hash tables confi                                                                             gured (established 1024 bind 1024)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.517113] UDP hash table entries                                                                             : 256 (order: 1, 8192 bytes)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.527582] UDP-Lite hash table en                                                                             tries: 256 (order: 1, 8192 bytes)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.539143] NET: Registered protoc                                                                             ol family 1
Fri Dec 28 13:02:05 2018 kern.debug kernel: [    2.546963] PCI: CLS 0 bytes, def                                                                             ault 32
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.781896] 4 CPUs re-calibrate ud                                                                             elay(lpj = 2924544)
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.792662] Crashlog allocated RAM                                                                              at address 0x3f00000
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.802310] workingset: timestamp_                                                                             bits=30 max_order=15 bucket_order=0
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.821890] squashfs: version 4.0                                                                              (2009/01/31) Phillip Lougher
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.832417] jffs2: version 2.2 (NA                                                                             ND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    2.852283] random: fast init do                                                                             ne
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.859433] io scheduler noop regi                                                                             stered
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.866439] io scheduler deadline                                                                              registered (default)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.876966] Serial: 8250/16550 dri                                                                             ver, 16 ports, IRQ sharing enabled
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.891659] console [ttyS0] disabl                                                                             ed
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.898127] 1e000c00.uartlite: tty                                                                             S0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.914445] console [ttyS0] enable                                                                             d
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.926930] bootconsole [early0] d                                                                             isabled
Fri Dec 28 13:02:05 2018 kern.err kernel: [    2.942337] cacheinfo: Failed to fi                                                                             nd cpu0 device node
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.951636] cacheinfo: Unable to d                                                                             etect cache hierarchy for CPU 0
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    2.963607] MediaTek Nand driver i                                                                             nit, version v2.1 Fix AHB virt2phys error
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.976694] spi-mt7621 1e000b00.sp                                                                             i: sys_freq: 50000000
Fri Dec 28 13:02:05 2018 kern.info kernel: [    2.987138] m25p80 spi0.0: mx25l64                                                                             05d (8192 Kbytes)
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    2.996069] 5 fixed-partitions p                                                                             artitions found on MTD device spi0.0
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.007574] Creating 5 MTD parti                                                                             tions on "spi0.0":
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.016267] 0x000000000000-0x000                                                                             000030000 : "u-boot"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.026361] 0x000000030000-0x000                                                                             000031000 : "u-boot-env"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.037027] 0x000000031000-0x000                                                                             000040000 : "config"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.047066] 0x000000040000-0x000                                                                             000050000 : "factory"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.057246] 0x000000050000-0x000                                                                             000800000 : "firmware"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.087241] 2 uimage-fw partitio                                                                             ns found on MTD device firmware
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.097986] 0x000000050000-0x000                                                                             00020e9c3 : "kernel"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.108029] 0x00000020e9c3-0x000                                                                             000800000 : "rootfs"
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.118018] mtd: device 6 (rootf                                                                             s) set to be root filesystem
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.128406] 1 squashfs-split par                                                                             titions found on MTD device rootfs
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    3.139641] 0x0000006f0000-0x000                                                                             000800000 : "rootfs_data"
Fri Dec 28 13:02:05 2018 kern.info kernel: [    3.151130] libphy: Fixed MDIO Bus                                                                             : probed
Fri Dec 28 13:02:05 2018 kern.info kernel: [    3.223843] libphy: mdio: probed
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.504600] mtk_soc_eth 1e100000.e                                                                             thernet: loaded mt7530 driver
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.516225] mtk_soc_eth 1e100000.e                                                                             thernet eth0: mediatek frame engine at 0xbe100000, irq 20
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.534379] NET: Registered protoc                                                                             ol family 10
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.543993] Segment Routing with I                                                                             Pv6
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.550706] NET: Registered protoc                                                                             ol family 17
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.558868] bridge: filtering via                                                                              arp/ip/ip6tables is no longer available by default. Update your scripts to load                                                                              br_netfilter if you need this.
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.582331] 8021q: 802.1Q VLAN Sup                                                                             port v1.8
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.592919] hctosys: unable to ope                                                                             n rtc device (rtc0)
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.608979] VFS: Mounted root (squ                                                                             ashfs filesystem) readonly on device 31:6.
Fri Dec 28 13:02:05 2018 kern.info kernel: [    4.622605] Freeing unused kernel                                                                              memory: 252K
Fri Dec 28 13:02:05 2018 kern.warn kernel: [    4.630655] This architecture does                                                                              not have kernel memory protection.
Fri Dec 28 13:02:05 2018 kern.info kernel: [    5.030607] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 2 link up
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    5.043996] random: crng init do                                                                             ne
Fri Dec 28 13:02:05 2018 user.info kernel: [    5.335366] init: Console is alive
Fri Dec 28 13:02:05 2018 user.info kernel: [    5.341800] init: - watchdog -
Fri Dec 28 13:02:05 2018 kern.info kernel: [    6.011907] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link up
Fri Dec 28 13:02:05 2018 user.info kernel: [    6.885551] kmodloader: loading ke                                                                             rnel modules from /etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 kern.info kernel: [    6.925097] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link down
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.031063] usbcore: registered ne                                                                             w interface driver usbfs
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.041154] usbcore: registered ne                                                                             w interface driver hub
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.050994] usbcore: registered ne                                                                             w device driver usb
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.088755] ehci_hcd: USB 2.0 'Enh                                                                             anced' Host Controller (EHCI) Driver
Fri Dec 28 13:02:05 2018 kern.notice kernel: [    7.107796] SCSI subsystem initi                                                                             alized
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.118464] ehci-platform: EHCI ge                                                                             neric platform driver
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.136971] xhci-mtk 1e1c0000.xhci                                                                             : xHCI Host Controller
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.146705] xhci-mtk 1e1c0000.xhci                                                                             : new USB bus registered, assigned bus number 1
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.172153] xhci-mtk 1e1c0000.xhci                                                                             : hcc params 0x01401198 hci version 0x96 quirks 0x00210010
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.187555] xhci-mtk 1e1c0000.xhci                                                                             : irq 19, io mem 0x1e1c0000
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.199035] hub 1-0:1.0: USB hub f                                                                             ound
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.205954] hub 1-0:1.0: 2 ports d                                                                             etected
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.213921] xhci-mtk 1e1c0000.xhci                                                                             : xHCI Host Controller
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.223604] xhci-mtk 1e1c0000.xhci                                                                             : new USB bus registered, assigned bus number 2
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.237195] xhci-mtk 1e1c0000.xhci                                                                             : Host supports USB 3.0  SuperSpeed
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.249044] usb usb2: We don't kno                                                                             w the algorithms for LPM for this host, disabling LPM.
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.264636] hub 2-0:1.0: USB hub f                                                                             ound
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.271508] hub 2-0:1.0: 1 port de                                                                             tected
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.284343] usbcore: registered ne                                                                             w interface driver usb-storage
Fri Dec 28 13:02:05 2018 kern.info kernel: [    7.296976] usbcore: registered ne                                                                             w interface driver uas
Fri Dec 28 13:02:05 2018 user.info kernel: [    7.306944] kmodloader: done loadi                                                                             ng kernel modules from /etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 user.info kernel: [    7.322438] init: - preinit -
Fri Dec 28 13:02:05 2018 kern.info kernel: [    8.213518] mtk_soc_eth 1e100000.e                                                                             thernet: PPE started
Fri Dec 28 13:02:05 2018 kern.info kernel: [    9.387215] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link up
Fri Dec 28 13:02:05 2018 kern.info kernel: [   10.295004] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link down
Fri Dec 28 13:02:05 2018 user.info kernel: [   11.427664] mount_root: loading km                                                                             ods from internal overlay
Fri Dec 28 13:02:05 2018 user.info kernel: [   11.468102] kmodloader: loading ke                                                                             rnel modules from //etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 user.info kernel: [   11.482308] kmodloader: done loadi                                                                             ng kernel modules from //etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 kern.notice kernel: [   12.206251] jffs2: notice: (491)                                                                              jffs2_build_xattr_subsystem: complete building xattr subsystem, 3 of xdatum (2                                                                              unchecked, 1 orphan) and 24 of xref (1 dead, 0 orphan) found.
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.235001] block: attempting to l                                                                             oad /tmp/jffs_cfg/upper/etc/config/fstab
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.252558] block: extroot: not co                                                                             nfigured
Fri Dec 28 13:02:05 2018 kern.notice kernel: [   12.378145] jffs2: notice: (489)                                                                              jffs2_build_xattr_subsystem: complete building xattr subsystem, 3 of xdatum (2                                                                              unchecked, 1 orphan) and 24 of xref (1 dead, 0 orphan) found.
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.408244] mount_root: loading km                                                                             ods from internal overlay
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.442169] kmodloader: loading ke                                                                             rnel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.459630] kmodloader: done loadi                                                                             ng kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Fri Dec 28 13:02:05 2018 kern.info kernel: [   12.700596] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link up
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.865195] block: attempting to l                                                                             oad /tmp/jffs_cfg/upper/etc/config/fstab
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.880450] block: extroot: not co                                                                             nfigured
Fri Dec 28 13:02:05 2018 user.info kernel: [   12.933335] mount_root: switching                                                                              to jffs2 overlay
Fri Dec 28 13:02:05 2018 kern.warn kernel: [   12.972355] overlayfs: upper fs do                                                                             es not support tmpfile.
Fri Dec 28 13:02:05 2018 user.warn kernel: [   12.987332] urandom-seed: Seeding                                                                              with /etc/urandom.seed
Fri Dec 28 13:02:05 2018 kern.info kernel: [   13.080933] mtk_soc_eth 1e100000.e                                                                             thernet: 0x100 = 0x6060000c, 0x10c = 0x80818
Fri Dec 28 13:02:05 2018 user.info kernel: [   13.103354] procd: - early -
Fri Dec 28 13:02:05 2018 user.info kernel: [   13.108679] procd: - watchdog -
Fri Dec 28 13:02:05 2018 kern.info kernel: [   13.613004] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link down
Fri Dec 28 13:02:05 2018 user.info kernel: [   13.792325] procd: - watchdog -
Fri Dec 28 13:02:05 2018 user.info kernel: [   13.798426] procd: - ubus -
Fri Dec 28 13:02:05 2018 user.info kernel: [   13.984670] procd: - init -
Fri Dec 28 13:02:05 2018 user.info kernel: [   14.428951] kmodloader: loading ke                                                                             rnel modules from /etc/modules.d/*
Fri Dec 28 13:02:05 2018 kern.info kernel: [   14.534507] tun: Universal TUN/TAP                                                                              device driver, 1.6
Fri Dec 28 13:02:05 2018 kern.info kernel: [   14.548616] ip6_tables: (C) 2000-2                                                                             006 Netfilter Core Team
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.002753] fuse init (API version                                                                              7.26)
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.018266] usbcore: registered ne                                                                             w interface driver cdc_acm
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.028578] cdc_acm: USB Abstract                                                                              Control Model driver for USB modems and ISDN adapters
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.044850] usbcore: registered ne                                                                             w interface driver cdc_wdm
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.056036] Loading modules backpo                                                                             rted from Linux version wt-2017-11-01-0-gfe248fc2c180
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.070569] Backport generated by                                                                              backports.git v4.14-rc2-1-31-g86cf0e5d
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.085195] ip_tables: (C) 2000-20                                                                             06 Netfilter Core Team
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.631255] nf_conntrack version 0                                                                             .5.0 (2048 buckets, 8192 max)
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.920155] mtk_soc_eth 1e100000.e                                                                             thernet eth0: port 4 link up
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.943010] usbcore: registered ne                                                                             w interface driver usblp
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.959957] usbcore: registered ne                                                                             w interface driver usbserial
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.970747] usbcore: registered ne                                                                             w interface driver usbserial_generic
Fri Dec 28 13:02:05 2018 kern.info kernel: [   15.982729] usbserial: USB Serial                                                                              support registered for generic
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.006797] xt_time: kernel timezo                                                                             ne is -0000
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.016528] usbcore: registered ne                                                                             w interface driver cdc_ether
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.029677] usbcore: registered ne                                                                             w interface driver cdc_ncm
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.058927] usbcore: registered ne                                                                             w interface driver huawei_cdc_ncm
Fri Dec 28 13:02:05 2018 kern.warn kernel: [   16.291280] bus=0x1, slot = 0x0, i                                                                             rq=0xff
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.298814] mt76x2e 0000:01:00.0:                                                                              ASIC revision: 76120033
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.962666] mt76x2e 0000:01:00.0:                                                                              ROM patch build: 20141115060606a
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.977489] mt76x2e 0000:01:00.0:                                                                              Firmware Version: 0.0.00
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.987461] mt76x2e 0000:01:00.0:                                                                              Build: 1
Fri Dec 28 13:02:05 2018 kern.info kernel: [   16.994876] mt76x2e 0000:01:00.0:                                                                              Build Time: 201507311614____
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.021965] mt76x2e 0000:01:00.0:                                                                              Firmware running!
Fri Dec 28 13:02:05 2018 kern.debug kernel: [   17.032398] ieee80211 phy0: Selec                                                                             ted rate control algorithm 'minstrel_ht'
Fri Dec 28 13:02:05 2018 kern.warn kernel: [   17.037850] bus=0x2, slot = 0x1, i                                                                             rq=0xff
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.045531] mt76x2e 0000:02:00.0:                                                                              ASIC revision: 76020033
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.711978] mt76x2e 0000:02:00.0:                                                                              ROM patch already applied
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.722984] mt76x2e 0000:02:00.0:                                                                              Firmware Version: 0.0.00
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.733005] mt76x2e 0000:02:00.0:                                                                              Build: 1
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.740408] mt76x2e 0000:02:00.0:                                                                              Build Time: 201507311614____
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.771965] mt76x2e 0000:02:00.0:                                                                              Firmware running!
Fri Dec 28 13:02:05 2018 kern.debug kernel: [   17.782623] ieee80211 phy1: Selec                                                                             ted rate control algorithm 'minstrel_ht'
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.796116] PPP generic driver ver                                                                             sion 2.4.2
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.806123] NET: Registered protoc                                                                             ol family 24
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.816899] usbcore: registered ne                                                                             w interface driver qmi_wwan
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.830327] usbcore: registered ne                                                                             w interface driver rndis_host
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.843258] usbcore: registered ne                                                                             w interface driver sierra
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.853620] usbserial: USB Serial                                                                              support registered for Sierra USB modem
Fri Dec 28 13:02:05 2018 kern.info kernel: [   17.868627] usbcore: registered ne                                                                             w interface driver sierra_net
                                                                       to ff02::1:2 (Operation not permitted)
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/network re                                                                             load dependency on /etc/config/dhcp
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/network re                                                                             load dependency on /etc/config/radvd
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/wireless r                                                                             eload dependency on /etc/config/network
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/firewall r                                                                             eload dependency on /etc/config/luci-splash
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/firewall r                                                                             eload dependency on /etc/config/qos
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/firewall r                                                                             eload dependency on /etc/config/miniupnpd
Fri Dec 28 13:02:13 2018 user.notice ucitrack: Setting up /etc/config/dhcp reloa                                                                             d dependency on /etc/config/odhcpd
Fri Dec 28 13:02:14 2018 user.notice ucitrack: Setting up non-init /etc/config/f                                                                             stab reload handler: /sbin/block mount
Fri Dec 28 13:02:14 2018 user.notice ucitrack: Setting up /etc/config/system rel                                                                             oad trigger for non-procd /etc/init.d/led
Fri Dec 28 13:02:14 2018 user.notice ucitrack: Setting up /etc/config/system rel                                                                             oad dependency on /etc/config/luci_statistics
Fri Dec 28 13:02:14 2018 user.notice ucitrack: Setting up /etc/config/system rel                                                                             oad dependency on /etc/config/dhcp
Fri Dec 28 13:02:14 2018 daemon.notice openvpn(custom_config)[1964]: OpenVPN 2.4                                                                             .5 mipsel-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AE                                                                             AD]
Fri Dec 28 13:02:14 2018 daemon.notice openvpn(custom_config)[1964]: library ver                                                                             sions: OpenSSL 1.0.2p  14 Aug 2018, LZO 2.10
Fri Dec 28 13:02:14 2018 daemon.warn openvpn(custom_config)[1964]: WARNING: --pi                                                                             ng should normally be used with --ping-restart or --ping-exit
Fri Dec 28 13:02:14 2018 daemon.notice openvpn(custom_config)[1964]: NOTE: --fas                                                                             t-io is disabled since we are not using UDP
Fri Dec 28 13:02:14 2018 daemon.notice openvpn(custom_config)[1964]: Outgoing Co                                                                             ntrol Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authe                                                                             ntication
Fri Dec 28 13:02:14 2018 daemon.notice openvpn(custom_config)[1964]: Incoming Co                                                                             ntrol Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authe                                                                             ntication
Fri Dec 28 13:02:15 2018 daemon.notice openvpn(custom_config)[1964]: TCP/UDP: Pr                                                                             eserving recently used remote address: [AF_INET]185.231.15.54:443
Fri Dec 28 13:02:15 2018 daemon.notice openvpn(custom_config)[1964]: Socket Buff                                                                             ers: R=[87380->87380] S=[16384->16384]
Fri Dec 28 13:02:15 2018 daemon.notice openvpn(custom_config)[1964]: Attempting                                                                              to establish TCP connection with [AF_INET]185.231.15.54:443 [nonblock]
Fri Dec 28 13:02:15 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led U                                                                             SB
Fri Dec 28 13:02:15 2018 user.notice firewall: Reloading firewall due to ifup of                                                                              wan (eth0.2)
Fri Dec 28 13:02:15 2018 daemon.info procd: - init complete -
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: TCP connect                                                                             ion established with [AF_INET]185.231.15.54:443
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: TCP_CLIENT                                                                              link local: (not bound)
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: TCP_CLIENT                                                                              link remote: [AF_INET]185.231.15.54:443
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: TLS: Initia                                                                             l packet from [AF_INET]185.231.15.54:443, sid=39953af8 342af125
Fri Dec 28 13:02:16 2018 daemon.warn openvpn(custom_config)[1964]: WARNING: this                                                                              configuration may cache passwords in memory -- use the auth-nocache option to p                                                                             revent this
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: VERIFY OK:                                                                              depth=2, C=PA, O=NordVPN, CN=NordVPN Root CA
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: VERIFY OK:                                                                              depth=1, C=PA, O=NordVPN, CN=NordVPN CA2
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: VERIFY KU O                                                                             K
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: Validating                                                                              certificate extended key usage
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: ++ Certific                                                                             ate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authenti                                                                             cation
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: VERIFY EKU                                                                              OK
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: VERIFY OK:                                                                              depth=0, CN=pl30.nordvpn.com
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: Control Cha                                                                             nnel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
Fri Dec 28 13:02:16 2018 daemon.notice openvpn(custom_config)[1964]: [pl30.nordv                                                                             pn.com] Peer Connection Initiated with [AF_INET]185.231.15.54:443
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[1164]: exiting on receipt of SIGTER                                                                             M
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: started, version 2.80 caches                                                                             ize 150
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: DNS service limited to local                                                                              subnets
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: 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 no-ID loop-detect inotify dumpfile
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq-dhcp[2228]: DHCP, IP range 192.168.                                                                             1.100 -- 192.168.1.249, lease time 12h
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain test
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain onion
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain localhost
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain local
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain invalid
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain bind
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain lan
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: reading /tmp/resolv.conf.aut                                                                             o
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain test
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain onion
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain localhost
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain local
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain invalid
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain bind
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using local addresses only f                                                                             or domain lan
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using nameserver 62.179.1.60                                                                             #53
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: using nameserver 62.179.1.61                                                                             #53
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:16 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:16 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:16 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: SENT CONTRO                                                                             L [pl30.nordvpn.com]: 'PUSH_REQUEST' (status=1)
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: PUSH: Recei                                                                             ved control message: 'PUSH_REPLY,redirect-gateway def1,sndbuf 524288,rcvbuf 5242                                                                             88,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,comp-lzo no,route                                                                             -gateway 10.7.7.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.7.7.123 2                                                                             55.255.255.0,peer-id 0,cipher AES-256-GCM'
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: timers and/or timeouts modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: compression parms modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: --sndbuf/--rcvbuf options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: Socket Buff                                                                             ers: R=[341760->327680] S=[44800->327680]
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: --ifconfig/up options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: route options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: route-related options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: --ip-win32 and/or --dhcp-option options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: peer-id set
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: adjusting link_mtu to 1659
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: OPTIONS IMP                                                                             ORT: data channel crypto options modified
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: Data Channe                                                                             l: using negotiated cipher 'AES-256-GCM'
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: Outgoing Da                                                                             ta Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: Incoming Da                                                                             ta Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: TUN/TAP dev                                                                             ice tun0 opened
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: TUN/TAP TX                                                                              queue length set to 100
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: do_ifconfig                                                                             , tt->did_ifconfig_ipv6_setup=0
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: /sbin/ifcon                                                                             fig tun0 10.7.7.123 netmask 255.255.255.0 mtu 1500 broadcast 10.7.7.255
Fri Dec 28 13:02:17 2018 daemon.notice netifd: Interface 'vpn' is enabled
Fri Dec 28 13:02:17 2018 daemon.notice netifd: Network device 'tun0' link is up
Fri Dec 28 13:02:17 2018 daemon.notice netifd: Interface 'vpn' has link connecti                                                                             vity
Fri Dec 28 13:02:17 2018 daemon.notice netifd: Interface 'vpn' is setting up now
Fri Dec 28 13:02:17 2018 daemon.notice netifd: Interface 'vpn' is now up
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: /sbin/route                                                                              add -net 185.231.15.54 netmask 255.255.255.255 gw 89.72.144.1
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: /sbin/route                                                                              add -net 0.0.0.0 netmask 128.0.0.0 gw 10.7.7.1
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: /sbin/route                                                                              add -net 128.0.0.0 netmask 128.0.0.0 gw 10.7.7.1
Fri Dec 28 13:02:17 2018 daemon.notice openvpn(custom_config)[1964]: Initializat                                                                             ion Sequence Completed
Fri Dec 28 13:02:17 2018 user.notice ddns-scripts[2146]: myddns_ipv4: PID '2146'                                                                              started at 2018-12-28 13:02
Fri Dec 28 13:02:17 2018 user.notice firewall: Reloading firewall due to ifup of                                                                              vpn (tun0)
Fri Dec 28 13:02:20 2018 daemon.warn odhcpd[1280]: DHCPV6 SOLICIT IA_NA from 000                                                                             10001212fa42d308d99c5a069 on br-lan: ok fdbc:6d5a:24ef::ecc/128
Fri Dec 28 13:02:20 2018 daemon.warn odhcpd[1280]: DHCPV6 REQUEST IA_NA from 000                                                                             10001212fa42d308d99c5a069 on br-lan: ok fdbc:6d5a:24ef::ecc/128
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/odhcpd - 1 a                                                                             ddresses
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:20 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/odhcpd - 1 a                                                                             ddresses
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:20 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq-dhcp[2228]: DHCPREQUEST(br-lan) 192                                                                             .168.1.140 30:8d:99:c5:a0:69
Fri Dec 28 13:02:20 2018 daemon.info dnsmasq-dhcp[2228]: DHCPACK(br-lan) 192.168                                                                             .1.140 30:8d:99:c5:a0:69 DESKTOP-86DUHKJ
Fri Dec 28 13:02:20 2018 user.warn ddns-scripts[2146]: myddns_ipv4: Service sect                                                                             ion disabled! - TERMINATE
Fri Dec 28 13:02:21 2018 user.warn ddns-scripts[2146]: myddns_ipv4: PID '2146' e                                                                             xit WITH ERROR '1' at 2018-12-28 13:02
Fri Dec 28 13:02:21 2018 daemon.warn odhcpd[1280]: DHCPV6 CONFIRM IA_NA from 000                                                                             10001212fa42d308d99c5a069 on br-lan: not on-link fdbc:6d5a:24ef::ecc/128
Fri Dec 28 13:02:22 2018 daemon.warn odhcpd[1280]: DHCPV6 SOLICIT IA_NA from 000                                                                             10001212fa42d308d99c5a069 on br-lan: ok fdbc:6d5a:24ef::ecc/128
Fri Dec 28 13:02:22 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:22 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/odhcpd - 0 a                                                                             ddresses
Fri Dec 28 13:02:22 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:22 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:02:23 2018 daemon.warn odhcpd[1280]: DHCPV6 REQUEST IA_NA from 000                                                                             10001212fa42d308d99c5a069 on br-lan: ok fdbc:6d5a:24ef::ecc/128
Fri Dec 28 13:02:23 2018 daemon.info dnsmasq[2228]: read /etc/hosts - 4 addresse                                                                             s
Fri Dec 28 13:02:23 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/odhcpd - 1 a                                                                             ddresses
Fri Dec 28 13:02:23 2018 daemon.info dnsmasq[2228]: read /tmp/hosts/dhcp.cfg0141                                                                             1c - 2 addresses
Fri Dec 28 13:02:23 2018 daemon.err dnsmasq-dhcp[2228]: failed to read /etc/ethe                                                                             rs: No such file or directory
Fri Dec 28 13:03:18 2018 daemon.err uhttpd[1399]: luci: accepted login on / for                                                                              root from 192.168.1.140
Fri Dec 28 13:03:41 2018 authpriv.info dropbear[3731]: Child connection from 192                                                                             .168.1.140:60489
Fri Dec 28 13:03:44 2018 authpriv.notice dropbear[3731]: Password auth succeeded                                                                              for 'root' from 192.168.1.140:60489

86

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fdbc:6d5a:24ef::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan_dev=device
network.lan_dev.name='eth0.1'
network.lan_dev.macaddr='b4:fc:75:12:65:2b'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan_dev=device
network.wan_dev.name='eth0.2'
network.wan_dev.macaddr='b4:fc:75:12:65:2c'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 3 6t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='4 6t'
network.vpn=interface
network.vpn.ifname='tun0'
network.vpn.proto='none'
network.vpn.auto='0'

root@OpenWrt:~# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].network='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].network='wan' 'wan6'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@zone[2]=zone
firewall.@zone[2].name='vpn'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].network='vpn'
firewall.@zone[2].masq='1'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='lan'
firewall.@forwarding[1].dest='vpn'
root@OpenWrt:~#

87

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Zrób przez ssh z poziomu routera

ping google.com
ping 8.8.8.8

Jak masz uruchomiony openvpn. Oba działają?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

88

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

tylko 8.8.8.8 dziala, przy włączonym vpn

root@OpenWrt:~# ping google.com
ping: bad address 'google.com'
root@OpenWrt:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=122 time=18.913 ms
64 bytes from 8.8.8.8: seq=1 ttl=122 time=18.778 ms
64 bytes from 8.8.8.8: seq=2 ttl=122 time=17.641 ms
64 bytes from 8.8.8.8: seq=3 ttl=122 time=127.946 ms
64 bytes from 8.8.8.8: seq=4 ttl=122 time=17.612 ms
64 bytes from 8.8.8.8: seq=5 ttl=122 time=19.411 ms
64 bytes from 8.8.8.8: seq=6 ttl=122 time=28.555 ms
64 bytes from 8.8.8.8: seq=7 ttl=122 time=21.129 ms
64 bytes from 8.8.8.8: seq=8 ttl=122 time=16.945 ms
64 bytes from 8.8.8.8: seq=9 ttl=122 time=21.501 ms
64 bytes from 8.8.8.8: seq=10 ttl=122 time=29.472 ms
64 bytes from 8.8.8.8: seq=11 ttl=122 time=20.689 ms
64 bytes from 8.8.8.8: seq=12 ttl=122 time=20.124 ms
64 bytes from 8.8.8.8: seq=13 ttl=122 time=21.535 ms
64 bytes from 8.8.8.8: seq=14 ttl=122 time=19.566 ms
^C
--- 8.8.8.8 ping statistics ---
15 packets transmitted, 15 packets received, 0% packet loss
round-trip min/avg/max = 16.945/27.987/127.946 ms

89

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Czyli nie masz poprawnie ustawionych dnsów po prostu?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

90

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

# uci set network.wan.dns="8.8.8.8 8.8.4.4"
    # uci set network.wan.peerdns=0
    # uci commit network
    # ifup wan

wpisac przez putty? podac googlowskie dsny czy norda ?

91

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Jakie chcesz. Mogą być google.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

92 (edytowany przez pazdzioch 2018-12-28 14:15:07)

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

teraz to juz kompletie nie wiem co jest, po zmiaie tych dnsow, nagle rozlaczylo z netem, i nawet z routerem poprzez kabel LAN nie moge sie polaczyc, caly czas w polczeniach sieciowyh Siec Niezidentyfikowana, radio wifi tez wylaczone

edit


chyba mi karta sieciowa padla w jednym lapku, zrobilem restart routera i znow wszystko od nowa

93 (edytowany przez pazdzioch 2018-12-28 14:55:17)

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Dobra dziala ale bede musial zmienic serwer bo jest za wolny, teraz zeby od nowa wgrac konfiguracje co musze usunac ? zawartosc folderu openvpn i interfejs VPN ?

94

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Tak, czyli dokładnie  to co zmieniałeś.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

95

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Drugi serwer działa, ale tez cos wolno, mozliwe  ze poprzez to ze VPN idzie od razu przez router to sporo spowalnia ? jak testowalem nordVPNa z wtyczka do chrome to transfery mialem do 100 mb

96

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Wtyczka do chrome?  To nie był vpn tylko zwykłe proxy. Dwie różne sprawy.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

97

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Za bardzo to zwalnia hmm, myslalem ze bedzie podobna predkosc jak z bramka proxy.
Nasuwa mi sie kolejny pomysł skoro mam dwa routery jeden od dostawcy UPC, drugi z OpenWRT na ktorym juz mam skonfigurowany VPN.
Czy moge podlaczyc  do routera UPC router z OpenWRT tak aby z 3 portów od routera UPC predkosc była maksymalna, a na tym drugim routerze podłaczał bym urządzenia pod Lan które chce aby był przez VPN ?.
Dobrze by było aby wifi działało tez z maks predkością z routera UPC

98

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

Załóż nowy wątek. Bo tu zaczynasz śmiecić.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

99

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

co teraz nie tak ?

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd1a:594b:3446::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.3.1'
network.lan_dev=device
network.lan_dev.name='eth0.1'
network.lan_dev.macaddr='b4:fc:75:12:65:2b'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan.dns='8.8.8.8 8.8.4.4'
network.wan.peerdns='0'
network.wan_dev=device
network.wan_dev.name='eth0.2'
network.wan_dev.macaddr='b4:fc:75:12:65:2c'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 3 6t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='4 6t'
network.vpn=interface
network.vpn.ifname='tun0'
network.vpn.proto='none'

root@OpenWrt:~# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].network='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].network='wan' 'wan6'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@zone[2]=zone
firewall.@zone[2].name='vpn'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].network='vpn'
firewall.@zone[2].masq='1'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='lan'
firewall.@forwarding[1].dest='vpn'

100

Odp: Użycie komercyjnego klienta OpenVPN w OpenWrt.

oraz logread

Thu Jan  3 18:11:00 2019 daemon.warn odhcpd[1283]: DHCPV6 REQUEST IA_NA from 00010001212fa42d308d99c5a069 on br-lan: ok fd1a:594b:3446::ecc/128
Thu Jan  3 18:11:00 2019 daemon.info dnsmasq[2441]: read /etc/hosts - 4 addresses
Thu Jan  3 18:11:00 2019 daemon.info dnsmasq[2441]: read /tmp/hosts/odhcpd - 1 addresses
Thu Jan  3 18:11:00 2019 daemon.info dnsmasq[2441]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Thu Jan  3 18:11:00 2019 daemon.err dnsmasq-dhcp[2441]: failed to read /etc/ethers: No such file or directory
Thu Jan  3 18:11:02 2019 daemon.err openvpn(custom_config)[3325]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:02 2019 daemon.warn openvpn(custom_config)[3325]: Use --help for more information.
Thu Jan  3 18:11:07 2019 daemon.err openvpn(custom_config)[3326]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:07 2019 daemon.warn openvpn(custom_config)[3326]: Use --help for more information.
Thu Jan  3 18:11:12 2019 daemon.err openvpn(custom_config)[3327]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:12 2019 daemon.warn openvpn(custom_config)[3327]: Use --help for more information.
Thu Jan  3 18:11:17 2019 daemon.err openvpn(custom_config)[3328]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:17 2019 daemon.warn openvpn(custom_config)[3328]: Use --help for more information.
Thu Jan  3 18:11:22 2019 daemon.err openvpn(custom_config)[3330]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:22 2019 daemon.warn openvpn(custom_config)[3330]: Use --help for more information.
Thu Jan  3 18:11:23 2019 daemon.err uhttpd[1404]: luci: accepted login on / for root from 192.168.3.140
Thu Jan  3 18:11:28 2019 daemon.err openvpn(custom_config)[3477]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:28 2019 daemon.warn openvpn(custom_config)[3477]: Use --help for more information.
Thu Jan  3 18:11:33 2019 daemon.err openvpn(custom_config)[3498]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:33 2019 daemon.warn openvpn(custom_config)[3498]: Use --help for more information.
Thu Jan  3 18:11:38 2019 daemon.err openvpn(custom_config)[3523]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:38 2019 daemon.warn openvpn(custom_config)[3523]: Use --help for more information.
Thu Jan  3 18:11:43 2019 daemon.err openvpn(custom_config)[3524]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:43 2019 daemon.warn openvpn(custom_config)[3524]: Use --help for more information.
Thu Jan  3 18:11:48 2019 daemon.err openvpn(custom_config)[3525]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:48 2019 daemon.warn openvpn(custom_config)[3525]: Use --help for more information.
Thu Jan  3 18:11:53 2019 daemon.err openvpn(custom_config)[3526]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:53 2019 daemon.warn openvpn(custom_config)[3526]: Use --help for more information.
Thu Jan  3 18:11:58 2019 daemon.err openvpn(custom_config)[3527]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:11:58 2019 daemon.warn openvpn(custom_config)[3527]: Use --help for more information.
Thu Jan  3 18:12:03 2019 daemon.err openvpn(custom_config)[3529]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:03 2019 daemon.warn openvpn(custom_config)[3529]: Use --help for more information.
Thu Jan  3 18:12:05 2019 daemon.err uhttpd[1404]: luci: accepted login on / for root from 192.168.3.140
Thu Jan  3 18:12:08 2019 daemon.err openvpn(custom_config)[3557]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:08 2019 daemon.warn openvpn(custom_config)[3557]: Use --help for more information.
Thu Jan  3 18:12:13 2019 daemon.err openvpn(custom_config)[3577]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:13 2019 daemon.warn openvpn(custom_config)[3577]: Use --help for more information.
Thu Jan  3 18:12:18 2019 daemon.err openvpn(custom_config)[3597]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:18 2019 daemon.warn openvpn(custom_config)[3597]: Use --help for more information.
Thu Jan  3 18:12:23 2019 daemon.err openvpn(custom_config)[3620]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:23 2019 daemon.warn openvpn(custom_config)[3620]: Use --help for more information.
Thu Jan  3 18:12:28 2019 daemon.err openvpn(custom_config)[3640]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:28 2019 daemon.warn openvpn(custom_config)[3640]: Use --help for more information.
Thu Jan  3 18:12:33 2019 daemon.err openvpn(custom_config)[3697]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:33 2019 daemon.warn openvpn(custom_config)[3697]: Use --help for more information.
Thu Jan  3 18:12:37 2019 user.notice mac80211: Failed command: iw phy phy0 set antenna all all
Thu Jan  3 18:12:38 2019 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Thu Jan  3 18:12:38 2019 daemon.err openvpn(custom_config)[3882]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:38 2019 daemon.warn openvpn(custom_config)[3882]: Use --help for more information.
Thu Jan  3 18:12:38 2019 kern.info kernel: [  138.796200] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Thu Jan  3 18:12:38 2019 kern.info kernel: [  138.810587] br-lan: port 2(wlan0) entered blocking state
Thu Jan  3 18:12:38 2019 kern.info kernel: [  138.820298] br-lan: port 2(wlan0) entered disabled state
Thu Jan  3 18:12:38 2019 kern.info kernel: [  138.830430] device wlan0 entered promiscuous mode
Thu Jan  3 18:12:38 2019 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Jan  3 18:12:38 2019 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->HT_SCAN
Thu Jan  3 18:12:38 2019 daemon.err hostapd: Using interface wlan0 with hwaddr b4:fc:75:12:65:2e and ssid "OpenWrt"
Thu Jan  3 18:12:39 2019 kern.info kernel: [  139.759757] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Thu Jan  3 18:12:39 2019 kern.info kernel: [  139.771680] br-lan: port 2(wlan0) entered blocking state
Thu Jan  3 18:12:39 2019 kern.info kernel: [  139.781334] br-lan: port 2(wlan0) entered forwarding state
Thu Jan  3 18:12:39 2019 daemon.notice hostapd: wlan0: interface state HT_SCAN->ENABLED
Thu Jan  3 18:12:39 2019 daemon.notice hostapd: wlan0: AP-ENABLED
Thu Jan  3 18:12:39 2019 daemon.notice netifd: Network device 'wlan0' link is up
Thu Jan  3 18:12:43 2019 daemon.err openvpn(custom_config)[3919]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:43 2019 daemon.warn openvpn(custom_config)[3919]: Use --help for more information.
Thu Jan  3 18:12:48 2019 daemon.err openvpn(custom_config)[3961]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:48 2019 daemon.warn openvpn(custom_config)[3961]: Use --help for more information.
Thu Jan  3 18:12:48 2019 user.notice mac80211: Failed command: iw phy phy1 set antenna all all
Thu Jan  3 18:12:49 2019 daemon.err hostapd: Configuration file: /var/run/hostapd-phy1.conf
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.473220] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.487864] br-lan: port 3(wlan1) entered blocking state
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.497656] br-lan: port 3(wlan1) entered disabled state
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.507958] device wlan1 entered promiscuous mode
Thu Jan  3 18:12:49 2019 daemon.notice hostapd: wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Jan  3 18:12:49 2019 daemon.err hostapd: Using interface wlan1 with hwaddr b4:fc:75:12:65:2d and ssid "OpenWrt"
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.784751] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.796642] br-lan: port 3(wlan1) entered blocking state
Thu Jan  3 18:12:49 2019 kern.info kernel: [  149.806328] br-lan: port 3(wlan1) entered forwarding state
Thu Jan  3 18:12:49 2019 daemon.notice hostapd: wlan1: interface state COUNTRY_UPDATE->ENABLED
Thu Jan  3 18:12:49 2019 daemon.notice hostapd: wlan1: AP-ENABLED
Thu Jan  3 18:12:49 2019 daemon.notice netifd: Network device 'wlan1' link is up
Thu Jan  3 18:12:53 2019 daemon.err openvpn(custom_config)[4130]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:53 2019 daemon.warn openvpn(custom_config)[4130]: Use --help for more information.
Thu Jan  3 18:12:58 2019 daemon.err openvpn(custom_config)[4136]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:12:58 2019 daemon.warn openvpn(custom_config)[4136]: Use --help for more information.
Thu Jan  3 18:13:03 2019 daemon.err openvpn(custom_config)[4153]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:03 2019 daemon.warn openvpn(custom_config)[4153]: Use --help for more information.
Thu Jan  3 18:13:08 2019 daemon.err openvpn(custom_config)[4156]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:08 2019 daemon.warn openvpn(custom_config)[4156]: Use --help for more information.
Thu Jan  3 18:13:13 2019 daemon.err openvpn(custom_config)[4159]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:13 2019 daemon.warn openvpn(custom_config)[4159]: Use --help for more information.
Thu Jan  3 18:13:18 2019 daemon.err openvpn(custom_config)[4162]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:18 2019 daemon.warn openvpn(custom_config)[4162]: Use --help for more information.
Thu Jan  3 18:13:23 2019 daemon.err openvpn(custom_config)[4165]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:23 2019 daemon.warn openvpn(custom_config)[4165]: Use --help for more information.
Thu Jan  3 18:13:28 2019 daemon.err openvpn(custom_config)[4168]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:28 2019 daemon.warn openvpn(custom_config)[4168]: Use --help for more information.
Thu Jan  3 18:13:33 2019 daemon.err openvpn(custom_config)[4172]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:33 2019 daemon.warn openvpn(custom_config)[4172]: Use --help for more information.
Thu Jan  3 18:13:38 2019 daemon.err openvpn(custom_config)[4176]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:38 2019 daemon.warn openvpn(custom_config)[4176]: Use --help for more information.
Thu Jan  3 18:13:43 2019 daemon.err openvpn(custom_config)[4179]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:43 2019 daemon.warn openvpn(custom_config)[4179]: Use --help for more information.
Thu Jan  3 18:13:48 2019 daemon.err openvpn(custom_config)[4182]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:48 2019 daemon.warn openvpn(custom_config)[4182]: Use --help for more information.
Thu Jan  3 18:13:53 2019 daemon.err openvpn(custom_config)[4185]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:53 2019 daemon.warn openvpn(custom_config)[4185]: Use --help for more information.
Thu Jan  3 18:13:58 2019 daemon.err openvpn(custom_config)[4188]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:13:58 2019 daemon.warn openvpn(custom_config)[4188]: Use --help for more information.
Thu Jan  3 18:14:03 2019 daemon.err openvpn(custom_config)[4191]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:03 2019 daemon.warn openvpn(custom_config)[4191]: Use --help for more information.
Thu Jan  3 18:14:08 2019 daemon.err openvpn(custom_config)[4194]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:08 2019 daemon.warn openvpn(custom_config)[4194]: Use --help for more information.
Thu Jan  3 18:14:13 2019 daemon.err openvpn(custom_config)[4235]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:13 2019 daemon.warn openvpn(custom_config)[4235]: Use --help for more information.
Thu Jan  3 18:14:18 2019 daemon.err openvpn(custom_config)[4271]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:18 2019 daemon.warn openvpn(custom_config)[4271]: Use --help for more information.
Thu Jan  3 18:14:23 2019 daemon.err openvpn(custom_config)[4274]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:23 2019 daemon.warn openvpn(custom_config)[4274]: Use --help for more information.
Thu Jan  3 18:14:28 2019 daemon.err openvpn(custom_config)[4279]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:28 2019 daemon.warn openvpn(custom_config)[4279]: Use --help for more information.
Thu Jan  3 18:14:33 2019 daemon.err openvpn(custom_config)[4346]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:33 2019 daemon.warn openvpn(custom_config)[4346]: Use --help for more information.
Thu Jan  3 18:14:38 2019 daemon.err openvpn(custom_config)[4352]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:38 2019 daemon.warn openvpn(custom_config)[4352]: Use --help for more information.
Thu Jan  3 18:14:43 2019 daemon.err openvpn(custom_config)[4355]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:43 2019 daemon.warn openvpn(custom_config)[4355]: Use --help for more information.
Thu Jan  3 18:14:48 2019 daemon.err openvpn(custom_config)[4358]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:48 2019 daemon.warn openvpn(custom_config)[4358]: Use --help for more information.
Thu Jan  3 18:14:53 2019 daemon.err openvpn(custom_config)[4361]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:53 2019 daemon.warn openvpn(custom_config)[4361]: Use --help for more information.
Thu Jan  3 18:14:58 2019 daemon.err openvpn(custom_config)[4365]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:14:58 2019 daemon.warn openvpn(custom_config)[4365]: Use --help for more information.
Thu Jan  3 18:15:01 2019 authpriv.info dropbear[4367]: Child connection from 192.168.3.140:62764
Thu Jan  3 18:15:03 2019 daemon.err openvpn(custom_config)[4370]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:03 2019 daemon.warn openvpn(custom_config)[4370]: Use --help for more information.
Thu Jan  3 18:15:05 2019 authpriv.notice dropbear[4367]: Password auth succeeded for 'root' from 192.168.3.140:62764
Thu Jan  3 18:15:08 2019 daemon.err openvpn(custom_config)[4485]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:08 2019 daemon.warn openvpn(custom_config)[4485]: Use --help for more information.
Thu Jan  3 18:15:13 2019 daemon.err openvpn(custom_config)[4496]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:13 2019 daemon.warn openvpn(custom_config)[4496]: Use --help for more information.
Thu Jan  3 18:15:18 2019 daemon.err openvpn(custom_config)[4500]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:18 2019 daemon.warn openvpn(custom_config)[4500]: Use --help for more information.
Thu Jan  3 18:15:23 2019 daemon.err openvpn(custom_config)[4503]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:23 2019 daemon.warn openvpn(custom_config)[4503]: Use --help for more information.
Thu Jan  3 18:15:28 2019 daemon.err openvpn(custom_config)[4506]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:28 2019 daemon.warn openvpn(custom_config)[4506]: Use --help for more information.
Thu Jan  3 18:15:33 2019 authpriv.info dropbear[4367]: Exit (root): Exited normally
Thu Jan  3 18:15:33 2019 daemon.err openvpn(custom_config)[4509]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:33 2019 daemon.warn openvpn(custom_config)[4509]: Use --help for more information.
Thu Jan  3 18:15:39 2019 daemon.err openvpn(custom_config)[4512]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:39 2019 daemon.warn openvpn(custom_config)[4512]: Use --help for more information.
Thu Jan  3 18:15:44 2019 daemon.err openvpn(custom_config)[4515]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:44 2019 daemon.warn openvpn(custom_config)[4515]: Use --help for more information.
Thu Jan  3 18:15:49 2019 daemon.err openvpn(custom_config)[4520]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:49 2019 daemon.warn openvpn(custom_config)[4520]: Use --help for more information.
Thu Jan  3 18:15:54 2019 daemon.err openvpn(custom_config)[4523]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:54 2019 daemon.warn openvpn(custom_config)[4523]: Use --help for more information.
Thu Jan  3 18:15:59 2019 daemon.err openvpn(custom_config)[4526]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:15:59 2019 daemon.warn openvpn(custom_config)[4526]: Use --help for more information.
Thu Jan  3 18:16:04 2019 daemon.err openvpn(custom_config)[4529]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:04 2019 daemon.warn openvpn(custom_config)[4529]: Use --help for more information.
Thu Jan  3 18:16:09 2019 daemon.err openvpn(custom_config)[4532]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:09 2019 daemon.warn openvpn(custom_config)[4532]: Use --help for more information.
Thu Jan  3 18:16:14 2019 daemon.err openvpn(custom_config)[4535]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:14 2019 daemon.warn openvpn(custom_config)[4535]: Use --help for more information.
Thu Jan  3 18:16:19 2019 daemon.err openvpn(custom_config)[4538]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:19 2019 daemon.warn openvpn(custom_config)[4538]: Use --help for more information.
Thu Jan  3 18:16:24 2019 daemon.err openvpn(custom_config)[4541]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:24 2019 daemon.warn openvpn(custom_config)[4541]: Use --help for more information.
Thu Jan  3 18:16:29 2019 daemon.err openvpn(custom_config)[4544]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:29 2019 daemon.warn openvpn(custom_config)[4544]: Use --help for more information.
Thu Jan  3 18:16:34 2019 daemon.err openvpn(custom_config)[4547]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:34 2019 daemon.warn openvpn(custom_config)[4547]: Use --help for more information.
Thu Jan  3 18:16:39 2019 daemon.err openvpn(custom_config)[4552]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:39 2019 daemon.warn openvpn(custom_config)[4552]: Use --help for more information.
Thu Jan  3 18:16:44 2019 daemon.err openvpn(custom_config)[4555]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:44 2019 daemon.warn openvpn(custom_config)[4555]: Use --help for more information.
Thu Jan  3 18:16:49 2019 daemon.err openvpn(custom_config)[4558]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:49 2019 daemon.warn openvpn(custom_config)[4558]: Use --help for more information.
Thu Jan  3 18:16:54 2019 daemon.err openvpn(custom_config)[4561]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:54 2019 daemon.warn openvpn(custom_config)[4561]: Use --help for more information.
Thu Jan  3 18:16:59 2019 daemon.err openvpn(custom_config)[4564]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:16:59 2019 daemon.warn openvpn(custom_config)[4564]: Use --help for more information.
Thu Jan  3 18:17:04 2019 daemon.err openvpn(custom_config)[4567]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:04 2019 daemon.warn openvpn(custom_config)[4567]: Use --help for more information.
Thu Jan  3 18:17:09 2019 daemon.err openvpn(custom_config)[4570]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:09 2019 daemon.warn openvpn(custom_config)[4570]: Use --help for more information.
Thu Jan  3 18:17:14 2019 daemon.err openvpn(custom_config)[4573]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:14 2019 daemon.warn openvpn(custom_config)[4573]: Use --help for more information.
Thu Jan  3 18:17:17 2019 authpriv.info dropbear[4576]: Child connection from 192.168.3.140:62811
Thu Jan  3 18:17:19 2019 daemon.err openvpn(custom_config)[4577]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:19 2019 daemon.warn openvpn(custom_config)[4577]: Use --help for more information.
Thu Jan  3 18:17:20 2019 authpriv.notice dropbear[4576]: Password auth succeeded for 'root' from 192.168.3.140:62811
Thu Jan  3 18:17:24 2019 daemon.err openvpn(custom_config)[4701]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:24 2019 daemon.warn openvpn(custom_config)[4701]: Use --help for more information.
Thu Jan  3 18:17:29 2019 daemon.err openvpn(custom_config)[4705]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:29 2019 daemon.warn openvpn(custom_config)[4705]: Use --help for more information.
Thu Jan  3 18:17:34 2019 daemon.err openvpn(custom_config)[4709]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:34 2019 daemon.warn openvpn(custom_config)[4709]: Use --help for more information.
Thu Jan  3 18:17:39 2019 daemon.err openvpn(custom_config)[4712]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:39 2019 daemon.warn openvpn(custom_config)[4712]: Use --help for more information.
Thu Jan  3 18:17:41 2019 authpriv.info dropbear[4576]: Exit (root): Exited normally
Thu Jan  3 18:17:44 2019 daemon.err openvpn(custom_config)[4715]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:44 2019 daemon.warn openvpn(custom_config)[4715]: Use --help for more information.
Thu Jan  3 18:17:49 2019 daemon.err openvpn(custom_config)[4718]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:49 2019 daemon.warn openvpn(custom_config)[4718]: Use --help for more information.
Thu Jan  3 18:17:54 2019 daemon.err openvpn(custom_config)[4721]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:54 2019 daemon.warn openvpn(custom_config)[4721]: Use --help for more information.
Thu Jan  3 18:17:59 2019 daemon.err openvpn(custom_config)[4724]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:17:59 2019 daemon.warn openvpn(custom_config)[4724]: Use --help for more information.
Thu Jan  3 18:18:04 2019 daemon.err openvpn(custom_config)[4727]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:18:04 2019 daemon.warn openvpn(custom_config)[4727]: Use --help for more information.
Thu Jan  3 18:18:09 2019 daemon.err openvpn(custom_config)[4730]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:18:09 2019 daemon.warn openvpn(custom_config)[4730]: Use --help for more information.
Thu Jan  3 18:18:14 2019 daemon.err openvpn(custom_config)[4735]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:18:14 2019 daemon.warn openvpn(custom_config)[4735]: Use --help for more information.
Thu Jan  3 18:18:15 2019 authpriv.info dropbear[4736]: Child connection from 192.168.3.140:62836
Thu Jan  3 18:18:19 2019 daemon.err openvpn(custom_config)[4739]: Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Thu Jan  3 18:18:19 2019 daemon.warn openvpn(custom_config)[4739]: Use --help for more information.
Thu Jan  3 18:18:19 2019 authpriv.notice dropbear[4736]: Password auth succeeded for 'root' from 192.168.3.140:62836