26

Odp: tp link 1043 AP+Brige

po lini option ports '5 0t' mam jeszcze to :

config interface 'wwan'
           option proto 'dhcp'

config interface 'repeater_bridge'
           option proto 'relay'
           list network 'lan'
           list network 'wwan'

nie usuwałem tego

robię restart

27 (edytowany przez sebekoo 2017-10-12 22:36:01)

Odp: tp link 1043 AP+Brige

nie działa
nie łapie IP ani po kablu ani po wifi

na sztywno przypisałem adres 192.168.1.2 (PC) i połaczyłem sie z ruterem

28

Odp: tp link 1043 AP+Brige

Wpisz tylko to, co podalem, zostawiajac swoje ula_prefix, lan ip addres 192.168.8.1 i dane swojej sieci. Resztę usuń. Masz najnowsze lede od Czarka?

29

Odp: tp link 1043 AP+Brige

myślę że to od niego
LEDE Reboot 17.01-SNAPSHOT r3514-97ebdf9 / luCi lede-17.01 branch (git-17.232.21093-079f65a)
wersja jadra 4.4.87

30

Odp: tp link 1043 AP+Brige

Mam to samo. Zrób dokładnie jeszcze raz, jak się nie uda to jutro jeszcze coś pokombinujemy, bo już kompa mam wyłączonego.

31

Odp: tp link 1043 AP+Brige

nie dziala nie łapie ip  (PC)

32

Odp: tp link 1043 AP+Brige

nie ma 'mostu' w interfejsie

33

Odp: tp link 1043 AP+Brige

Może w kompie coś nie tak. A mozesz się połączyć z telefonu/tabletu przez wifi?

34 (edytowany przez sebekoo 2017-10-12 23:07:14)

Odp: tp link 1043 AP+Brige

z tel tez nie moge - pobieranie adresu IP ......i po chwili rozłącza

35

Odp: tp link 1043 AP+Brige

możesz przez team viewer połączyć się ze mną  ???

36 (edytowany przez KevinG 2017-10-12 23:12:30)

Odp: tp link 1043 AP+Brige

Pokaż co masz w plikach network, wireless i w logach. Dziwne to jest, bo u mnie na tych ustawieniach działał net z kompa i tel przez wifi. Ide spać, ale może jeszcze spojrze tu.

37 (edytowany przez sebekoo 2017-10-12 23:23:47)

Odp: tp link 1043 AP+Brige

network


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

config globals 'globals'
    option ula_prefix 'fdae:4812:d676::/48'

config interface 'lan'                                                                                                                         
        option type 'bridge'                                                                                                                   
        option ifname 'eth0.1'                                                                                                                 
        option proto 'static'                                                                                                                   
        option ipaddr '192.168.8.1'                                                                                                             
        option netmask '255.255.255.0'                                                                                                         
        option ip6assign '60'                                                                                                                   
                                                                                                                                               
config device 'lan_dev'                                                                                                                         
        option name 'eth0.1'                                                                                                                   
                                                                                                                                               
config interface 'wan'                                                                                                                         
        option proto 'dhcp'                                                                                                                     
        option _orig_ifname 'eth0.2'                                                                                                           
        option _orig_bridge 'false'                                                                                                             
                                                                                                                                               
config device 'wan_dev'                                                                                                                         
        option name 'eth0.2'                                                                                                                   
                                                                                                   
                                                                                                                                               
config interface 'wan6'                                                                                                                         
        option ifname 'eth0.2'                                                                                                                 
        option proto 'dhcpv6'                                                                                                                   
                                                                                                                                               
config switch                                                                                                                                   
        option name 'switch0'                                                                                                                   
        option reset '1'                                                                                                                       
        option enable_vlan '1'                                                                                                                 
                                                                                                                                               
config switch_vlan                                                                                                                             
        option device 'switch0'                                                                                                                 
        option vlan '1'                                                                                                                         
        option ports '1 2 3 4 0t'                                                                                                               
                                                                                                                                               
config switch_vlan   
        option device 'switch0'                                                                                                                 
        option vlan '2'                                                                                                                         
        option ports '5 0t'



wireless


config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11g'
    option path 'platform/qca956x_wmac'
    option country 'PL'
    option disabled '0'
    option channel '9'
    option htmode 'HT40'

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option ssid 'LEDE'
    option encryption 'none'

config wifi-iface
    option ssid 'HUAWEI-E5372-5388'
    option encryption 'psk2'
    option device 'radio0'
    option mode 'sta'
    option bssid 'EA:08:8B:D4:53:89'
    option key '4FGDHR99'
    option network 'wan lan'

logi

Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.000000] Linux version 4.4.87 (cezary@eko.one.pl) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3103-1b51a49) ) #0 Thu Sep 14 18:47:54 2017
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000] MyLoader: sysp=13e8ecb4, boardp=accf99ff, parts=570907df
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] bootconsole [early0] enabled
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Determined physical RAM map:
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000]  memory: 04000000 @ 00000000 (usable)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Fri Oct 13 00:13:38 2017 kern.warn kernel: [    0.000000] No valid device tree found, continuing without
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Zone ranges:
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Movable zone start for each node
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Early memory node ranges
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000] On node 0 totalpages: 16384
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000] free_area_init_node: node 0, pgdat 804324d0, node_mem_map 81000000
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000]   Normal zone: 128 pages used for memmap
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000]   Normal zone: 16384 pages, LIFO batch:3
Fri Oct 13 00:13:38 2017 kern.warn kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Fri Oct 13 00:13:38 2017 kern.warn kernel: [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0 
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.000000] Kernel command line:  board=TL-WR1043ND-v4 mtdparts=spi0.0:128k(u-boot)ro,1536k(kernel),14016k(rootfs),128k(product-info)ro,320k(config)ro,64k(partition-table)ro,128k(logs)ro,64k(ART)ro,15552k@0x20000(firmware) console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Writing ErrCtl register=00000000
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Readback ErrCtl register=00000000
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Memory: 59968K/65536K available (3100K kernel code, 163K rwdata, 776K rodata, 304K init, 205K bss, 5568K reserved, 0K cma-reserved)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] NR_IRQS:51
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.008208] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.071025] pid_max: default: 32768 minimum: 301
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.075988] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.082965] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.092506] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.102916] futex hash table entries: 256 (order: -1, 3072 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.110377] NET: Registered protocol family 16
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.116309] MIPS: machine is TP-LINK TL-WR1043ND v4
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.346362] clocksource: Switched to clocksource MIPS
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.352745] NET: Registered protocol family 2
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.358106] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.365462] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.372204] TCP: Hash tables configured (established 1024 bind 1024)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.378990] UDP hash table entries: 256 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.385149] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.392019] NET: Registered protocol family 1
Fri Oct 13 00:13:38 2017 kern.debug kernel: [    0.396693] PCI: CLS 0 bytes, default 32
Fri Oct 13 00:13:38 2017 kern.warn kernel: [    0.400284] Crashlog allocated RAM at address 0x3f00000
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.418132] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.424285] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.436742] io scheduler noop registered
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.440883] io scheduler deadline registered (default)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.446530] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.455426] console [ttyS0] disabled
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.479272] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.488368] console [ttyS0] enabled
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.495911] bootconsole [early0] disabled
Fri Oct 13 00:13:38 2017 kern.warn kernel: [    0.508794] m25p80 spi0.0: found w25q128, expected m25p80
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.514376] m25p80 spi0.0: w25q128 (16384 Kbytes)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.519300] 9 cmdlinepart partitions found on MTD device spi0.0
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.525408] Creating 9 MTD partitions on "spi0.0":
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.530377] 0x000000000000-0x000000020000 : "u-boot"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.537327] 0x000000020000-0x0000001a0000 : "kernel"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.543726] 0x0000001a0000-0x000000f50000 : "rootfs"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.550173] mtd: device 2 (rootfs) set to be root filesystem
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.556072] 1 squashfs-split partitions found on MTD device rootfs
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.562499] 0x000000630000-0x000000f50000 : "rootfs_data"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.569380] 0x000000f50000-0x000000f70000 : "product-info"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.576404] 0x000000f70000-0x000000fc0000 : "config"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.582865] 0x000000fc0000-0x000000fd0000 : "partition-table"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.590174] 0x000000fd0000-0x000000ff0000 : "logs"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.596510] 0x000000ff0000-0x000001000000 : "ART"
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    0.602697] 0x000000020000-0x000000f50000 : "firmware"
Fri Oct 13 00:13:38 2017 kern.info kernel: [    0.621742] switch0: Atheros AR8337 rev. 2 switch registered on ag71xx-mdio.0
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.273031] libphy: ag71xx_mdio: probed
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.867979] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.879485] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:SGMII
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.887951] NET: Registered protocol family 10
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.896079] NET: Registered protocol family 17
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.900783] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.913926] 8021q: 802.1Q VLAN Support v1.8
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.924871] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Fri Oct 13 00:13:38 2017 kern.info kernel: [    1.933856] Freeing unused kernel memory: 304K
Fri Oct 13 00:13:38 2017 user.info kernel: [    2.914903] init: Console is alive
Fri Oct 13 00:13:38 2017 user.info kernel: [    2.918664] init: - watchdog -
Fri Oct 13 00:13:38 2017 user.info kernel: [    4.378528] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.481485] usbcore: registered new interface driver usbfs
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.487285] usbcore: registered new interface driver hub
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.492850] usbcore: registered new device driver usb
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    4.530584] SCSI subsystem initialized
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.539907] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.547915] ehci-platform: EHCI generic platform driver
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.553383] ehci-platform ehci-platform.0: EHCI Host Controller
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.559571] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.570010] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.596393] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.603762] hub 1-0:1.0: USB hub found
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.607948] hub 1-0:1.0: 1 port detected
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.612304] ehci-platform ehci-platform.1: EHCI Host Controller
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.618488] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.628965] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.646381] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.653714] hub 2-0:1.0: USB hub found
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.657956] hub 2-0:1.0: 1 port detected
Fri Oct 13 00:13:38 2017 kern.info kernel: [    4.665544] usbcore: registered new interface driver usb-storage
Fri Oct 13 00:13:38 2017 user.info kernel: [    4.672419] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Fri Oct 13 00:13:38 2017 user.info kernel: [    4.682286] init: - preinit -
Fri Oct 13 00:13:38 2017 kern.info kernel: [    5.229675] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    5.252341] random: procd: uninitialized urandom read (4 bytes read, 8 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    7.047964] eth0: link up (1000Mbps/Full duplex)
Fri Oct 13 00:13:38 2017 kern.info kernel: [    7.052934] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri Oct 13 00:13:38 2017 user.info kernel: [    7.418402] mount_root: loading kmods from internal overlay
Fri Oct 13 00:13:38 2017 user.info kernel: [    7.452867] kmodloader: loading kernel modules from //etc/modules-boot.d/*
Fri Oct 13 00:13:38 2017 user.info kernel: [    7.461241] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    7.847969] jffs2: notice: (453) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Fri Oct 13 00:13:38 2017 user.info kernel: [    7.864362] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Fri Oct 13 00:13:38 2017 user.info kernel: [    7.875936] block: extroot: not configured
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    7.945342] jffs2: notice: (450) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Fri Oct 13 00:13:38 2017 user.info kernel: [    8.248762] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Fri Oct 13 00:13:38 2017 user.info kernel: [    8.259635] block: extroot: not configured
Fri Oct 13 00:13:38 2017 user.info kernel: [    8.264633] mount_root: switching to jffs2 overlay
Fri Oct 13 00:13:38 2017 user.warn kernel: [    8.276037] urandom-seed: Seeding with /etc/urandom.seed
Fri Oct 13 00:13:38 2017 kern.info kernel: [    8.371973] eth0: link down
Fri Oct 13 00:13:38 2017 user.info kernel: [    8.383718] procd: - early -
Fri Oct 13 00:13:38 2017 user.info kernel: [    8.387317] procd: - watchdog -
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    8.880624] random: jshn: uninitialized urandom read (4 bytes read, 15 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.041991] random: jshn: uninitialized urandom read (4 bytes read, 15 bits of entropy available)
Fri Oct 13 00:13:38 2017 user.info kernel: [    9.071497] procd: - watchdog -
Fri Oct 13 00:13:38 2017 user.info kernel: [    9.074973] procd: - ubus -
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.368045] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.557016] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.566714] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.576011] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.595761] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.605108] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 kern.notice kernel: [    9.614595] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Fri Oct 13 00:13:38 2017 user.info kernel: [    9.624349] procd: - init -
Fri Oct 13 00:13:38 2017 user.info kernel: [   10.024028] kmodloader: loading kernel modules from /etc/modules.d/*
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.068310] tun: Universal TUN/TAP device driver, 1.6
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.073534] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.099957] ip6_tables: (C) 2000-2006 Netfilter Core Team
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.131451] fuse init (API version 7.23)
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.151445] usbcore: registered new interface driver cdc_acm
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.157342] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.197718] usbcore: registered new interface driver cdc_wdm
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.205877] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.214192] Backport generated by backports.git backports-20160324-13-g24da7d3c
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.241631] ip_tables: (C) 2000-2006 Netfilter Core Team
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.264338] nf_conntrack version 0.5.0 (941 buckets, 3764 max)
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.354847] usbcore: registered new interface driver usblp
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.380188] usbcore: registered new interface driver usbserial
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.386293] usbcore: registered new interface driver usbserial_generic
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.393168] usbserial: USB Serial support registered for generic
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.447342] xt_time: kernel timezone is -0000
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.458437] usbcore: registered new interface driver cdc_ether
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.479167] usbcore: registered new interface driver cdc_ncm
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.527655] usbcore: registered new interface driver huawei_cdc_ncm
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.632450] PPP generic driver version 2.4.2
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.647518] NET: Registered protocol family 24
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.654309] usbcore: registered new interface driver qmi_wwan
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.670078] usbcore: registered new interface driver rndis_host
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.696010] usbcore: registered new interface driver sierra
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.701922] usbserial: USB Serial support registered for Sierra USB modem
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.723361] usbcore: registered new interface driver sierra_net
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.798254] usbcore: registered new interface driver cdc_mbim
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.813385] usbcore: registered new interface driver option
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.819306] usbserial: USB Serial support registered for GSM modem (1-port)
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.857244] usbcore: registered new interface driver qcserial
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.863252] usbserial: USB Serial support registered for Qualcomm USB modem
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903381] ath: EEPROM regdomain: 0x0
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903398] ath: EEPROM indicates default country code should be used
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903406] ath: doing EEPROM country->regdmn map search
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903422] ath: country maps to regdmn code: 0x3a
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903430] ath: Country alpha2 being used: US
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.903436] ath: Regpair used: 0x3a
Fri Oct 13 00:13:38 2017 kern.debug kernel: [   10.914147] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Fri Oct 13 00:13:38 2017 kern.info kernel: [   10.919057] ieee80211 phy0: Atheros AR9561 Rev:0 mem=0xb8100000, irq=47
Fri Oct 13 00:13:38 2017 user.info kernel: [   10.962197] kmodloader: done loading kernel modules from /etc/modules.d/*
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: 8021ad
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: 8021q
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: macvlan
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: bridge
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: Network device
Fri Oct 13 00:13:40 2017 user.notice : Added device handler type: tunnel
Fri Oct 13 00:13:42 2017 daemon.err block: /dev/mtdblock2 is already mounted on /rom
Fri Oct 13 00:13:42 2017 daemon.err block: /dev/mtdblock3 is already mounted on /overlay
Fri Oct 13 00:13:43 2017 authpriv.info dropbear[1060]: Not backgrounding
Fri Oct 13 00:13:45 2017 kern.info kernel: [   19.650847] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri Oct 13 00:13:45 2017 kern.info kernel: [   19.670246] device eth0.1 entered promiscuous mode
Fri Oct 13 00:13:45 2017 kern.info kernel: [   19.675205] device eth0 entered promiscuous mode
Fri Oct 13 00:13:45 2017 kern.info kernel: [   19.690492] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'lan' is enabled
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'lan' is setting up now
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'lan' is now up
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'loopback' is enabled
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'loopback' is setting up now
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'loopback' is now up
Fri Oct 13 00:13:45 2017 kern.info kernel: [   19.744886] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Interface 'wan6' is enabled
Fri Oct 13 00:13:45 2017 daemon.info odhcpd[1010]: Raising SIGUSR1 due to address change on br-lan
Fri Oct 13 00:13:45 2017 daemon.notice netifd: Network device 'lo' link is up
Fri Oct 13 00:13:46 2017 daemon.notice netifd: Interface 'loopback' has link connectivity 
Fri Oct 13 00:13:46 2017 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740701] ath: EEPROM regdomain: 0x8268
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740718] ath: EEPROM indicates we should expect a country code
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740728] ath: doing EEPROM country->regdmn map search
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740738] ath: country maps to regdmn code: 0x37
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740746] ath: Country alpha2 being used: PL
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740753] ath: Regpair used: 0x37
Fri Oct 13 00:13:46 2017 kern.debug kernel: [   20.740763] ath: regdomain 0x8268 dynamically updated by user
Fri Oct 13 00:13:47 2017 daemon.info odhcpd[1010]: Using a RA lifetime of 0 seconds on br-lan
Fri Oct 13 00:13:47 2017 daemon.notice odhcpd[1010]: Failed to send to ff02::1%br-lan (Address not available)
Fri Oct 13 00:13:48 2017 kern.info kernel: [   21.874830] eth0: link up (1000Mbps/Full duplex)
Fri Oct 13 00:13:48 2017 daemon.notice netifd: Network device 'eth0' link is up
Fri Oct 13 00:13:48 2017 kern.info kernel: [   22.154201] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri Oct 13 00:13:48 2017 kern.info kernel: [   22.216560] br-lan: port 1(eth0.1) entered forwarding state
Fri Oct 13 00:13:48 2017 kern.info kernel: [   22.222357] br-lan: port 1(eth0.1) entered forwarding state
Fri Oct 13 00:13:48 2017 kern.info kernel: [   22.228224] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
Fri Oct 13 00:13:48 2017 daemon.notice netifd: VLAN 'eth0.1' link is up
Fri Oct 13 00:13:48 2017 daemon.notice netifd: VLAN 'eth0.2' link is up
Fri Oct 13 00:13:48 2017 daemon.notice netifd: Interface 'wan6' has link connectivity 
Fri Oct 13 00:13:48 2017 daemon.notice netifd: Interface 'wan6' is setting up now
Fri Oct 13 00:13:48 2017 daemon.notice netifd: bridge 'br-lan' link is up
Fri Oct 13 00:13:48 2017 daemon.notice netifd: Interface 'lan' has link connectivity 
Fri Oct 13 00:13:48 2017 kern.info kernel: [   22.452491] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Fri Oct 13 00:13:49 2017 daemon.err odhcp6c[1366]: Failed to send DHCPV6 message to ff02::1:2 (Address not available)
Fri Oct 13 00:13:49 2017 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Fri Oct 13 00:13:49 2017 kern.info kernel: [   23.531895] IPv6: ADDRCONF(NETDEV_UP): wlan0-1: link is not ready
Fri Oct 13 00:13:49 2017 daemon.notice hostapd: wlan0-1: interface state UNINITIALIZED->COUNTRY_UPDATE
Fri Oct 13 00:13:49 2017 daemon.notice hostapd: wlan0-1: interface state COUNTRY_UPDATE->HT_SCAN
Fri Oct 13 00:13:49 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led USB
Fri Oct 13 00:13:49 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led WLAN
Fri Oct 13 00:13:49 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN
Fri Oct 13 00:13:49 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN1
Fri Oct 13 00:13:49 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN2
Fri Oct 13 00:13:50 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN3
Fri Oct 13 00:13:50 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN4
Fri Oct 13 00:13:50 2017 kern.info kernel: [   24.216406] br-lan: port 1(eth0.1) entered forwarding state
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: started, version 2.77 cachesize 150
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: DNS service limited to local subnets
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: using local addresses only for domain lan
Fri Oct 13 00:13:50 2017 daemon.warn dnsmasq[1456]: no servers found in /tmp/resolv.conf.auto, will retry
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: read /etc/hosts - 4 addresses
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: read /tmp/hosts/odhcpd - 0 addresses
Fri Oct 13 00:13:50 2017 daemon.info dnsmasq[1456]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Fri Oct 13 00:13:51 2017 daemon.notice hostapd: 20/40 MHz operation not permitted on channel pri=9 sec=5 based on overlapping BSSes
Fri Oct 13 00:13:51 2017 daemon.err hostapd: Using interface wlan0-1 with hwaddr 86:16:f9:c8:a8:8c and ssid "LEDE"
Fri Oct 13 00:13:51 2017 daemon.notice hostapd: wlan0-1: interface state HT_SCAN->ENABLED
Fri Oct 13 00:13:51 2017 daemon.notice hostapd: wlan0-1: AP-ENABLED 
Fri Oct 13 00:13:51 2017 kern.info kernel: [   25.494148] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Fri Oct 13 00:13:51 2017 daemon.notice netifd: radio0 (1139): Successfully initialized wpa_supplicant
Fri Oct 13 00:13:52 2017 daemon.info procd: - init complete -
Fri Oct 13 00:13:53 2017 daemon.notice netifd: Interface 'wan' is enabled
Fri Oct 13 00:13:54 2017 kern.info kernel: [   27.984507] wlan0: authenticate with ea:08:8b:d4:53:89
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.003796] wlan0: send auth to ea:08:8b:d4:53:89 (try 1/3)
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.076528] wlan0: authenticated
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.106435] wlan0: associate with ea:08:8b:d4:53:89 (try 1/3)
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.120108] wlan0: RX AssocResp from ea:08:8b:d4:53:89 (capab=0x411 status=0 aid=1)
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.128138] wlan0: AP has invalid WMM params (AIFSN=1 for ACI 0), will use 2
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.135415] wlan0: AP has invalid WMM params (AIFSN=1 for ACI 2), will use 2
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.142710] wlan0: AP has invalid WMM params (AIFSN=1 for ACI 3), will use 2
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.150130] wlan0: associated
Fri Oct 13 00:13:54 2017 kern.info kernel: [   28.153663] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Fri Oct 13 00:13:54 2017 daemon.notice netifd: Network device 'wlan0' link is up
Fri Oct 13 00:13:54 2017 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri Oct 13 00:13:54 2017 daemon.notice netifd: Interface 'wan' is setting up now
Fri Oct 13 00:13:54 2017 daemon.notice netifd: wan (1706): udhcpc: started, v1.25.1
Fri Oct 13 00:13:54 2017 daemon.notice netifd: wan (1706): udhcpc: sending discover
Fri Oct 13 00:13:55 2017 kern.info kernel: [   29.430771] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
Fri Oct 13 00:13:57 2017 daemon.notice netifd: wan (1706): udhcpc: sending discover
Fri Oct 13 00:13:57 2017 daemon.notice netifd: wan (1706): udhcpc: sending select for 192.168.8.100
Fri Oct 13 00:13:57 2017 daemon.notice netifd: wan (1706): udhcpc: lease of 192.168.8.100 obtained, lease time 86400
Fri Oct 13 00:13:57 2017 daemon.notice netifd: Interface 'wan' is now up
Fri Oct 13 00:13:57 2017 daemon.info dnsmasq[1456]: reading /tmp/resolv.conf.auto
Fri Oct 13 00:13:57 2017 daemon.info dnsmasq[1456]: using local addresses only for domain lan
Fri Oct 13 00:13:57 2017 daemon.warn dnsmasq[1456]: ignoring nameserver 192.168.8.1 - local interface
Fri Oct 13 00:13:57 2017 daemon.warn dnsmasq[1456]: ignoring nameserver 192.168.8.1 - local interface
Fri Oct 13 00:13:58 2017 user.notice firewall: Reloading firewall due to ifup of wan (wlan0)
Fri Oct 13 00:13:58 2017 daemon.info odhcpd[1010]: Using a RA lifetime of 0 seconds on br-lan
Fri Oct 13 00:13:58 2017 daemon.notice odhcpd[1010]: Got DHCPv6 request
Fri Oct 13 00:13:58 2017 daemon.warn odhcpd[1010]: DHCPV6 SOLICIT IA_NA from 0001000120d0b2aa2c4d5468a9b3 on br-lan: ok fdae:4812:d676::1c0/128 
Fri Oct 13 00:13:59 2017 user.notice ddns-scripts[1824]: myddns_ipv4: PID '1824' started at 2017-10-13 00:13
Fri Oct 13 00:13:59 2017 user.warn ddns-scripts[1824]: myddns_ipv4: Service section disabled! - TERMINATE
Fri Oct 13 00:13:59 2017 user.warn ddns-scripts[1824]: myddns_ipv4: PID '1824' exit WITH ERROR '1' at 2017-10-13 00:13
Fri Oct 13 00:13:59 2017 daemon.notice odhcpd[1010]: Got DHCPv6 request
Fri Oct 13 00:13:59 2017 daemon.warn odhcpd[1010]: DHCPV6 REQUEST IA_NA from 0001000120d0b2aa2c4d5468a9b3 on br-lan: ok fdae:4812:d676::1c0/128 
Fri Oct 13 00:14:00 2017 daemon.info dnsmasq[1456]: read /etc/hosts - 4 addresses
Fri Oct 13 00:14:00 2017 daemon.info dnsmasq[1456]: read /tmp/hosts/odhcpd - 1 addresses
Fri Oct 13 00:14:00 2017 daemon.info dnsmasq[1456]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[1456]: exiting on receipt of SIGTERM
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: started, version 2.77 cachesize 150
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: DNS service limited to local subnets
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: using local addresses only for domain lan
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: reading /tmp/resolv.conf.auto
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: using local addresses only for domain lan
Fri Oct 13 00:14:01 2017 daemon.warn dnsmasq[2100]: ignoring nameserver 192.168.8.1 - local interface
Fri Oct 13 00:14:01 2017 daemon.warn dnsmasq[2100]: ignoring nameserver 192.168.8.1 - local interface
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: read /etc/hosts - 4 addresses
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: read /tmp/hosts/odhcpd - 1 addresses
Fri Oct 13 00:14:01 2017 daemon.info dnsmasq[2100]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses

38

Odp: tp link 1043 AP+Brige

Kurde na telefonie ciężko to czytać. Musisz się do jutra wstrzymać. Myślę, że będę około 10, chyba że wcześniej ktoś pomorze.

39

Odp: tp link 1043 AP+Brige

ja dopiero ok 15 bede w domu

40

Odp: tp link 1043 AP+Brige

Zrobiłem od nowa według poradnika Cezarego http://openrouter.info/forum/viewtopic. … amp;t=678. Jak chcesz to spróbuj sam, albo poniżej masz gotowy backup z Twoimi ustawieniami, który możesz wgrać do swojego routera.
https://mega.nz/#!s7wHzBxa!05F-6jP5qdlc … axJnaV98Oo

41 (edytowany przez sebekoo 2017-10-13 14:39:38)

Odp: tp link 1043 AP+Brige

1. Ustawienia fabryczne - failsafe
2. poradnik wg http://openrouter.info/forum/viewtopic. … amp;t=678.
3. Restart wszystkich urządzeń.
4 Internet jest.
5. Routera nie widać - skanowanie adresów widać tylko adres modemu 192.168.8.1 i PC 192.168.8.101. Router jest niewidoczny.

Po zmianie na sztywno na 192.168.1.2 IP PC loguje się do routera po adresie 192.168.1.1

42

Odp: tp link 1043 AP+Brige

Jedna rzecz jaką zauważyłem
PC podpięty jest kablem do LEDE i nie widzi LEDE
Natomiast gdy telefonem podpinam sie bezpośrednio do HUAWEI-E5372-5388' to mogę widzę LEDE i loguję sie do niego po adresie 192.168.8.100

I jeszcze jedno konfigurację jaką wykonałem wg poradnika http://openrouter.info/forum/viewtopic. … amp;t=678. nie ma ujętego wifi.
Router nie rozsyła wifi

43

Odp: tp link 1043 AP+Brige

W swojej konfiguracji najpierw podłączyłem się routerem nr 1 przez wifi do routera nr 2. I rzeczywiście, żeby wejść do ustawień routera nr 1 musiałem wejść z sieci routera nr 2. Nie wiem szczerze mówiąc jak to poprawić, musiałbym się pobawić w ustawieniach. Ale to już chyba sam musisz pokombinować, albo poprosić o pomoc kogoś bardziej obeznanego. Sprawdzałeś jak działa wgrywając mój backup?

44

Odp: tp link 1043 AP+Brige

wgram teraz twoje

45

Odp: tp link 1043 AP+Brige

na twoim backupie
internet jest - (właśnie pisze z niego)

Zastawie tak jak jest.
a do routera trzeba bedzie przez modem

Na gargoyle wchodzi się bez problemu na każde z tych urządzeń przy takiej konfiguracji

46

Odp: tp link 1043 AP+Brige

A jakie masz nadane IP routera - po jakim IP teraz na sztywno mogę dostać sie do routera ??/

47

Odp: tp link 1043 AP+Brige

Znalazłem

Dziękuje za pomoc.

Pozdrawiam

48

Odp: tp link 1043 AP+Brige

Sam już musisz grzebać w konfiguracji, bo przywróciłem swoją, gdyż jest to mój główny router (nie licząc tego od ISP smile ).

49

Odp: tp link 1043 AP+Brige

Na stronie jest opis prawdopodobnie jak dostać się do routera w sieci lan
https://wiki.openwrt.org/doc/recipes/relayclient

Enable access from client network


After this the relay should work, however you will have trouble reaching the router from the client network if the client ip is not changed. To get to it you'll need to manually set the IP address on your computer to an IP address on the same subnet (like 192.168.2.201 if you set the router lan ip to 192.168.2.1). 

This is kind of tedious, but you can set things up so you can get it from the client network. 

Run ifconfig and take note of the IP address assigned to wlan0. Then tell the relayd that this is the routers IP address with the following config in /etc/config/network: 


config interface 'stabridge'
    option ipaddr '192.168.1.35'  

UCI CLI commands: 
uci set network.stabridge.ipaddr=192.168.1.35
uci commit network


You should make sure the main router is statically assigning the relay router the same IP address all the time. 

Alternately, it is possible to perform all of the above automatically using hotplug. To do this, add the following lines to /etc/hotplug.d/iface/<xx>-relay: 


# enable access from client network
[ "$INTERFACE" = wwan ] || exit 0
[ "$ACTION" = ifup -o "$ACTION" = ifupdate ] || exit 0

. /lib/functions/network.sh; network_get_ipaddr ip wwan;

uci set network.stabridge.ipaddr=$ip
uci commit network


Now, each time the wwan interface is brought up, or its IP address changes, hotplug assigns wwan's IP to stabridge. 


These steps are for configuring throughh SSH (or similar). If you prefer to do it through SSH, then scroll up to the previous section, near the top. 

50

Odp: tp link 1043 AP+Brige

To teraz możesz sprawdzić i powiedzieć nam czy działa.